зеркало из https://github.com/microsoft/docker.git
Merge pull request #21708 from tianon/InRelease
Also generate "InRelease" files for newer APT clients
This commit is contained in:
Коммит
e421668b1b
|
@ -32,6 +32,13 @@ sign_packages(){
|
|||
--batch --yes \
|
||||
--output "$F.gpg" "$F"
|
||||
fi
|
||||
inRelease="$(dirname "$F")/InRelease"
|
||||
if test "$F" -nt "$inRelease" ; then
|
||||
gpg -u "$GPG_KEYID" --passphrase "$GPG_PASSPHRASE" \
|
||||
--clearsign \
|
||||
--batch --yes \
|
||||
--output "$inRelease" "$F"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче