Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2016-05-26 20:24:57 +0300
committerBrad Warren <bmw@eff.org>2016-05-26 20:24:57 +0300
commit7e039d15044738bca2326f26e8e7bdc2b88386db (patch)
treec7096290bf7f9c722b7e813bf8343e7720301d59 /tools
parent1322ae12ce2bcd362399023ee2852927f7910a1b (diff)
With us packaging the shim packages, there are more lines in
letsencrypt-auto-requirements.txt that will change with every release. This change strips the hashes of the previous packages before adding the new ones.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release.sh b/tools/release.sh
index ca09c03a4..154172322 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -176,7 +176,7 @@ if ! wc -l /tmp/hashes.$$ | grep -qE "^\s*15 " ; then
fi
# perform hideous surgery on requirements.txt...
-head -n -9 letsencrypt-auto-source/pieces/letsencrypt-auto-requirements.txt > /tmp/req.$$
+head -n -15 letsencrypt-auto-source/pieces/letsencrypt-auto-requirements.txt > /tmp/req.$$
cat /tmp/hashes.$$ >> /tmp/req.$$
cp /tmp/req.$$ letsencrypt-auto-source/pieces/letsencrypt-auto-requirements.txt