From 58381496a25514998586b07fd716719047d71a2d Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 13 Aug 2014 13:11:41 +0200 Subject: [PATCH] Actually no, lets not do uploads at all from the build script. --- build.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build.sh b/build.sh index 2d7c0268..09cf0467 100755 --- a/build.sh +++ b/build.sh @@ -208,19 +208,6 @@ case "$1" in build-all -tags noupgrade ;; - upload) - tag=$(git describe) - shopt -s nullglob - dir=$(mktemp -d -t syncthing-release) - pushd $dir - curl -O 'http://build.syncthing.net/job/syncthing/lastSuccessfulBuild/artifact/*zip*/archive.zip' - unzip archive.zip - for f in archive/* ; do - echo relup syncthing/syncthing "$tag" "$f" - done - popd - ;; - deps) deps ;;