diff options
author | Marja van Waes <marja@mageia.org> | 2023-12-06 20:51:06 +0100 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2023-12-06 20:51:06 +0100 |
commit | ab4a00465541ef8fba54aeb972b8d9da01e4fde7 (patch) | |
tree | ab269b239a2ba06f3ad0d08da10d426d84f48f90 | |
parent | 3de2dfaa622a90b91df1c862584bc99c23287608 (diff) | |
download | drakx-installer-help-ab4a00465541ef8fba54aeb972b8d9da01e4fde7.tar drakx-installer-help-ab4a00465541ef8fba54aeb972b8d9da01e4fde7.tar.gz drakx-installer-help-ab4a00465541ef8fba54aeb972b8d9da01e4fde7.tar.bz2 drakx-installer-help-ab4a00465541ef8fba54aeb972b8d9da01e4fde7.tar.xz drakx-installer-help-ab4a00465541ef8fba54aeb972b8d9da01e4fde7.zip |
Add FIXME to update-help_files.sh
-rwxr-xr-x | update-help_files.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/update-help_files.sh b/update-help_files.sh index 00851e1..c040eb8 100755 --- a/update-help_files.sh +++ b/update-help_files.sh @@ -15,6 +15,15 @@ # Please fetch the English html files manually, after making sure this error # did not happen again. +# FIXME +# The download path and the name of the zip files have changed, e.g. for Catalan: +# https://docteam.mageia.org.uk/Factory/zipped/ca/drakx-installer-help/DrakX-CA-InlineHelp.zip +# The script needs to be adjusted, but we might want to first change where on +# https://docteam.mageia.org.uk/ Calenco writes the files to , e.g. for Catalan: +# https://docteam.mageia.org.uk/Factory/zipped/drakx-installer-help/ca.zip +# Having all the zip files there in one directory, would make it possible to see +# when they were last updated without having to go up and down the directory tree. + set -e LANGS="ca cs de el en eo es et eu fr hr hu id it nl nb pl pt pt_br ro ru sk sl sq sv tr uk zh_cn" |