[library-web/oscp] Disable relnotes generation



commit 87e99920cac094aae8bab46b8be1ead22d158bcf
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Sep 21 13:34:23 2021 +0200

    Disable relnotes generation

 lgo/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lgo/entrypoint.sh b/lgo/entrypoint.sh
index da3c02fa..279d5f58 100755
--- a/lgo/entrypoint.sh
+++ b/lgo/entrypoint.sh
@@ -6,7 +6,7 @@ mkdir -p /data/logs
 
 DATE="$(date +%s)"
 
-/usr/local/bin/release-notes-gen |& tee "/data/logs/relnotes-$DATE.log"
+#/usr/local/bin/release-notes-gen |& tee "/data/logs/relnotes-$DATE.log"
 python /opt/lgo/src/lgo.py -vvvvv -c /opt/library-web.lgorc |& tee "/data/logs/library-$DATE.log"
 
 cd /data/output/help.gnome.org/misc/release-notes || exit


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