[ooo-build-commit] .: download.in
Fridrich Strba
fridrich at kemper.freedesktop.org
Wed Sep 29 22:24:45 PDT 2010
download.in | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 14343e940827222b30cb3d2b95361ff1e3d225b1
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Sep 30 07:24:24 2010 +0200
No need to move the tarballs now
diff --git a/download.in b/download.in
index 4224c45..3403b0b 100755
--- a/download.in
+++ b/download.in
@@ -624,12 +624,6 @@ 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()
-my @lo_external_sources = glob '@SRCDIR@/????????????????????????????????-*';
-foreach (@lo_external_sources) {
- move("$_", "$ENV{TARFILE_LOCATION}");
-}
open (FILELIST, ">download.list");
print FILELIST join ("\n", @files);
More information about the ooo-build-commit
mailing list