From c75e078f1d80fc32df96629ba5b9276104ef888c Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 19 Oct 2021 18:28:58 +0200 Subject: [PATCH] test --- db-update | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db-update b/db-update index b85295f3..13ebfc7e 100755 --- a/db-update +++ b/db-update @@ -8,6 +8,10 @@ if (( $# >= 1 )); then exit 1 fi +if false; then + printf "lol" +fi + # Find repos with packages to release mapfile -t -d '' staging_repos < <( for f in "${STAGING}"/**/*${PKGEXTS}; do