[gimp-web/oscp] Remove testing code



commit 6bde247d35ae880d4a36e5a89c87605fb580dbce
Author: Jacob Boerema <jgboerema gmail com>
Date:   Fri Jun 3 16:31:48 2022 -0400

    Remove testing code
    
    Everything seems to be working, so let's go back to building all languages.

 testing.docs.gimp.org/docs_build/entrypoint.sh | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/testing.docs.gimp.org/docs_build/entrypoint.sh b/testing.docs.gimp.org/docs_build/entrypoint.sh
index 40b4bfee..bd3138ba 100755
--- a/testing.docs.gimp.org/docs_build/entrypoint.sh
+++ b/testing.docs.gimp.org/docs_build/entrypoint.sh
@@ -6,9 +6,6 @@ set -e
 RELEASE=2.10
 BUILD_PATH=/tmp/gimp-help
 
-# Reduce languages during testing
-export ALL_LINGUAS="en ja zh_CN"
-
 git clone --depth 1 --single-branch -b gimp-help-${RELEASE//\./\-} 
https://gitlab.gnome.org/GNOME/gimp-help.git ${BUILD_PATH}
 cd ${BUILD_PATH}/web && BUILD_DIR='.' make
 cd ${BUILD_PATH} && ./autogen.sh --without-gimp --prefix=${BUILD_PATH}/build && make && make install


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]