-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-822) Provide pending override and file wait
When a pending file is created, it needs to be at least 10 seconds old before choco will automatically remove the unfinished pacakge. This allows running choco functions inside of a package (as long as they are done quickly). If someone needs to override the functionality of the removal of a package due to the pending file, choco will also look for a .chocolateyPendingSkip and skip the removal if that file is found.
- Loading branch information
1 parent
575580d
commit 040fae8
Showing
2 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters