From 08d5fcd15ea173dfd72d7464fe14e2c4ef94c898 Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:50:26 +0200 Subject: [PATCH] patch --- .github/workflows/build-and-test-deb.yml | 14 +++++++++++++- .github/workflows/build-and-test-rpm.yml | 14 ++++++++++---- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test-deb.yml b/.github/workflows/build-and-test-deb.yml index 4a6613b..4b9a502 100644 --- a/.github/workflows/build-and-test-deb.yml +++ b/.github/workflows/build-and-test-deb.yml @@ -168,7 +168,7 @@ jobs: run: python3 /opt/linupdate/linupdate.py --check-updates - name: "Run text: update specific packages" - run: python3 /opt/linupdate/linupdate.py --update "curl,wget,apache2" + run: python3 /opt/linupdate/linupdate.py --update curl,wget,apache2 --assume-yes - name: "Run test: list available modules" run: python3 /opt/linupdate/linupdate.py --mod-list @@ -258,6 +258,9 @@ jobs: - name: "Run test: check updates" run: python3 /opt/linupdate/linupdate.py --check-updates + - name: "Run text: update specific packages" + run: python3 /opt/linupdate/linupdate.py --update curl,wget,apache2 --assume-yes + - name: "Run test: list available modules" run: python3 /opt/linupdate/linupdate.py --mod-list @@ -346,6 +349,9 @@ jobs: - name: "Run test: check updates" run: python3 /opt/linupdate/linupdate.py --check-updates + - name: "Run text: update specific packages" + run: python3 /opt/linupdate/linupdate.py --update curl,wget,apache2 --assume-yes + - name: "Run test: list available modules" run: python3 /opt/linupdate/linupdate.py --mod-list @@ -431,6 +437,9 @@ jobs: - name: "Run test: check updates" run: sudo python3 /opt/linupdate/linupdate.py --check-updates + - name: "Run text: update specific packages" + run: sudo python3 /opt/linupdate/linupdate.py --update curl,wget,apache2 --assume-yes + - name: "Run test: list available modules" run: sudo python3 /opt/linupdate/linupdate.py --mod-list @@ -538,6 +547,9 @@ jobs: - name: "Run test: check updates" run: python3 /opt/linupdate/linupdate.py --check-updates + - name: "Run text: update specific packages" + run: python3 /opt/linupdate/linupdate.py --update curl,wget,apache2 --assume-yes + - name: "Run test: print raw configuration" run: python3 /opt/linupdate/linupdate.py --show-config diff --git a/.github/workflows/build-and-test-rpm.yml b/.github/workflows/build-and-test-rpm.yml index ae9ba83..03203e2 100644 --- a/.github/workflows/build-and-test-rpm.yml +++ b/.github/workflows/build-and-test-rpm.yml @@ -152,8 +152,8 @@ jobs: - name: Install package run: dnf --nogpgcheck localinstall -y ./linupdate-test-build-${{ env.VERSION }}.noarch.rpm - - name: Launch linupdate - run: python3 /opt/linupdate/linupdate.py --check-updates + # - name: Launch linupdate + # run: python3 /opt/linupdate/linupdate.py --check-updates # Tests some params - name: "Run test: print help" @@ -198,6 +198,9 @@ jobs: - name: "Run test: check updates" run: python3 /opt/linupdate/linupdate.py --check-updates + - name: "Run text: update specific packages" + run: python3 /opt/linupdate/linupdate.py --update curl,wget,apache2 --assume-yes + - name: "Run test: list available modules" run: python3 /opt/linupdate/linupdate.py --mod-list @@ -247,8 +250,8 @@ jobs: - name: Install package run: dnf --nogpgcheck localinstall -y ./linupdate-test-build-${{ env.VERSION }}.noarch.rpm - - name: Launch linupdate - run: python3 /opt/linupdate/linupdate.py --check-updates + # - name: Launch linupdate + # run: python3 /opt/linupdate/linupdate.py --check-updates # Tests some params - name: "Run test: print help" @@ -293,6 +296,9 @@ jobs: - name: "Run test: check updates" run: python3 /opt/linupdate/linupdate.py --check-updates + - name: "Run text: update specific packages" + run: python3 /opt/linupdate/linupdate.py --update curl,wget,apache2 --assume-yes + - name: "Run test: list available modules" run: python3 /opt/linupdate/linupdate.py --mod-list