Standalone builds now check gpg signatures before upgrading.

This commit is contained in:
Joey Hess 2014-04-23 13:30:30 -04:00
parent 4887f8f860
commit ca496b6a97
6 changed files with 60 additions and 17 deletions

View file

@ -53,6 +53,7 @@ buildtree () {
$cmd echo "exec $base/lib/lib.start.so" >> "$base/runshell"
$cmd chmod 755 runshell
$cmd cat "$base/lib/lib.trustedkeys.so" > "$base/bin/trustedkeys.gpg"
$cmd cat "$base/lib/lib.version.so" > "$base/installed-version"
$cmd echo "Installation complete"
}