summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* When plugin throws an exception during plugin discovery, ignore it (just ↵Martin Sivak2008-04-102-4/+7
| | | | print error message)
* Another fix to spec file, we do not use any .so in rpm pluginMartin Sivak2008-04-101-2/+2
|
* Another fix to spec fileMartin Sivak2008-04-101-2/+4
|
* Fix the spec file and add some more plugins to itMartin Sivak2008-04-101-3/+36
|
* Use config bits mechanism to look for anaconda and booty and then translate ↵Martin Sivak2008-04-092-3/+16
| | | | system device names to grub notation in Grub plugin
* Rename internal attributec of configuration object to avoid name clashesMartin Sivak2008-04-092-14/+23
| | | | Add architecture flags into the FLAGS file
* Honor the DEFAULT section in configuration fileMartin Sivak2008-04-091-3/+3
|
* Update the spec file to reflect recent changes to configurationMartin Sivak2008-04-091-3/+4
|
* Enhance the configuration system to allow getting configuration bits helping ↵Martin Sivak2008-04-093-3/+13
| | | | | | with different packages|plugins Do not print the lines around --print-config, so we can save it directly into correct configuration file
* Report the task start/stop on correct places and report the exceptions there tooMartin Sivak2008-04-091-4/+7
|
* GRUB plugin: Get linux partitions tooMartin Sivak2008-04-081-0/+10
|
* GRUB plugin now looks for bootable partitions and probably has the diagnose ↵Martin Sivak2008-04-081-8/+32
| | | | part working
* First try for the bootloader pluginMartin Sivak2008-04-081-0/+97
|
* When using the iteration mode, catch all plugin exceptions so we can handle ↵Martin Sivak2008-04-081-2/+6
| | | | the None result in flow
* Make the lowlevel rpm plugin work betterMartin Sivak2008-04-083-6/+34
|
* Cleanup the whole backup directory in the end and use weakref for singleton ↵Martin Sivak2008-04-081-2/+9
| | | | reference
* And use different method for name generation in backupMartin Sivak2008-03-251-1/+2
|
* Actually import the required shutil module into backupMartin Sivak2008-03-251-0/+1
|
* Add basic file-based backup methodMartin Sivak2008-03-251-1/+72
|
* Staled locks handling in rpm lowlevel pluginMartin Sivak2008-03-192-1/+79
|
* Add the None path (Exception handling) to flowsMartin Sivak2008-03-191-9/+9
|
* Update patch in the rpm plugins, add fixing sequencesMartin Sivak2008-03-192-3/+6
|
* Add fixed() query function into the Issue classMartin Sivak2008-03-191-0/+12
|
* Fix the return values and flag logic of IssuesPluginMartin Sivak2008-03-191-7/+15
|
* The print config part has to be executed right before the Config is locked,Martin Sivak2008-03-181-6/+6
| | | | because command line arguments are making modifications to the Config until that time.
* Have the help and print config first in line.Joel Andres Granados2008-03-181-11/+10
| | | | | Since these two are not modes are operation and exit after executing, they should be first so that an error messages is not showed in the output.
* xserver uses rhpl and rhpxl to find the xserver settingsJoel Andres Granados2008-03-181-0/+1
|
* The temp file was a bad ideaJoel Andres Granados2008-03-181-3/+1
|
* Squashed commit of the following:Joel Andres Granados2008-03-183-19/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* commit automatically when creating a new versionJoel Andres Granados2008-03-181-0/+1
|
* Split the RPM plugin into the consistency and lowlevel parts and use ↵Martin Sivak2008-03-183-1/+119
| | | | dependency flags
* Add flag handling into the IssuesPluginMartin Sivak2008-03-182-0/+18
|
* Fix the traceback with unknown keyword argument backups in IssuesPluginMartin Sivak2008-03-181-2/+2
|
* xserver pluginJoel Andres Granados2008-03-171-0/+123
|
* Fix the help messageMartin Sivak2008-03-171-3/+3
|
* Remove -t parameter from --help and from the man page, as it is an ↵Martin Sivak2008-03-172-9/+2
| | | | undocumented and currently not implemented feature
* Documenting is fun :)Joel Andres Granados2008-03-142-6/+95
|
* If no mode is specified, fall back to the usage message.Joel Andres Granados2008-03-142-1/+5
|
* Introduce the common Backup interface and move utils package into directoryMartin Sivak2008-03-146-4/+137
|
* Report the issues from IssuesPlugin.diagnoseMartin Sivak2008-03-141-0/+2
|
* Add IssuesPlugin class and basic rpm plugin, which uses the issues approachMartin Sivak2008-03-144-0/+274
|
* There can be a flow name exception when the user defins the plugin/flowJoel Andres Granados2008-03-141-1/+1
|
* Create an use the invalidpluginname exception.Joel Andres Granados2008-03-143-2/+19
|
* improve readability of codeJoel Andres Granados2008-03-141-11/+17
|
* Be more gentle when displaying the new password :)Joel Andres Granados2008-03-141-1/+2
|
* Tell the user when he is missing arguments for the flow mode. fixes (#38)Joel Andres Granados2008-03-141-0/+5
|
* git will handle the log.Joel Andres Granados2008-03-131-27/+0
|
* Bring all the plugins with the "all" package.Joel Andres Granados2008-03-131-0/+3
|
* correct syntax errorJoel Andres Granados2008-03-111-1/+1
|
* Fix syntax errorJoel Andres Granados2008-03-111-1/+1
|