mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
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.
This commit is contained in:
parent
1322ae12ce
commit
7e039d1504
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue