diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-04-05 17:32:28 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-04-05 17:33:58 -0400 |
| commit | 1f9ebf49f8a879f37265986f64c6d156e28c8deb (patch) | |
| tree | d6331c7a1cac38950d7e802694bc854e4486b806 /ci | |
| parent | f6be6ace1fdadc6f02d5502957fdd2209e78d6bc (diff) | |
| download | zig-1f9ebf49f8a879f37265986f64c6d156e28c8deb.tar.gz zig-1f9ebf49f8a879f37265986f64c6d156e28c8deb.zip | |
ci: stop doing the branch redirect thing
Now that we have https://ziglang.org/download/index.json
See #1046
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/azure/linux_script | 2 | ||||
| -rwxr-xr-x | ci/azure/macos_script | 2 | ||||
| -rwxr-xr-x | ci/azure/windows_upload | 2 | ||||
| -rwxr-xr-x | ci/srht/freebsd_script | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/ci/azure/linux_script b/ci/azure/linux_script index b3eb6be98b..aaa75d6fce 100755 --- a/ci/azure/linux_script +++ b/ci/azure/linux_script @@ -29,8 +29,6 @@ if [ "${BUILD_REASON}" != "PullRequest" ]; then TARBALL="$(ls $ARTIFACTSDIR)" mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg" s3cmd put -P "$ARTIFACTSDIR/$TARBALL" s3://ziglang.org/builds/ - touch empty - s3cmd put -P empty s3://ziglang.org/builds/zig-linux-x86_64-$BUILD_SOURCEBRANCHNAME.tar.xz --add-header="Cache-Control: max-age=0, must-revalidate" --add-header=x-amz-website-redirect-location:/builds/$TARBALL SHASUM=$(sha256sum $ARTIFACTSDIR/$TARBALL | cut '-d ' -f1) BYTESIZE=$(wc -c < $ARTIFACTSDIR/$TARBALL) diff --git a/ci/azure/macos_script b/ci/azure/macos_script index 60c270dbfb..1b1d8741fa 100755 --- a/ci/azure/macos_script +++ b/ci/azure/macos_script @@ -86,8 +86,6 @@ if [ "${BUILD_REASON}" != "PullRequest" ]; then mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg" s3cmd put -P "$TARBALL" s3://ziglang.org/builds/ - touch empty - s3cmd put -P empty s3://ziglang.org/builds/zig-macos-x86_64-$BUILD_SOURCEBRANCHNAME.tar.xz --add-header="Cache-Control: max-age=0, must-revalidate" --add-header="x-amz-website-redirect-location:/builds/$TARBALL" SHASUM=$(shasum -a 256 $TARBALL | cut '-d ' -f1) BYTESIZE=$(wc -c < $TARBALL) diff --git a/ci/azure/windows_upload b/ci/azure/windows_upload index 629f68a12e..088294a180 100755 --- a/ci/azure/windows_upload +++ b/ci/azure/windows_upload @@ -20,8 +20,6 @@ if [ "${BUILD_REASON}" != "PullRequest" ]; then mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg" s3cmd put -P "$TARBALL" s3://ziglang.org/builds/ - touch empty - s3cmd put -P empty s3://ziglang.org/builds/zig-windows-x86_64-$BUILD_SOURCEBRANCHNAME.tar.xz --add-header="Cache-Control: max-age=0, must-revalidate" --add-header="x-amz-website-redirect-location:/builds/$TARBALL" SHASUM=$(sha256sum $TARBALL | cut '-d ' -f1) BYTESIZE=$(wc -c < $TARBALL) diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index ef875b820a..0ff66aaec5 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -37,8 +37,6 @@ if [ -f ~/.s3cfg ]; then tar cfJ "$TARBALL" "$DIRNAME" s3cmd put -P "$TARBALL" s3://ziglang.org/builds/ - touch empty - s3cmd put -P empty s3://ziglang.org/builds/zig-freebsd-x86_64-$GITBRANCH.tar.xz --add-header="Cache-Control: max-age=0, must-revalidate" --add-header="x-amz-website-redirect-location:/builds/$TARBALL" SHASUM=$(shasum -a 256 $TARBALL | cut '-d ' -f1) BYTESIZE=$(wc -c < $TARBALL) |
