diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-08 01:26:06 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-08 01:26:06 +0000 |
commit | 56a69b1bce8e89c97317eae95bc09f2e7de8c1d2 (patch) | |
tree | 63dd50265afd2b2385badb46476ff607ca5e10f4 /RepSys/commands/markrelease.py | |
parent | 4a27a17de745d90553dfad701fc6c65da24680d1 (diff) | |
parent | 1e929f67375b699cdcac0b1557d115eed7035ae8 (diff) | |
download | mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar.gz mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar.bz2 mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.tar.xz mgarepo-56a69b1bce8e89c97317eae95bc09f2e7de8c1d2.zip |
New branch to work on tarballs repository
Diffstat (limited to 'RepSys/commands/markrelease.py')
-rw-r--r-- | RepSys/commands/markrelease.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RepSys/commands/markrelease.py b/RepSys/commands/markrelease.py index 440775b..1707f39 100644 --- a/RepSys/commands/markrelease.py +++ b/RepSys/commands/markrelease.py @@ -21,6 +21,11 @@ HELP = """\ Usage: repsys markrelease [OPTIONS] REPPKGURL +This subcommand creates a 'tag' for a given revision of a given package. + +The tag will be stored in the directory releases/ inside the package +structure. + Options: -f FILE Try to extract information from given file -r REV Revision which will be used to make the release copy tag |