__package_upgrade_all needs an explorer #326
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#326
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: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?