]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
removed unused pip pkgs from gh-actions-setup. removed azure apt reference
authorAlexis Romero <alexis.romero@open-xchange.com>
Wed, 15 Nov 2023 10:04:28 +0000 (11:04 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Wed, 7 May 2025 00:30:48 +0000 (02:30 +0200)
build-scripts/gh-actions-setup-inv
build-scripts/gh-actions-setup-inv-no-dist-upgrade
tasks.py

index 53239df53b7ef1e9626b2c02985d525dac6de396..6399ba5eda2402b1fb08aaa8a5287955ecc5e526 100755 (executable)
@@ -10,5 +10,4 @@ sudo apt-get update
 sudo dpkg --purge --force-all grub-efi-amd64-signed && sudo dpkg --purge --force-all shim-signed
 sudo apt-get autoremove
 sudo apt-get -qq -y --allow-downgrades dist-upgrade
-sudo apt-get -qq -y --no-install-recommends install python3-pip
-sudo pip3 install git+https://github.com/pyinvoke/invoke@faa5728a6f76199a3da1750ed952e7efee17c1da
+sudo apt-get -qq -y --no-install-recommends install python3-pip python3-invoke
index be3eb520eb107da1ad7c80e0147ccf4a83779998..fc31dfee2ef5ebc714702163ca8fbd48f844c7f2 100755 (executable)
@@ -6,5 +6,4 @@ EOF
 "
 sudo chmod 755 /usr/sbin/policy-rc.d
 sudo apt-get update
-sudo apt-get -qq -y --no-install-recommends install python3-pip
-sudo pip3 install git+https://github.com/pyinvoke/invoke@faa5728a6f76199a3da1750ed952e7efee17c1da
+sudo apt-get -qq -y --no-install-recommends install python3-pip python3-invoke
index e9b5809c30117b9f0572e3ddf0d2bdfbdf566a6f..cc6041bac2651dce64381682696d534778a98639 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -145,7 +145,6 @@ doc_deps_pdf = [
 
 @task
 def apt_fresh(c):
-    c.sudo('sed -i \'s/azure\.//\' /etc/apt/sources.list')
     c.sudo('apt-get update')
     c.sudo('apt-get -qq -y --allow-downgrades dist-upgrade')