------------------------------------------------------------
revno: 1791
committer: Rene Engelhard <[email protected]>
branch nick: experimental
timestamp: Tue 2010-02-02 11:31:42 +0100
message:
  rm l10n tarball and ./download again after first download round as we 
otherwise might just get a 4KB .bz2 file
modified:
  rules
=== modified file 'rules'
--- a/rules     2010-01-31 23:32:35 +0000
+++ b/rules     2010-02-02 10:31:42 +0000
@@ -3677,6 +3677,8 @@
                 ./autogen.sh --with-tag=$(TAG) --with-distro=$(PATCHSET) \
                        --without-git --with-lang="$(BUILD_ISOS)" && \
                        ./download || wait 60; ./download || wait 60; 
./download && \
+                       rm -f src/$(TAG)-l10n.tar.bz2 && \
+                       ./download || wait 60; ./download || wait 60; 
./download && \
                cd src && \
                find . -mindepth 1 -maxdepth 1 ! -name "$(TAG)*" -exec rm -rf 
{} \; && \
                tar xfvj $(TAG)-libs-extern-sys.tar.bz2 && \

Reply via email to