[ooo-build-commit] .: download.in
René Engelhard
rene at kemper.freedesktop.org
Wed Sep 29 14:08:47 PDT 2010
download.in | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit d5e67e3dae5dca58fe5403e84ef27afdafb1177f
Author: Rene Engelhard <rene at debian.org>
Date: Wed Sep 29 23:08:19 2010 +0200
properly move ixion and new icu4c into $TARFILE_LOCATION after downloaded
diff --git a/download.in b/download.in
index e6275f2..e1a6ace 100755
--- a/download.in
+++ b/download.in
@@ -1,6 +1,7 @@
#!/usr/bin/perl -w
use Switch;
use File::Temp qw/ tempfile tempdir /;
+use File::Copy;
sub webget($$$$)
{
@@ -633,6 +634,10 @@ if ('@TESTS@' eq 'YES') {
download_files (\@files, \%SRC_URLS, '@SRCDIR@');
download_external_sources();
+# those are expected in $TARFILE_LOCATION but put into @SRCDIR@ by
+# download_files()
+move("@SRCDIR@/e3738abd0d3ce1870dc1fd1f22bba5b1-icu4c-4_2_1-src.tgz", "$ENV{TARFILE_LOCATION}/e3738abd0d3ce1870dc1fd1f22bba5b1-icu4c-4_2_1-src.tgz" );
+move("@SRCDIR@/0f63ee487fda8f21fafa767b3c447ac9-ixion-0.2.0.tar.gz", "$ENV{TARFILE_LOCATION}/0f63ee487fda8f21fafa767b3c447ac9-ixion-0.2.0.tar.gz" );
open (FILELIST, ">download.list");
print FILELIST join ("\n", @files);
More information about the ooo-build-commit
mailing list