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' ]