]> git.sur5r.net Git - i3/i3/commitdiff
release.sh: clone from canonical location
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2016 16:02:12 +0000 (17:02 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2016 16:02:12 +0000 (17:02 +0100)
This ensures the repository is up-to-date (in all branches!), hopefully
preventing merge mistakes such as the one fixed with
https://github.com/i3/i3/commit/0e29101ae5f3753626ba447b83a9b8bd490de37e

release.sh

index 720636fce7a720e9c98769068008c9eff4452e08..7b5211450cd9905d783ce91cf1876d4164fea981 100755 (executable)
@@ -45,7 +45,7 @@ if ! wget https://i3wm.org/downloads/i3-${PREVIOUS_VERSION}.tar.bz2; then
        echo "Could not download i3-${PREVIOUS_VERSION}.tar.bz2 (required for comparing files)."
        exit 1
 fi
-git clone --quiet --branch "${RELEASE_BRANCH}" file://${STARTDIR}
+git clone --quiet --branch "${RELEASE_BRANCH}" https://github.com/i3/i3
 cd i3
 if [ ! -e "${STARTDIR}/RELEASE-NOTES-${RELEASE_VERSION}" ]; then
        echo "Required file RELEASE-NOTES-${RELEASE_VERSION} not found."