From fb6e7af7fb03f627e4d53f7e81102cdae8c50385 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Thu, 13 Sep 2018 12:32:05 +0200 Subject: [PATCH] Disable automatic preparation of offline distro With this commit we disable the automatic invocation of the script that creates the Rally offline distribution. We disable it because the new pypi API caches quite heavily and the Rally package will not show up immediately after the release. Therefore, creating this distribution is an additional manual step in the release process for the time being. --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index b271fdd43..d8b7bf307 100755 --- a/release.sh +++ b/release.sh @@ -66,7 +66,7 @@ git commit -a -m "Continue in $NEXT_RELEASE" git push origin master # Prepare offline installation package -source scripts/offline-install.sh "${RELEASE_VERSION}" +# source scripts/offline-install.sh "${RELEASE_VERSION}" echo "" echo "===================="