1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
tobbenb
22d3d9f323 Switch back to streamboard svn to fix version not showing in UI 2019-04-29 05:52:06 +08:00
LinuxServer-CI
9e04fd2a5b Bot Updating Package Versions 2019-04-19 07:42:45 -04:00
6 changed files with 9 additions and 4 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

@@ -28,7 +28,7 @@ readline-7.0.003-r0
scanelf-1.2.3-r0
shadow-4.5-r0
ssl_client-1.28.4-r3
tzdata-2018f-r0
tzdata-2018i-r0
xz-5.2.4-r0
xz-libs-5.2.4-r0
zlib-1.2.11-r1

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." }