__package_upgrade_all needs an explorer #326

Open
opened 2021-12-23 09:49:33 +00:00 by allan_wind · 0 comments

I understand from the lovely people at #cdist that the way to tell if a type changed anything is to run cdist config -l 1 |grep Processing. __packaged_update_all (apt), however, always generate a Processing line:

INFO: [1012685]: vent: Processing __package_upgrade_all/

apt-get has a --dry-run option that might be the ticket. That said there is a race condition if index is updated after the --dry-run, so maybe __package_update_index and __package_update_index cannot be separate types?

I understand from the lovely people at #cdist that the way to tell if a type changed anything is to run `cdist config -l 1 |grep Processing`. __packaged_update_all (apt), however, always generate a Processing line: ``` INFO: [1012685]: vent: Processing __package_upgrade_all/ ``` apt-get has a --dry-run option that might be the ticket. That said there is a race condition if index is updated after the --dry-run, so maybe __package_update_index and __package_update_index cannot be separate types?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#326
No description provided.