aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/rpmlog.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow specifying distro branches without using complete URLsBogdano Arendartchuk2008-07-171-6/+4
| | | | | | | | 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 small note about bad path hardcoded in rpmlogBogdano Arendartchuk2008-03-031-0/+1
|
* Added options -o, -p, -s to rpmlogBogdano Arendartchuk2008-03-031-4/+26
| | | | | These options are just direct flags to the new function get_changelog()
* Small changes in help messages:Bogdano Arendartchuk2008-02-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - on behalf of bogdano@mandriva.com:Andreas Hasenack2006-02-021-2/+4
| | | | | | | | | | | | | | | - improved markrelease command line parsing - changelogs entries are now groupped by author, and sorted by revision number - the changelog now is generated using the Cheetah Template Engine, to allow quick modifications without spending time reading code and introducing new bugs - consequently, was added an option "-T <file>" to rpmlog and getsrpm to allow choosing the path of the template to be used - added options noauth=0, and baseurl=None in order to disable the authentication in some url schemes (http:// and //) - replaced some "cl" references to "mdv"
* 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/+40