]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
switch to leaseweb mirror because ubuntu upstream, and thus azure, are having trouble
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 6 Feb 2023 10:32:07 +0000 (11:32 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 6 Feb 2023 10:32:07 +0000 (11:32 +0100)
set-ubuntu-mirror/action.yml

index 8263365b3268596cab750b668776908f391333dd..d832513245f04d62d12b2b8e8f678bbf92d1d2af 100644 (file)
@@ -2,7 +2,7 @@ name: 'choose Ubuntu mirror for PowerDNS builds in Github Actions'
 runs:
   using: "composite"
   steps:
-    - run: echo not changing mirror, using default Azure mirror
-      shell: bash
-    #- run: sudo sed -i 's/azure\.archive\.ubuntu\.com/mirror.leaseweb.net/' /etc/apt/sources.list
+    #- run: echo not changing mirror, using default Azure mirror
     #  shell: bash
+    - run: sudo sed -i 's/azure\.archive\.ubuntu\.com/mirror.leaseweb.net/' /etc/apt/sources.list
+      shell: bash