mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
log git commit in dev release
This commit is contained in:
@@ -25,6 +25,7 @@ git tag --delete "$tag" || true
|
|||||||
root="$(mktemp -d -t le.$version.XXX)"
|
root="$(mktemp -d -t le.$version.XXX)"
|
||||||
echo "Cloning into fresh copy at $root" # clean repo = no artificats
|
echo "Cloning into fresh copy at $root" # clean repo = no artificats
|
||||||
git clone . $root
|
git clone . $root
|
||||||
|
git rev-parse HEAD
|
||||||
cd $root
|
cd $root
|
||||||
git branch -f "$DEV_RELEASE_BRANCH"
|
git branch -f "$DEV_RELEASE_BRANCH"
|
||||||
git checkout "$DEV_RELEASE_BRANCH"
|
git checkout "$DEV_RELEASE_BRANCH"
|
||||||
|
|||||||
Reference in New Issue
Block a user