diff options
author | Marja van Waes <marja@mageia.org> | 2015-02-03 22:21:08 +0100 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2015-02-03 22:21:08 +0100 |
commit | e7c9df61089cc705277f76d4c9cd2fa74cbf5ac9 (patch) | |
tree | 5f8dd45df2790c19a9f5cc3c4315504a2ff517fe | |
parent | 551b0553cbe4c0134508baae36c8c6871f731d69 (diff) | |
download | drakx-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
-rwxr-xr-x | update-help_files.sh | 14 |
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 |