The following commit has been merged in the master branch:
commit f93688a1cce24a225145e58618ea25a0cbf0dfd3
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Feb 9 18:33:58 2008 +0100
trivial_slice: Try to rename the right file
Don't try to rename foo.EN.html.new, but foo.en.html.new
diff --git a/bin/trivial_slice b/bin/trivial_slice
index 2f26a0c..80e44a8 100755
--- a/bin/trivial_slice
+++ b/bin/trivial_slice
@@ -94,8 +94,9 @@ foreach my $file (@files) {
}
}
- foreach my $lang (keys %out) {
- close($out{$lang})
+ foreach my $lang (@langs) {
+ my $ulang = uc($lang);
+ close($out{$ulang})
or die "Couldn't close $path$name.$lang.html.new\n";
activate("$path$name.$lang.html");
}
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]