[damned-lies/oscp] This is prod



commit 2f7346046d988058d7f165298f9c2bd5714bdf8c
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 8 15:28:47 2021 +0200

    This is prod

 httpd/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 3bb612ae..047dde65 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -20,9 +20,9 @@ RUN groupadd l10n -g 1000660000 && \
     useradd l10n -g 1000660000 -u 1000660000 -G apache -r -l -m && \
     chown l10n:l10n /var/run/httpd && \
     mkdir -p /l10n && \
-    git clone --depth 1 --branch testing --single-branch 
https://gitlab.gnome.org/Infrastructure/damned-lies.git /l10n/damnedlies
+    git clone --depth 1 --branch master --single-branch 
https://gitlab.gnome.org/Infrastructure/damned-lies.git /l10n/damnedlies
 ADD local_settings.py /l10n/damnedlies/damnedlies/local_settings.py
-ADD l10n-testing.openshift.gnome.org.conf /etc/httpd/conf.d/l10n-testing.openshift.gnome.org.conf
+ADD l10n.gnome.org.conf /etc/httpd/conf.d/l10n.gnome.org.conf
 RUN chown -R l10n:l10n /l10n
 
 USER l10n


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