]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Revert "upgrade to auth-4.7"
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 28 Oct 2022 14:02:52 +0000 (16:02 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 28 Oct 2022 14:02:52 +0000 (16:02 +0200)
This reverts commit e71ce4c386e47adc64bfd5307e0d37b08bee4ffc.

tasks.py

index e743cd98a3c7ef6f51a3f06ae2172681756c2845..95c940616675f91321e01130946ba742b269f6b9 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -427,7 +427,7 @@ def ci_make_install(c):
 def add_auth_repo(c):
     dist = 'ubuntu' # FIXME take these from the caller?
     release = 'focal'
-    version = '47'
+    version = '44'
 
     c.sudo('apt-get install -qq -y curl gnupg2')
     if version == 'master':