| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Added the configuration option "repository", which will have the URL to the
root of the repository.
The change also allowed using mirrors in all the read-only commands.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added URL of the repository system Quickstart
- Make the help message of ci clearer
- Removed reference to --help-plugins
- Added a simple description for repsys in main help
- Added short description of interesting subcommands in main help
- Updated CHANGES
- Reformeatted the 'switch' message to make it easier to read
- Improved the help message of 'submit', added reference to the status page
- Better help message for rpmlog
- Added help message for patchspec
- Better help message for markrelease
- Added a help message for getsrpm
- Added help message for getspec
- Better help message for 'create' + changed example URL
- Added a clearer help message for co
- Added some text explaining 'changed'
- Better authoremail help
- Clearer message about uncommenting config option
- Removed all configuration options that are not needed by one external
- Putsrpm is not working, remove from help message
- Added another usage example for submit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sometimes when a module used by repsys is missing, the given error message
is "invalid command CMD", instead of a exception trace showing that there's
something wrong with with the repsys setup.
This change fixes this issue by counting the number of frames in the
exception trace. When the command module is not available there will be
only one frame (being the function that is trying to import the command's
module), otherwise there will be more frames (because the found module will
already be present in the trace).
This fix is probably valid for smart too.
|
| |
|
|
|
|
|
|
|
|
|
| |
- added the switch subcommand to quickly switch between the default and the
mirrored repositories
- fixed bug of generating bogus mirror URLs
- make "ci" smarter by only relocation if something has been changed in the
working copy and it is not already relocated.
|
| |
|
|
|
|
|
| |
initialized before command line parsing.
|
| |
|
|
|
|
|
|
|
| |
Moved plugins.load() to dispatch_command in order to allow exception
handling when plugins are being loaded (in case of ldapusers, checking
configuration options)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It required two sensitive changes:
- in order to parse the spec file, "rpm" module was used, so this is the
brand new package dependency; and
- as RepSys already had one "rpm" module, we had to rename it to
"simplerpm" in order to allow access to the module from python-rpm (I
think py2.4 is still used a lot so we can't use absolute imports)
|
|
|
|
|
|
|
|
|
| |
It was added an option "mirror" to repsys.conf, that will contain an URL to
the mirror repository.
Also added the subcommand "ci", which will relocate one working copy to the
master repository before effectively commiting.
|
| |
|
| |
|
|
|
|
|
| |
configuration sections.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|