Merge pull request #4 from linuxserver/endpoint

updating upstream repo endpoint
This commit is contained in:
Ryan Kuba 2020-09-27 18:38:05 -07:00 committed by GitHub
commit 2c7d131418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 8 deletions

View File

@ -20,10 +20,10 @@ RUN \
jq && \
echo "**** install SyncLounge ****" && \
if [ -z ${SYNCLOUNGE_COMMIT+x} ]; then \
SYNCLOUNGE_COMMIT=$(curl -sX GET https://api.github.com/repos/samcm/synclounge/commits/master \
SYNCLOUNGE_COMMIT=$(curl -sX GET https://api.github.com/repos/synclounge/synclounge/commits/master \
| jq -r '. | .sha'); \
fi && \
git clone https://github.com/samcm/synclounge /app/synclounge && \
git clone https://github.com/synclounge/synclounge /app/synclounge && \
cd /app/synclounge && \
git checkout ${SYNCLOUNGE_COMMIT} && \
npm install && \

View File

@ -20,10 +20,10 @@ RUN \
jq && \
echo "**** install SyncLounge ****" && \
if [ -z ${SYNCLOUNGE_COMMIT+x} ]; then \
SYNCLOUNGE_COMMIT=$(curl -sX GET https://api.github.com/repos/samcm/synclounge/commits/master \
SYNCLOUNGE_COMMIT=$(curl -sX GET https://api.github.com/repos/synclounge/synclounge/commits/master \
| jq -r '. | .sha'); \
fi && \
git clone https://github.com/samcm/synclounge /app/synclounge && \
git clone https://github.com/synclounge/synclounge /app/synclounge && \
cd /app/synclounge && \
git checkout ${SYNCLOUNGE_COMMIT} && \
npm install && \

View File

@ -20,10 +20,10 @@ RUN \
jq && \
echo "**** install SyncLounge ****" && \
if [ -z ${SYNCLOUNGE_COMMIT+x} ]; then \
SYNCLOUNGE_COMMIT=$(curl -sX GET https://api.github.com/repos/samcm/synclounge/commits/master \
SYNCLOUNGE_COMMIT=$(curl -sX GET https://api.github.com/repos/synclounge/synclounge/commits/master \
| jq -r '. | .sha'); \
fi && \
git clone https://github.com/samcm/synclounge /app/synclounge && \
git clone https://github.com/synclounge/synclounge /app/synclounge && \
cd /app/synclounge && \
git checkout ${SYNCLOUNGE_COMMIT} && \
npm install && \

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
GITLAB_TOKEN=credentials('b6f0f1dd-6952-4cf6-95d1-9c06380283f0')
GITLAB_NAMESPACE=credentials('gitlab-namespace-id')
EXT_GIT_BRANCH = 'master'
EXT_USER = 'samcm'
EXT_USER = 'synclounge'
EXT_REPO = 'synclounge'
BUILD_VERSION_ARG = 'SYNCLOUNGE_COMMIT'
LS_USER = 'linuxserver'

View File

@ -214,5 +214,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **27.09.20:** - Updating the external repo endpoint.
* **01.06.20:** - Rebasing to alpine 3.12.
* **05.11.20:** - Intial Release.

View File

@ -8,7 +8,7 @@ release_tag: latest
ls_branch: master
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'samcm'
- EXT_USER = 'synclounge'
- EXT_REPO = 'synclounge'
- BUILD_VERSION_ARG = 'SYNCLOUNGE_COMMIT'
- LS_USER = 'linuxserver'

View File

@ -50,5 +50,6 @@ app_setup_block: |
# changelog
changelogs:
- { date: "27.09.20:", desc: "Updating the external repo endpoint." }
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "05.11.20:", desc: "Intial Release." }