[gimp-web/oscp] docs: disable rsync and temp dri delete to check what is being built
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/oscp] docs: disable rsync and temp dri delete to check what is being built
- Date: Sun, 14 Jun 2020 22:11:28 +0000 (UTC)
commit 2414609de3c60ea9186734dc8667f2161b953852
Author: Michael Schumacher <schumaml gmx de>
Date: Mon Jun 15 00:11:13 2020 +0200
docs: disable rsync and temp dri delete to check what is being built
docs.gimp.org/docs_build/entrypoint.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs.gimp.org/docs_build/entrypoint.sh b/docs.gimp.org/docs_build/entrypoint.sh
index c31b0ab6..e5cb225d 100755
--- a/docs.gimp.org/docs_build/entrypoint.sh
+++ b/docs.gimp.org/docs_build/entrypoint.sh
@@ -7,5 +7,5 @@ git clone --depth 1 https://gitlab.gnome.org/GNOME/gimp-help.git /tmp/gimp-help
export ALL_LINGUAS="ca da de el en en_GB es fi fr hr it ja ko lt nl nn pt_BR ro ru zh_CN"
cd /tmp/gimp-help && ./autogen.sh --without-gimp && make -j3
-rsync -rl /tmp/gimp-help/html/* /docs_data/docs
-rm -rf /tmp/gimp-help
+# rsync -rl /tmp/gimp-help/html/* /docs_data/docs
+# rm -rf /tmp/gimp-help
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]