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

index 50d11f607c77a4d46baf6033ebc56c26e707379d..189461af67f6e8ef45ef754d1489dbab6d086f62 100755 (executable)
@@ -11,7 +11,4 @@ sudo dpkg --purge --force-all grub-efi-amd64-signed && sudo dpkg --purge --force
 sudo dpkg --purge --force-all firefox
 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 pip3 install gitpython
-sudo pip3 install unidiff
+sudo apt-get -qq -y --no-install-recommends install python3-pip python3-invoke
index 49fe23a919f76e1e177d68d1b7ebf7636c7ca1cd..fc31dfee2ef5ebc714702163ca8fbd48f844c7f2 100755 (executable)
@@ -7,5 +7,3 @@ EOF
 sudo chmod 755 /usr/sbin/policy-rc.d
 sudo apt-get update
 sudo apt-get -qq -y --no-install-recommends install python3-pip python3-invoke
-sudo pip3 install gitpython
-sudo pip3 install unidiff
index bd0f2ba099e1e6e616e3ded742a96453d052a99e..cad79ed1d771c9d11234bef6e5f7b740cd8ac7d8 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -152,7 +152,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 -y --allow-downgrades dist-upgrade')