Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | When plugin throws an exception during plugin discovery, ignore it (just ↵ | Martin Sivak | 2008-04-10 | 2 | -4/+7 | |
| | | | | print error message) | |||||
* | Another fix to spec file, we do not use any .so in rpm plugin | Martin Sivak | 2008-04-10 | 1 | -2/+2 | |
| | ||||||
* | Another fix to spec file | Martin Sivak | 2008-04-10 | 1 | -2/+4 | |
| | ||||||
* | Fix the spec file and add some more plugins to it | Martin Sivak | 2008-04-10 | 1 | -3/+36 | |
| | ||||||
* | Use config bits mechanism to look for anaconda and booty and then translate ↵ | Martin Sivak | 2008-04-09 | 2 | -3/+16 | |
| | | | | system device names to grub notation in Grub plugin | |||||
* | Rename internal attributec of configuration object to avoid name clashes | Martin Sivak | 2008-04-09 | 2 | -14/+23 | |
| | | | | Add architecture flags into the FLAGS file | |||||
* | Honor the DEFAULT section in configuration file | Martin Sivak | 2008-04-09 | 1 | -3/+3 | |
| | ||||||
* | Update the spec file to reflect recent changes to configuration | Martin Sivak | 2008-04-09 | 1 | -3/+4 | |
| | ||||||
* | Enhance the configuration system to allow getting configuration bits helping ↵ | Martin Sivak | 2008-04-09 | 3 | -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 too | Martin Sivak | 2008-04-09 | 1 | -4/+7 | |
| | ||||||
* | GRUB plugin: Get linux partitions too | Martin Sivak | 2008-04-08 | 1 | -0/+10 | |
| | ||||||
* | GRUB plugin now looks for bootable partitions and probably has the diagnose ↵ | Martin Sivak | 2008-04-08 | 1 | -8/+32 | |
| | | | | part working | |||||
* | First try for the bootloader plugin | Martin Sivak | 2008-04-08 | 1 | -0/+97 | |
| | ||||||
* | When using the iteration mode, catch all plugin exceptions so we can handle ↵ | Martin Sivak | 2008-04-08 | 1 | -2/+6 | |
| | | | | the None result in flow | |||||
* | Make the lowlevel rpm plugin work better | Martin Sivak | 2008-04-08 | 3 | -6/+34 | |
| | ||||||
* | Cleanup the whole backup directory in the end and use weakref for singleton ↵ | Martin Sivak | 2008-04-08 | 1 | -2/+9 | |
| | | | | reference | |||||
* | And use different method for name generation in backup | Martin Sivak | 2008-03-25 | 1 | -1/+2 | |
| | ||||||
* | Actually import the required shutil module into backup | Martin Sivak | 2008-03-25 | 1 | -0/+1 | |
| | ||||||
* | Add basic file-based backup method | Martin Sivak | 2008-03-25 | 1 | -1/+72 | |
| | ||||||
* | Staled locks handling in rpm lowlevel plugin | Martin Sivak | 2008-03-19 | 2 | -1/+79 | |
| | ||||||
* | Add the None path (Exception handling) to flows | Martin Sivak | 2008-03-19 | 1 | -9/+9 | |
| | ||||||
* | Update patch in the rpm plugins, add fixing sequences | Martin Sivak | 2008-03-19 | 2 | -3/+6 | |
| | ||||||
* | Add fixed() query function into the Issue class | Martin Sivak | 2008-03-19 | 1 | -0/+12 | |
| | ||||||
* | Fix the return values and flag logic of IssuesPlugin | Martin Sivak | 2008-03-19 | 1 | -7/+15 | |
| | ||||||
* | The print config part has to be executed right before the Config is locked, | Martin Sivak | 2008-03-18 | 1 | -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 Granados | 2008-03-18 | 1 | -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 settings | Joel Andres Granados | 2008-03-18 | 1 | -0/+1 | |
| | ||||||
* | The temp file was a bad idea | Joel Andres Granados | 2008-03-18 | 1 | -3/+1 | |
| | ||||||
* | Squashed commit of the following: | Joel Andres Granados | 2008-03-18 | 3 | -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 version | Joel Andres Granados | 2008-03-18 | 1 | -0/+1 | |
| | ||||||
* | Split the RPM plugin into the consistency and lowlevel parts and use ↵ | Martin Sivak | 2008-03-18 | 3 | -1/+119 | |
| | | | | dependency flags | |||||
* | Add flag handling into the IssuesPlugin | Martin Sivak | 2008-03-18 | 2 | -0/+18 | |
| | ||||||
* | Fix the traceback with unknown keyword argument backups in IssuesPlugin | Martin Sivak | 2008-03-18 | 1 | -2/+2 | |
| | ||||||
* | xserver plugin | Joel Andres Granados | 2008-03-17 | 1 | -0/+123 | |
| | ||||||
* | Fix the help message | Martin Sivak | 2008-03-17 | 1 | -3/+3 | |
| | ||||||
* | Remove -t parameter from --help and from the man page, as it is an ↵ | Martin Sivak | 2008-03-17 | 2 | -9/+2 | |
| | | | | undocumented and currently not implemented feature | |||||
* | Documenting is fun :) | Joel Andres Granados | 2008-03-14 | 2 | -6/+95 | |
| | ||||||
* | If no mode is specified, fall back to the usage message. | Joel Andres Granados | 2008-03-14 | 2 | -1/+5 | |
| | ||||||
* | Introduce the common Backup interface and move utils package into directory | Martin Sivak | 2008-03-14 | 6 | -4/+137 | |
| | ||||||
* | Report the issues from IssuesPlugin.diagnose | Martin Sivak | 2008-03-14 | 1 | -0/+2 | |
| | ||||||
* | Add IssuesPlugin class and basic rpm plugin, which uses the issues approach | Martin Sivak | 2008-03-14 | 4 | -0/+274 | |
| | ||||||
* | There can be a flow name exception when the user defins the plugin/flow | Joel Andres Granados | 2008-03-14 | 1 | -1/+1 | |
| | ||||||
* | Create an use the invalidpluginname exception. | Joel Andres Granados | 2008-03-14 | 3 | -2/+19 | |
| | ||||||
* | improve readability of code | Joel Andres Granados | 2008-03-14 | 1 | -11/+17 | |
| | ||||||
* | Be more gentle when displaying the new password :) | Joel Andres Granados | 2008-03-14 | 1 | -1/+2 | |
| | ||||||
* | Tell the user when he is missing arguments for the flow mode. fixes (#38) | Joel Andres Granados | 2008-03-14 | 1 | -0/+5 | |
| | ||||||
* | git will handle the log. | Joel Andres Granados | 2008-03-13 | 1 | -27/+0 | |
| | ||||||
* | Bring all the plugins with the "all" package. | Joel Andres Granados | 2008-03-13 | 1 | -0/+3 | |
| | ||||||
* | correct syntax error | Joel Andres Granados | 2008-03-11 | 1 | -1/+1 | |
| | ||||||
* | Fix syntax error | Joel Andres Granados | 2008-03-11 | 1 | -1/+1 | |
| |