From dbd2a2f47eef61e7c7965ee3d09fa1cd9578125f Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 2 Feb 2020 12:38:57 +0100 Subject: enabling network access for autobuilder keyring rebuild --- .local/bin/autobuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.local/bin/autobuild.sh b/.local/bin/autobuild.sh index b2c0310..5b76380 100755 --- a/.local/bin/autobuild.sh +++ b/.local/bin/autobuild.sh @@ -115,7 +115,8 @@ main() { # Build the new package withtty sudo librechroot -n autobuilder -l root update withtty sudo librechroot -n autobuilder sync - withtty sudo libremakepkg -n autobuilder + # requires network access for communication with gpg servers + withtty sudo libremakepkg -n autobuilder -N librestage # Publish the updates -- cgit v1.2.2