release process: don't create "uploaded" marker file in release.sh
No longer needed with the "chmod 444 *" trick in 697c700a1f.
(it is now cheap to re-run upload.sh, it no longer redundantly re-uploads hundreds of MBs)
This commit is contained in:
@@ -258,12 +258,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# upload the files
|
# upload the files
|
||||||
if test -f dist/uploaded; then
|
./contrib/upload.sh
|
||||||
info "files already uploaded"
|
|
||||||
else
|
|
||||||
./contrib/upload.sh
|
|
||||||
touch dist/uploaded
|
|
||||||
fi
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user