diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-05 20:51:43 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-05 20:51:43 +0000 |
commit | 936d5717d1b4afc17b04afbe02ad7aff8770722d (patch) | |
tree | fc428c7fbad61e809a642e61d2d46d02749e0403 /repsys | |
parent | 91d55b129c0b8fb2980aaa372e053e8a3c157935 (diff) | |
download | mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar.gz mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar.bz2 mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar.xz mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.zip |
Small changes in help messages:
- 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
Diffstat (limited to 'repsys')
-rwxr-xr-x | repsys | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -9,24 +9,25 @@ VERSION="1.6.19" HELP = """\ Usage: repsys COMMAND [COMMAND ARGUMENTS] +Tool to access and manage a package repository structure. + +http://wiki.mandriva.com/en/Development/Packaging/RepositorySystem/Quickstart + Useful commands: - co - ci - sync - submit - create - getspec - getsrpm - rpmlog - changed - authoremail - putsrpm - switch + co checkout a package + ci commit changes + sync add-remove all file changes from the .spec + submit submit a package for build + getspec prints the spec + rpmlog prints the RPM changelog + getsrpm creates the source RPM + create create the structure of a new package + changed shows changes not submitted + authoremail prints the e-mail of a given author + switch relocate to mirror or upstream repository Run "repsys COMMAND --help" for more information. -Run "repsys --help-plugins" for help on loaded plugins. - Written by Gustavo Niemeyer <gustavo@niemeyer.net> """ |