diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-08 00:43:26 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-08 00:43:26 +0000 |
commit | 1e929f67375b699cdcac0b1557d115eed7035ae8 (patch) | |
tree | 63dd50265afd2b2385badb46476ff607ca5e10f4 /CHANGES | |
parent | 5eb9f215eca3378738cddce68ce0977c6069357c (diff) | |
download | mgarepo-1e929f67375b699cdcac0b1557d115eed7035ae8.tar mgarepo-1e929f67375b699cdcac0b1557d115eed7035ae8.tar.gz mgarepo-1e929f67375b699cdcac0b1557d115eed7035ae8.tar.bz2 mgarepo-1e929f67375b699cdcac0b1557d115eed7035ae8.tar.xz mgarepo-1e929f67375b699cdcac0b1557d115eed7035ae8.zip |
Added option -d to sync, to download the missing files
It also added a configuration option download-command, in the [global]
section to define which command will be used to download. The default is
wget.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ - if REPSYS_CONF is set, /etc/repsys.conf and ~/.repsys/config will not be readed anymore - changed the built-in template to the current default.chlog +- added option -d to repsys sync, to download the missing source files - 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; |