This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 fi
1919 echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_DAAPD_MASTER\". ****"
2020 echo "**** Retrieving external version ****"
21- EXT_RELEASE=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/owntone/forked-daapd /releases/latest" | jq -r '. | .tag_name')
21+ EXT_RELEASE=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/owntone/owntone-server /releases/latest" | jq -r '. | .tag_name')
2222 if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
2323 echo "**** Can't retrieve external version, exiting ****"
2424 FAILURE_REASON="Can't retrieve external version for daapd branch master"
Original file line number Diff line number Diff line change 6767 make DESTDIR=/tmp/antlr3c-build install && \
6868 export LDFLAGS="-L/tmp/antlr3c-build/usr/lib" && \
6969 export CFLAGS="-I/tmp/antlr3c-build/usr/include" && \
70- echo "**** compile forked-daapd ****" && \
70+ echo "**** compile owntone-server ****" && \
7171 if [ -z ${DAAPD_RELEASE+x} ]; then \
72- DAAPD_RELEASE=$(curl -sX GET "https://api.github.com/repos/owntone/forked-daapd /releases/latest" \
72+ DAAPD_RELEASE=$(curl -sX GET "https://api.github.com/repos/owntone/owntone-server /releases/latest" \
7373 | awk '/tag_name/{print $4;exit}' FS='[""]' ); \
7474 fi && \
7575 curl -L https://github.com/mopidy/libspotify-archive/blob/master/libspotify-${LIBSPOTIFY_VERSION}-Linux-${ARCH}-release.tar.gz?raw=true | tar -xzf- -C /tmp/source/ && \
8181 export LIBSPOTIFY_LIBS="/tmp/libspotify-build/lib/libspotify.so" && \
8282 curl -o \
8383 /tmp/source/forked.tar.gz -L \
84- "https://github.com/owntone/forked-daapd /archive/${DAAPD_RELEASE}.tar.gz" && \
84+ "https://github.com/owntone/owntone-server /archive/${DAAPD_RELEASE}.tar.gz" && \
8585 tar xf /tmp/source/forked.tar.gz -C \
8686 /tmp/source/forked-daapd --strip-components=1 && \
8787 export PATH="/tmp/source:$PATH" && \
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ RUN \
6565 make DESTDIR=/tmp/antlr3c-build install && \
6666 export LDFLAGS="-L/tmp/antlr3c-build/usr/lib" && \
6767 export CFLAGS="-I/tmp/antlr3c-build/usr/include" && \
68- echo "**** compile forked-daapd ****" && \
68+ echo "**** compile owntone-server ****" && \
6969 if [ -z ${DAAPD_RELEASE+x} ]; then \
70- DAAPD_RELEASE=$(curl -sX GET "https://api.github.com/repos/owntone/forked-daapd /releases/latest" \
70+ DAAPD_RELEASE=$(curl -sX GET "https://api.github.com/repos/owntone/owntone-server /releases/latest" \
7171 | awk '/tag_name/{print $4;exit}' FS='[""]'); \
7272 fi && \
7373 curl -o \
7474 /tmp/source/forked.tar.gz -L \
75- "https://github.com/owntone/forked-daapd /archive/${DAAPD_RELEASE}.tar.gz" && \
75+ "https://github.com/owntone/owntone-server /archive/${DAAPD_RELEASE}.tar.gz" && \
7676 tar xf /tmp/source/forked.tar.gz -C \
7777 /tmp/source/forked-daapd --strip-components=1 && \
7878 export PATH="/tmp/source:$PATH" && \
Original file line number Diff line number Diff line change 6767 make DESTDIR=/tmp/antlr3c-build install && \
6868 export LDFLAGS="-L/tmp/antlr3c-build/usr/lib" && \
6969 export CFLAGS="-I/tmp/antlr3c-build/usr/include" && \
70- echo "**** compile forked-daapd ****" && \
70+ echo "**** compile owntone-server ****" && \
7171 if [ -z ${DAAPD_RELEASE+x} ]; then \
72- DAAPD_RELEASE=$(curl -sX GET "https://api.github.com/repos/owntone/forked-daapd /releases/latest" \
72+ DAAPD_RELEASE=$(curl -sX GET "https://api.github.com/repos/owntone/owntone-server /releases/latest" \
7373 | awk '/tag_name/{print $4;exit}' FS='[""]'); \
7474 fi && \
7575 curl -L https://github.com/mopidy/libspotify-archive/blob/master/libspotify-${LIBSPOTIFY_VERSION}-Linux-${ARCH}-release.tar.gz?raw=true | tar -xzf- -C /tmp/source/ && \
7979 rm -rf /tmp/source/libspotify && \
8080 curl -o \
8181 /tmp/source/forked.tar.gz -L \
82- "https://github.com/owntone/forked-daapd /archive/${DAAPD_RELEASE}.tar.gz" && \
82+ "https://github.com/owntone/owntone-server /archive/${DAAPD_RELEASE}.tar.gz" && \
8383 tar xf /tmp/source/forked.tar.gz -C \
8484 /tmp/source/forked-daapd --strip-components=1 && \
8585 export PATH="/tmp/source:$PATH" && \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pipeline {
1818 GITLAB_NAMESPACE = credentials(' gitlab-namespace-id' )
1919 EXT_GIT_BRANCH = ' master'
2020 EXT_USER = ' owntone'
21- EXT_REPO = ' forked-daapd '
21+ EXT_REPO = ' owntone-server '
2222 BUILD_VERSION_ARG = ' DAAPD_RELEASE'
2323 LS_USER = ' linuxserver'
2424 LS_REPO = ' docker-daapd'
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
224224
225225## Versions
226226
227+ * ** 02.04.21:** - Update upstream repo, again.
227228* ** 30.03.21:** - Update upstream repo.
228229* ** 06.10.20:** - Enabled Spotify on Alpine 3.12 for X86_64 and ARMv7.
229230* ** 01.06.20:** - Rebasing to alpine 3.12.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ls_branch: master
99repo_vars :
1010 - EXT_GIT_BRANCH = 'master'
1111 - EXT_USER = 'owntone'
12- - EXT_REPO = 'forked-daapd '
12+ - EXT_REPO = 'owntone-server '
1313 - BUILD_VERSION_ARG = 'DAAPD_RELEASE'
1414 - LS_USER = 'linuxserver'
1515 - LS_REPO = 'docker-daapd'
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ app_setup_block: |
5353
5454# changelog
5555changelogs :
56+ - { date: "02.04.21:", desc: "Update upstream repo, again." }
5657 - { date: "30.03.21:", desc: "Update upstream repo." }
5758 - { date: "06.10.20:", desc: "Enabled Spotify on Alpine 3.12 for X86_64 and ARMv7." }
5859 - { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
You can’t perform that action at this time.
0 commit comments