File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 make check && \
6565 make install && \
6666 echo "**** Patch Sab commit into version.py ****" && \
67- SAB_COMMIT_SHA=$(curl -s "https://api.github.com/repos/sabnzbd/sabnzbd/git/matching-refs /tags/${SABNZBD_VERSION}" | jq -r '.[] .object.sha' ) && \
67+ SAB_COMMIT_SHA=$(curl -s "https://api.github.com/repos/sabnzbd/sabnzbd/git/ref /tags/${SABNZBD_VERSION}" | jq -r '.object.sha' ) && \
6868 sed -i "s/__baseline__ .*/__baseline__ = \" ${SAB_COMMIT_SHA}\" /" /app/sabnzbd/sabnzbd/version.py && \
6969 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
7070 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 6464 make check && \
6565 make install && \
6666 echo "**** Patch Sab commit into version.py ****" && \
67- SAB_COMMIT_SHA=$(curl -s "https://api.github.com/repos/sabnzbd/sabnzbd/git/matching-refs /tags/${SABNZBD_VERSION}" | jq -r '.[] .object.sha') && \
67+ SAB_COMMIT_SHA=$(curl -s "https://api.github.com/repos/sabnzbd/sabnzbd/git/ref /tags/${SABNZBD_VERSION}" | jq -r '.object.sha') && \
6868 sed -i "s/__baseline__ .*/__baseline__ = \"${SAB_COMMIT_SHA}\"/" /app/sabnzbd/sabnzbd/version.py && \
6969 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
7070 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 6464 make check && \
6565 make install && \
6666 echo "**** Patch Sab commit into version.py ****" && \
67- SAB_COMMIT_SHA=$(curl -s "https://api.github.com/repos/sabnzbd/sabnzbd/git/matching-refs /tags/${SABNZBD_VERSION}" | jq -r '.[] .object.sha') && \
67+ SAB_COMMIT_SHA=$(curl -s "https://api.github.com/repos/sabnzbd/sabnzbd/git/ref /tags/${SABNZBD_VERSION}" | jq -r '.object.sha') && \
6868 sed -i "s/__baseline__ .*/__baseline__ = \"${SAB_COMMIT_SHA}\"/" /app/sabnzbd/sabnzbd/version.py && \
6969 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
7070 echo "**** cleanup ****" && \
You can’t perform that action at this time.
0 commit comments