aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/ci.py
Commit message (Collapse)AuthorAgeFilesLines
* Small changes in help messages:Bogdano Arendartchuk2008-02-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Added option -F to repsys ci, as in svn ciBogdano Arendartchuk2008-02-051-0/+4
|
* Added initial support to mirrors, as requested by mrl.Bogdano Arendartchuk2007-05-021-0/+29
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.