diff --git a/Dockerfile b/Dockerfile index 3de70c7..d837047 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 709ff80..6a47c41 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 98446d6..30d4a5b 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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 && \ diff --git a/Jenkinsfile b/Jenkinsfile index af7b443..01b4fc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' diff --git a/README.md b/README.md index d5df800..21e14b6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 607f77d..7ab0372 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -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' diff --git a/readme-vars.yml b/readme-vars.yml index 7791dda..94fa8f4 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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." }