From 33e41935f94417dad8a58a157841ceba0aa5a682 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Sep 2018 22:14:36 -0400 Subject: Revert "add debugging" This reverts commit 2315f7dfde7a0923e60a1e19b57a4c52b66864c9. --- .local/bin/autobuild.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.local/bin/autobuild.sh b/.local/bin/autobuild.sh index d8026c6..b2c0310 100755 --- a/.local/bin/autobuild.sh +++ b/.local/bin/autobuild.sh @@ -28,7 +28,6 @@ usage() { } main() { - set -x set -euE . "$(librelib messages)" setup_traps @@ -78,9 +77,6 @@ main() { # Get the ABSLibre tree cd "$WORKDIR/abslibre" env -i git reset --hard origin/master - ls -l /proc/self/ns/net - grep -H ^ /etc/resolv.conf - ping -c 1 git.parabola.nu gitget -f -p "$ABSLIBRESEND" checkout "$ABSLIBRERECV" "$WORKDIR/abslibre" if ! [[ -f "${WORKDIR}/abslibre/${package}/PKGBUILD" ]]; then die "package does not exist in abslibre.git: %s" "$package" -- cgit v1.2.2