__git: no onchange action parameter / messaging functionality #46
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#46
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?
It is not unthinkable that a service must be restarted or an action must be taken when the state of the repository changes.
I propose implementing both an
--onchange
argument and the messaging functionality as in other typesI'm curious, what is your use case here?
I only use
__git
to do the initial setup but then manage updates separately.The last thing I need is doing a cdist run for some reason and it updating my working copy just because in the meantime someone made a commit.
Moreover, if now all the types get an
--onchange
parameter, this is a feature that should be added to cdist itself and not be reimplemented by every type.mentioned in merge request !894