From cb4443718ad5a0827bfb4ccc8ad49037a22e09c1 Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:20:26 +0200 Subject: [PATCH] patch --- .github/workflows/release.yml | 2 +- src/controllers/Package/Apt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c09fe8..5fcfd7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -185,7 +185,7 @@ jobs: body: | **Changes:** - - Another apt cache cleaning + - Reposerver module: sending more logs to the server when updating packages draft: false prerelease: false diff --git a/src/controllers/Package/Apt.py b/src/controllers/Package/Apt.py index aa738e8..836f73c 100644 --- a/src/controllers/Package/Apt.py +++ b/src/controllers/Package/Apt.py @@ -254,7 +254,7 @@ def update(self, packagesList, update_method: str = 'one_by_one', exit_on_packag cmd = [ 'apt-get', 'install', pkg['name'], '-y', # Debug only - '--dry-run', + # '--dry-run', '-o', 'Dpkg::Options::=--force-confdef', '-o', 'Dpkg::Options::=--force-confold' ]