mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:21:51 +02:00
Turn the root-level letsencrypt-auto symlink into a regular file. Close #2501.
It will always be a copy of the latest release version, 0.4 in this case. (Modify the release script to make that so.) This way, people using the old method of running le-auto from a git checkout will not end up using a bleeding-edge version, letting us work on the tip-of-tree version more freely.
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
letsencrypt-auto-source/letsencrypt-auto
|
|
||||||
Executable
+1809
File diff suppressed because it is too large
Load Diff
+4
-1
@@ -171,7 +171,10 @@ while ! openssl dgst -sha256 -verify $RELEASE_OPENSSL_PUBKEY -signature \
|
|||||||
read -p "Please correctly sign letsencrypt-auto with offline-signrequest.sh"
|
read -p "Please correctly sign letsencrypt-auto with offline-signrequest.sh"
|
||||||
done
|
done
|
||||||
|
|
||||||
git add letsencrypt-auto-source
|
# copy leauto to the root, overwriting the previous release version
|
||||||
|
cp -p letsencrypt-auto-source/letsencrypt-auto letsencrypt-auto
|
||||||
|
|
||||||
|
git add letsencrypt-auto letsencrypt-auto-source
|
||||||
git diff --cached
|
git diff --cached
|
||||||
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
||||||
git tag --local-user "$RELEASE_GPG_KEY" --sign --message "Release $version" "$tag"
|
git tag --local-user "$RELEASE_GPG_KEY" --sign --message "Release $version" "$tag"
|
||||||
|
|||||||
Reference in New Issue
Block a user