[Debian-l10n-commits] [SCM] Debian i18n - l10n development - dl10n robots branch, master, updated. 5d6cf4120bc3fe7d114a233cf3f09e139fba0f13

Simon Paillard spaillard at debian.org
Sun Jun 17 14:32:53 UTC 2012


The following commit has been merged in the master branch:
commit 5d6cf4120bc3fe7d114a233cf3f09e139fba0f13
Author: Simon Paillard <spaillard at debian.org>
Date:   Sun Jun 17 14:32:44 2012 +0000

    No more umask

diff --git a/cron/dl10n-txt-testing b/cron/dl10n-txt-testing
index 972ed5b..250afeb 100755
--- a/cron/dl10n-txt-testing
+++ b/cron/dl10n-txt-testing
@@ -8,8 +8,6 @@ LOGPREFIX=$LOGDIR/spiderbts.cron.$(date "+%Y%m%d-%H%M")
 OUTDIR=/srv/i18n.debian.net/www/debian-l10n-coordination
 LANGUAGES="fr ru de pt sv cs es"
 
-umask 0002
-
 #mkdir -p $LOGDIR
 mkdir -p $OUTDIR
 
diff --git a/cron/nmu-update b/cron/nmu-update
index 9c0df02..1b26c17 100755
--- a/cron/nmu-update
+++ b/cron/nmu-update
@@ -11,8 +11,6 @@ POPCON_FILE=$TMPDIR/
 
 cd $DL10NDIR
 
-umask 0002
-
 wget -N $POPCON_FILE -o /dev/null http://popcon.debian.org/source/by_inst || {
 	echo "Failed to download http://popcon.debian.org/source/by_inst"
 	exit 1
diff --git a/cron/spiderbts b/cron/spiderbts
index b3c7ed8..e0dcaaa 100755
--- a/cron/spiderbts
+++ b/cron/spiderbts
@@ -7,8 +7,6 @@ LOGDIR=/srv/dl10n-stuff/log
 LOGPREFIX=$LOGDIR/spiderbts.cron.$(date "+%Y%m%d-%H%M")
 OUTDIR=/srv/i18n.debian.net/www/debian-l10n-coordination
 
-umask 0002
-
 mkdir -p $LOGDIR
 mkdir -p $OUTDIR
 

-- 
Debian i18n - l10n development - dl10n robots



More information about the Debian-l10n-commits mailing list