From 1e929f67375b699cdcac0b1557d115eed7035ae8 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Fri, 8 Feb 2008 00:43:26 +0000 Subject: 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. --- repsys-example.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repsys-example.conf') 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 -- cgit v1.2.1