aboutsummaryrefslogtreecommitdiffstats
path: root/update-help_files.sh
diff options
context:
space:
mode:
authorMarja van Waes <marja@mageia.org>2015-02-03 22:21:08 +0100
committerMarja van Waes <marja@mageia.org>2015-02-03 22:21:08 +0100
commite7c9df61089cc705277f76d4c9cd2fa74cbf5ac9 (patch)
tree5f8dd45df2790c19a9f5cc3c4315504a2ff517fe /update-help_files.sh
parent551b0553cbe4c0134508baae36c8c6871f731d69 (diff)
downloaddrakx-installer-help-e7c9df61089cc705277f76d4c9cd2fa74cbf5ac9.tar
drakx-installer-help-e7c9df61089cc705277f76d4c9cd2fa74cbf5ac9.tar.gz
drakx-installer-help-e7c9df61089cc705277f76d4c9cd2fa74cbf5ac9.tar.bz2
drakx-installer-help-e7c9df61089cc705277f76d4c9cd2fa74cbf5ac9.tar.xz
drakx-installer-help-e7c9df61089cc705277f76d4c9cd2fa74cbf5ac9.zip
update update script
Diffstat (limited to 'update-help_files.sh')
-rwxr-xr-xupdate-help_files.sh14
1 files changed, 12 insertions, 2 deletions
diff --git a/update-help_files.sh b/update-help_files.sh
index 58e9313..88453fa 100755
--- a/update-help_files.sh
+++ b/update-help_files.sh
@@ -6,9 +6,18 @@
# This script needs bash, perl, rsync, unzip, wget
+# This script does currently _not_ fetch the English files
+# The reason is, that updates of localised source files are manually copied to
+# Calenco, with a risk (it happened to at least 6 of us) that English files do
+# accidentally get overwritten instead.
+
+# So, until we have automated the copying of the xml files:
+# Please fetch the English html files manually, after making sure this error
+# did not happen again.
+
set -e
-LANGS="ca cs de el en eo es et eu fr id nl pl pt_br ro ru sl sq sv tr uk"
+LANGS="ca cs de el en eo es et eu fr id it nl pl pt pt_br ro ru sl sq sv tr uk"
DLPATH="http://docteam.mageia.nl/zipped/drakx-installer-help/"
@@ -63,6 +72,7 @@ do
done
echo -e "$bldwhite==$bldblue WAIT BEFORE COMMITTING\nSee what's changed:$txtrst"
git status
-echo "$bldwhite==$bldblue Completed $bname"
+echo -e "$bldwhite==$bldblue Completed\n
+$bldwhite==$bldblue Please$bldred check$bldblue the English files in Calenco very well\n$bldwhite==$bldblue and download them manually"
exit 0