[library-web/oscp] lgo: Switch to wip/oscp-compat branch



commit 10ae24395aa0bae9c79c2e149422a8064be7a6b3
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Jan 21 12:26:00 2020 +0100

    lgo: Switch to wip/oscp-compat branch

 lgo/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lgo/Dockerfile b/lgo/Dockerfile
index d70ddd8..8f96792 100644
--- a/lgo/Dockerfile
+++ b/lgo/Dockerfile
@@ -6,7 +6,7 @@ RUN yum install -y epel-release gnome-common glib2-devel intltool docbook-dtds \
     yum install -y python-html5lib && \
     yum -y clean all --enablerepo='*'
 
-RUN git clone https://gitlab.gnome.org/Infrastructure/library-web.git /opt/lgo && \
+RUN git clone -b wip/oscp-compat https://gitlab.gnome.org/Infrastructure/library-web.git /opt/lgo && \
     cd /opt/lgo && ./autogen.sh && make -j2
 
 RUN git clone https://github.com/GNOME/yelp-xsl /opt/yelp-xsl && \


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