summaryrefslogtreecommitdiff
path: root/.local/bin/autobuild.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-02-02 12:38:57 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-02-02 12:38:57 +0100
commitdbd2a2f47eef61e7c7965ee3d09fa1cd9578125f (patch)
tree67542eea9f90111f6c83ecf0b5b62b121bf9d3d4 /.local/bin/autobuild.sh
parent33e41935f94417dad8a58a157841ceba0aa5a682 (diff)
enabling network access for autobuilder keyring rebuildHEADmaster
Diffstat (limited to '.local/bin/autobuild.sh')
-rwxr-xr-x.local/bin/autobuild.sh3
1 files changed, 2 insertions, 1 deletions
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