mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Use local peep
This commit is contained in:
parent
35437019a5
commit
a8089a43da
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ deactivate
|
|||
# pin peep hashes of the things we just built
|
||||
for pkg in acme letsencrypt letsencrypt-apache ; do
|
||||
echo
|
||||
peep hash dist."$version/$pkg"/*.{whl,gz}
|
||||
letsencrypt-auto-source/pieces/peep.py hash dist."$version/$pkg"/*.{whl,gz}
|
||||
echo $pkg==$version
|
||||
done > /tmp/hashes.$$
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue