summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* New version, Added missing files, Updated quickstart to use full sized buttonsMartin Sivak2010-03-301-1/+1
|
* Bump versionMartin Sivak2010-03-021-1/+1
|
* Bump version to 0.2.9Martin Sivak2010-03-021-1/+1
|
* Make packages arch specific to enable ExcludeArchs macros and fix UrlMartin Sivak2010-01-211-1/+1
|
* Bump versionmsivak2009-09-291-1/+1
|
* Bumb versionMartin Sivak2009-09-221-1/+1
|
* Bumb versionJoel Andres Granados2009-08-171-1/+1
| | | | Need to bump a second time to catch up with the CVS version.
* Bumb versionJoel Andres Granados2009-08-171-1/+1
|
* Add First Aid Kit Quickstart scriptMartin Sivak2009-07-131-2/+2
|
* Bumb versionJoel Andres Granados2008-11-201-1/+1
|
* Add the revert functionality to firstaidkit.Joel Andres Granados2008-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | This introduces new requirements to the plugins. 1. If a plugin wants to be revertable it must implement the revert function. This function will be accessible from the plugins top most namespace. The same place where get_plugin is. 2. For the plugin's backend directory to be easily found, the plugin must give the backend its module name as an id. In this way when the user specifies in the revert command line plugin 'x', the revert class will go to the backup directory in search for a directory called the same way as the module of 'x'. 3. If the plugin developer does not want to use the system of backup dir naming, there is a second way how to specify the backup dir. The plugin must specify a function getBackupId(), that will return the id of the backup space that can be used for the backup dir search. Backup spaces that fail to comply with these directive will be ignored.
* Bumb versionJoel Andres Granados2008-07-151-1/+1
|
* Fix the version in the setup.py tooMartin Sivak2008-05-061-1/+1
|
* Squashed commit of the following:Joel Andres Granados2008-03-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | commit 810d6bd770533a8504a64983a4d7e2db406595df Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:45:50 2008 +0100 fix some dependancy issues commit f4bc1ffdb49fadc9fb3de735e06729a40e7641ac Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:42:20 2008 +0100 Include the utils package commit afaaf4dadbe0fb8137576059c3da1cdf62a318e8 Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:27:33 2008 +0100 Fix license in setup.py commit 25442d8c09941126fde5b5d71d5287d0814d712f Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:00:46 2008 +0100 Create the rpm subpackage for the xserver plugin
* new minor versionJoel Andres Granados2008-03-101-1/+1
|
* Use setuptools instead of distutils (for egg stuff)Joel Andres Granados2008-01-031-4/+3
| | | | include both authors in the setup file.
* Add the files necesary to create a package.Joel Andres Granados2008-01-021-0/+14