diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-05 20:53:09 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-05 20:53:09 +0000 |
commit | fb388c2b7d01c98b0456ce97cf163f5394710b10 (patch) | |
tree | 168b484dbc9ec6d5f8687e7782c9a2ee37be131d /CHANGES | |
parent | 49898e3e1977b32f26e8045aafb5e24afdccb167 (diff) | |
download | mgarepo-fb388c2b7d01c98b0456ce97cf163f5394710b10.tar mgarepo-fb388c2b7d01c98b0456ce97cf163f5394710b10.tar.gz mgarepo-fb388c2b7d01c98b0456ce97cf163f5394710b10.tar.bz2 mgarepo-fb388c2b7d01c98b0456ce97cf163f5394710b10.tar.xz mgarepo-fb388c2b7d01c98b0456ce97cf163f5394710b10.zip |
Added --strict option to getsrpm + equivalent configuration option
This option makes repsys to fail if the revision provided by the user does
not contain any changed path inside the package URL.
This should prevent mistakes such as submitting update packages using the
Cooker URL.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ - if REPSYS_CONF is set, /etc/repsys.conf and ~/.repsys/config will not be readed anymore - added option -F to repsys ci to set a log message file +- added option --strict to getsrpm to check if the revision provided + matches the package URL; +- added boolean configuration option strict-revision in the submit + section, to allow forcing the use of --strict - the fix for the unreleased commits problem in the previous release was wrong, really fixed it - fixed the use of file:/// URLs when using just the package name |