[guadec-web/oscp-2020] Prepare website for 2020



commit dfeec3ba63c0d291f510ca385983ee3e493afe23
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Mon Jan 6 20:18:07 2020 +0200

    Prepare website for 2020

 Dockerfile     | 2 +-
 publishconf.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index b471aab..7c26c25 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ ENV GUADEC_HOME=/guadec-web \
 
 WORKDIR ${GUADEC_HOME}
 
-RUN git clone -b oscp-2019 https://gitlab.gnome.org/Infrastructure/guadec-web.git .
+RUN git clone -b oscp-2020 https://gitlab.gnome.org/Infrastructure/guadec-web.git .
 
 # Install python and nodejs dependencies
 RUN pip install -r requirements.txt
diff --git a/publishconf.py b/publishconf.py
index c15137c..ede914e 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -30,7 +30,7 @@ from pelicanconf import *
 
 LANGUAGE_CODE = 'en'
 
-SITEDOMAIN = '2019.guadec.org'
+SITEDOMAIN = '2020.guadec.org'
 SITEURL = 'https://%s' % SITEDOMAIN
 
 RELATIVE_URLS = False


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