mirror of
https://github.com/linuxserver/docker-synclounge.git
synced 2026-02-20 08:32:00 +08:00
Merge pull request #4 from linuxserver/endpoint
updating upstream repo endpoint
This commit is contained in:
commit
2c7d131418
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
@ -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
2
Jenkinsfile
vendored
@ -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'
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user