[Debian-l10n-commits] ddtp branch master updated. 20080812.0-118-g4939ed5
Martijn van Oosterhout
kleptog-guest at alioth.debian.org
Wed Feb 20 22:49:30 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 "ddtp".
The branch, master has been updated
via 4939ed5bfa6277c5fcab1244e5fb4bfe11340a26 (commit)
from d16e661cc340224930cb86a458cad48f147ec684 (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/ddtp.git;a=commitdiff;h=4939ed5bfa6277c5fcab1244e5fb4bfe11340a26
commit 4939ed5bfa6277c5fcab1244e5fb4bfe11340a26
Author: Martijn van Oosterhout <kleptog at svana.org>
Date: Wed Feb 20 23:48:48 2013 +0100
Fix typo in filename causing loss of Translation-en files.
-----------------------------------------------------------------------
Summary of changes:
Packages2packages_tb.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Packages2packages_tb.sh b/Packages2packages_tb.sh
index 00f03ea..bd8d3c6 100755
--- a/Packages2packages_tb.sh
+++ b/Packages2packages_tb.sh
@@ -17,7 +17,7 @@ do
file="Packages/Translation-en_${distribution}_${part}"
echo `date`: Translation-en ${distribution}/${part}
- [ -s $file.bz2 ] && mv $file.bz2 Packages/Translation_en.bz2
+ [ -s $file.bz2 ] && mv $file.bz2 Packages/Translation-en.bz2
wget -P Packages -q -m -nd \
http://ftp.de.debian.org/debian/dists/${distribution}/${part}/i18n/Translation-en.bz2 && {
echo `date`: Translation-en file downloaded
-----------------------------------------------------------------------
hooks/post-receive
--
ddtp
More information about the Debian-l10n-commits
mailing list