diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-13 00:43:54 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-13 00:43:54 +0000 |
commit | 72ccffd028d506edf9d9b9f88711a05e10e8dc11 (patch) | |
tree | b2362bbcf3cf2f8fc21fe22f693625df7d1aa4d6 /MgaRepo/commands | |
parent | 7ae1a3b117c439210bd02fd7daaaa000d1cc754a (diff) | |
download | mgarepo-72ccffd028d506edf9d9b9f88711a05e10e8dc11.tar mgarepo-72ccffd028d506edf9d9b9f88711a05e10e8dc11.tar.gz mgarepo-72ccffd028d506edf9d9b9f88711a05e10e8dc11.tar.bz2 mgarepo-72ccffd028d506edf9d9b9f88711a05e10e8dc11.tar.xz mgarepo-72ccffd028d506edf9d9b9f88711a05e10e8dc11.zip |
don't allow importing package already on svn
Diffstat (limited to 'MgaRepo/commands')
-rw-r--r-- | MgaRepo/commands/putsrpm.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MgaRepo/commands/putsrpm.py b/MgaRepo/commands/putsrpm.py index 68d87d0..9e9faa7 100644 --- a/MgaRepo/commands/putsrpm.py +++ b/MgaRepo/commands/putsrpm.py @@ -11,9 +11,6 @@ Usage: mgarepo putsrpm [OPTIONS] SOURCERPMS Will import source RPMs into the SVN repository. -If the package was already imported, it will add the new files and remove -those not present in the source RPM. - Options: -m LOG Log message used when commiting changes -t Create version-release tag on releases/ |