1
0

Switch back to streamboard svn to fix version not showing in UI

This commit is contained in:
tobbenb
2019-04-28 23:28:10 +02:00
committed by Ryan Kuba
parent 9e04fd2a5b
commit 22d3d9f323
5 changed files with 8 additions and 3 deletions

View File

@ -18,6 +18,7 @@ RUN \
make \
libressl-dev \
pcsc-lite-dev \
subversion \
tar && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
@ -28,7 +29,7 @@ RUN \
pcsc-lite \
pcsc-lite-libs && \
echo "**** compile oscam ****" && \
bzr branch lp:oscam /tmp/oscam-svn && \
svn checkout http://www.streamboard.tv/svn/oscam/trunk /tmp/oscam-svn && \
cd /tmp/oscam-svn && \
./config.sh \
--enable all \

View File

@ -18,6 +18,7 @@ RUN \
make \
libressl-dev \
pcsc-lite-dev \
subversion \
tar && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
@ -28,7 +29,7 @@ RUN \
pcsc-lite \
pcsc-lite-libs && \
echo "**** compile oscam ****" && \
bzr branch lp:oscam /tmp/oscam-svn && \
svn checkout http://www.streamboard.tv/svn/oscam/trunk /tmp/oscam-svn && \
cd /tmp/oscam-svn && \
./config.sh \
--enable all \

View File

@ -18,6 +18,7 @@ RUN \
make \
libressl-dev \
pcsc-lite-dev \
subversion \
tar && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
@ -28,7 +29,7 @@ RUN \
pcsc-lite \
pcsc-lite-libs && \
echo "**** compile oscam ****" && \
bzr branch lp:oscam /tmp/oscam-svn && \
svn checkout http://www.streamboard.tv/svn/oscam/trunk /tmp/oscam-svn && \
cd /tmp/oscam-svn && \
./config.sh \
--enable all \

View File

@ -182,6 +182,7 @@ Below are the instructions for updating containers:
## Versions
* **28.04.19:** - Switch back to streamboard svn to fix version not showing in UI.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **19.02.19:** - Add pipeline logic and multi arch, rebase to Alpine 3.8.
* **03.01.18:** - Deprecate cpu_core routine lack of scaling.

View File

@ -73,6 +73,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "28.04.19:", desc: "Switch back to streamboard svn to fix version not showing in UI." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "19.02.19:", desc: "Add pipeline logic and multi arch, rebase to Alpine 3.8." }
- { date: "03.01.18:", desc: "Deprecate cpu_core routine lack of scaling." }