aboutsummaryrefslogtreecommitdiffstats
path: root/repsys
Commit message (Collapse)AuthorAgeFilesLines
* Allow specifying distro branches without using complete URLsBogdano Arendartchuk2008-07-171-1/+5
| | | | | | | | 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.
* New version 1.6.20Bogdano Arendartchuk2008-02-081-1/+1
|
* Small changes in help messages:Bogdano Arendartchuk2008-02-051-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Don't say "invalid command CMD" when this is not the real errorBogdano Arendartchuk2007-11-141-5/+4
| | | | | | | | | | | | | | | 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.
* New version 1.6.19V1_6_19Bogdano Arendartchuk2007-11-081-1/+1
|
* Improved (and fixed) the support to mirrors and "switch" subcommandBogdano Arendartchuk2007-06-051-0/+1
| | | | | | | | | - 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.
* Version 1.6.18Bogdano Arendartchuk2007-05-091-1/+1
|
* Reverted previous change in r219469 (r25). Plugins were not beingBogdano Arendartchuk2007-05-091-1/+5
| | | | | initialized before command line parsing.
* Version 1.6.17V1_6_17Bogdano Arendartchuk2007-05-041-1/+1
|
* Handle plugin initialization exceptionsBogdano Arendartchuk2007-05-041-1/+1
| | | | | | | Moved plugins.load() to dispatch_command in order to allow exception handling when plugins are being loaded (in case of ldapusers, checking configuration options)
* Added one cheap copy of the sync subcommand from mdvsys.Bogdano Arendartchuk2007-05-031-0/+1
| | | | | | | | | | | | | 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)
* Added initial support to mirrors, as requested by mrl.Bogdano Arendartchuk2007-05-021-0/+1
| | | | | | | | | 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.
* Typo "--help-plugin"Bogdano Arendartchuk2007-05-021-1/+1
|
* Version 1.6.16Bogdano Arendartchuk2007-05-021-1/+1
|
* Merged work on plugins support, including the possibility to wrapBogdano Arendartchuk2007-05-021-1/+20
| | | | | configuration sections.
* Added "putsrpm" to the list of subcommands in the --help messageBogdano Arendartchuk2007-05-021-0/+1
|
* 1.6.15V1_6_15Bogdano Arendartchuk2007-03-161-1/+1
|
* - 1.6.14V1_6_14Bogdano Arendartchuk2007-01-311-1/+1
|
* - 1.6.13V1_6_13Andreas Hasenack2007-01-161-1/+1
|
* - 1.6.12V1_6_12Andreas Hasenack2007-01-031-1/+1
|
* - 1.6.11V1_6_11Andreas Hasenack2007-01-031-1/+1
|
* - bump versionV1_6_10Andreas Hasenack2006-12-011-1/+1
|
* - fix current version numberAndreas Hasenack2006-11-281-1/+1
|
* - changed version to 1.6.7Bogdano Arendartchuk2006-10-201-1/+1
|
* 1.6.6Olivier Blin2006-10-181-1/+1
|
* 1.6.4Olivier Blin2006-09-271-1/+1
|
* - updated version numberBogdano Arendartchuk2006-03-031-1/+1
|
* - 1.6.2a: moved revision-offset parameter to [log] sectionAndreas Hasenack2006-02-171-1/+1
|
* - updated to version 1.6.2V1_6_2Bogdano Arendartchuk2006-02-161-1/+1
|
* - added "rpmlog" in the list of subcommandsBogdano Arendartchuk2006-02-151-0/+1
|
* - oh, forgot to increase release numberBogdano Arendartchuk2006-02-151-1/+1
|
* - added CHANGES file to describe changes (duh)Andreas Hasenack2006-02-021-1/+1
|
* 1.5.4Frederic Lepied2005-12-071-1/+1
|
* Initial revisionR1_5_3_1-4mdktopic/V1_5_X@821topic/V1_5_X@819topic/V1_5_3@959topic/V1_5_3@819topic/V1_5_3Frederic Lepied2005-12-071-0/+55