[Debian-l10n-commits] dl10n branch master updated. 0af2f73846dd13b0b733a8863c71194069e4b54e

David Prévot taffit at alioth.debian.org
Mon Oct 7 16:55:32 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  0af2f73846dd13b0b733a8863c71194069e4b54e (commit)
      from  05a454942595dfedbf4c3df4085cfd4614372316 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=0af2f73846dd13b0b733a8863c71194069e4b54e

commit 0af2f73846dd13b0b733a8863c71194069e4b54e
Author: David Prévot <taffit at debian.org>
Date:   Mon Oct 7 12:52:27 2013 -0400

    manpages-rrd.pl: Quirty fix (pick content from main)
    
    Lots of stuff seems defined here (arches, mirror, etc.) and should
    better be handled via the existing common configuration file.

-----------------------------------------------------------------------

Summary of changes:
 dl10n-rrd/manpages-rrd.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dl10n-rrd/manpages-rrd.pl b/dl10n-rrd/manpages-rrd.pl
index 95943db..764653b 100755
--- a/dl10n-rrd/manpages-rrd.pl
+++ b/dl10n-rrd/manpages-rrd.pl
@@ -33,8 +33,8 @@ for my $arch (@archs) {
     if (-f "Contents-$arch.gz") {
         unlink "Contents-$arch.gz";
     }
-    system ("wget", "-c", "--quiet", "$MIRROR/dists/$dist/Contents-$arch.gz") == 0
-        or die "wget failed to download $MIRROR/dists/$dist/Contents-$arch.gz .  Aborting.";
+    system ("wget", "-c", "--quiet", "$MIRROR/dists/$dist/main/Contents-$arch.gz") == 0
+        or die "wget failed to download $MIRROR/dists/$dist/main/Contents-$arch.gz .  Aborting.";
 
     die "Missing Contents-$arch.gz .  Aborting."
         unless -f "Contents-$arch.gz";
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list