1
0

update svn endpoint

This commit is contained in:
thelamer
2020-06-07 10:16:02 -07:00
committed by Ryan Kuba
parent 0d73eb9b61
commit f43ad35ba2
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ RUN \
pcsc-lite-libs && \
echo "**** compile oscam ****" && \
if [ -z ${OSCAM_VERSION+x} ]; then \
OSCAM_VERSION=$(svn info --show-item revision http://www.streamboard.tv/svn/oscam/trunk ); \
OSCAM_VERSION=$(svn info --show-item revision https://svn.streamboard.tv/oscam/trunk ); \
fi && \
svn checkout http://www.streamboard.tv/svn/oscam/trunk@${OSCAM_VERSION} /tmp/oscam-svn && \
cd /tmp/oscam-svn && \