From ab2d46b65bdbce4df772fee884a821c9d0a9f4f3 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 6 Mar 2016 17:02:12 +0100 Subject: [PATCH] release.sh: clone from canonical location 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 720636fc..7b521145 100755 --- a/release.sh +++ b/release.sh @@ -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." -- 2.39.2