-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add parameter -x to ignore the manifest (#34)
- The -x option ignores the manifest and thereby allows a clean sync (i.e. files in destination not present in the source will be deleted blindly without needing a manifest) - The .NET implementation of KuduSync already supports this - With this change 'wardeploy' can use the -x option to do a kudusync to any arbitrary directory. Without a clean kudusync (-x option), deploying to arbitrary directories is error prone as the manifest isn't generated per target directory, but is instead a global one. Deploying to a new target directory while referring to manifest from an earlier target directory is incorrect for obvious reasons.
- Loading branch information
1 parent
9258ad2
commit 3fc5ae3
Showing
4 changed files
with
70 additions
and
34 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
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