diff options
-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 |