[debian-edu-commits] debian-edu/debian-edu-doc.git (#211) - wheezy (branch) updated: 0.6.20071024-14-g6e68d4e

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:14:16 UTC 2013


The branch, wheezy has been updated
       via  6e68d4e29f031d3d4ff49fc2626ed1fac50fad83 (commit)
      from  1d44b64e4336a40e162a3309b005f9b1b96db1bc (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 documentation/release-manual/start_new_translation |    8 ++++++++
 1 file changed, 8 insertions(+)

The diff of changes is:
diff --git a/documentation/release-manual/start_new_translation b/documentation/release-manual/start_new_translation
index 4be4760..92d7cf8 100755
--- a/documentation/release-manual/start_new_translation
+++ b/documentation/release-manual/start_new_translation
@@ -12,6 +12,14 @@ if [ -z "$1" ] ; then
     exit 1
 fi
 
+if [ -e release-manual.$1.po ] ; then
+	echo
+	echo "Translation already exists, aborting."
+	echo
+	echo "Please translate the remaining strings in release-manual.$1.po." 
+	exit 1
+fi
+
 ./get_release-manual
 
 name=release-manual


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

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 "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list