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 /repsys-example.conf | |
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 'repsys-example.conf')
-rw-r--r-- | repsys-example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repsys-example.conf b/repsys-example.conf index 99c5d30..99c44f5 100644 --- a/repsys-example.conf +++ b/repsys-example.conf @@ -3,6 +3,9 @@ verbose = no default_parent = svn+ssh://svn.mandriva.com/svn/packages/cooker url-map = svn\+ssh://svn\.mandriva\.com/(.*) file:///\1 #tempdir = /tmp +## the command used to download files when using repsys sync -d +#download-command = wget -c -O '$dest' $url + [log] oldurl = svn+ssh://svn.mandriva.com/svn/packages/misc |