aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/getsrpm.py
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2008-02-05 20:51:43 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2008-02-05 20:51:43 +0000
commit936d5717d1b4afc17b04afbe02ad7aff8770722d (patch)
treefc428c7fbad61e809a642e61d2d46d02749e0403 /RepSys/commands/getsrpm.py
parent91d55b129c0b8fb2980aaa372e053e8a3c157935 (diff)
downloadmgarepo-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/commands/getsrpm.py')
-rw-r--r--RepSys/commands/getsrpm.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/RepSys/commands/getsrpm.py b/RepSys/commands/getsrpm.py
index d76aca7..f1ebfe1 100644
--- a/RepSys/commands/getsrpm.py
+++ b/RepSys/commands/getsrpm.py
@@ -16,6 +16,8 @@ import os
HELP = """\
Usage: repsys getsrpm [OPTIONS] REPPKGURL
+Generates the source RPM (.srpm) file of a given package.
+
Options:
-c Use files in current/ directory (default)
-p Use files in pristine/ directory
@@ -30,6 +32,8 @@ Options:
-h Show this message
Examples:
+ repsys getsrpm python
+ repsys getsrpm -l python
repsys getsrpm http://foo.bar/svn/cnc/snapshot/python
repsys getsrpm -p http://foo.bar/svn/cnc/releases/8cl/python
repsys getsrpm -r 1001 file:///svn/cnc/snapshot/python