[Pkg-xfce-commits] r3582 - scripts

Yves-Alexis Perez corsac at alioth.debian.org
Fri Oct 16 10:53:12 UTC 2009


Author: corsac
Date: 2009-10-16 22:53:12 +0000 (Fri, 16 Oct 2009)
New Revision: 3582

Modified:
   scripts/get-sources.pl
Log:
use wget -nv in all cases


Modified: scripts/get-sources.pl
===================================================================
--- scripts/get-sources.pl	2009-10-16 22:52:46 UTC (rev 3581)
+++ scripts/get-sources.pl	2009-10-16 22:53:12 UTC (rev 3582)
@@ -99,7 +99,7 @@
 	else {
 		# tar.gz
 		$debian_filename =~ s/.tar.gz/.orig.tar.gz/;
-		$wget_command = "cd $tarballs_dir && wget $tarball && mv $filename $debian_filename";
+		$wget_command = "cd $tarballs_dir && wget -nv $tarball && mv $filename $debian_filename";
 	}
 
 	# wget & stuff




More information about the Pkg-xfce-commits mailing list