]> arthur.barton.de Git - bup.git/commitdiff
cirrus: use apt-get, not apt to install bup
authorRob Browning <rlb@defaultvalue.org>
Sun, 10 Jul 2022 18:25:06 +0000 (13:25 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 11 Jul 2022 18:08:17 +0000 (13:08 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
.cirrus.yml

index 639cc2b18fd816df33ba16439dd311e14ed83b2f..46cc25523419bc13d4344899138713b157b9570e 100644 (file)
@@ -21,7 +21,7 @@ task:
   script: |
     set -xe
     dev/prep-for-debianish-build python3
-    apt install bup
+    DEBIAN_FRONTEND=noninteractive apt-get -y install bup
     export BUP_TEST_OTHER_BUP="$(command -v bup)"
     "$BUP_TEST_OTHER_BUP" version
     dev/system-info