This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add feature to checksum files if they already exist
this prevents re-downloading when unnecessary
- Loading branch information
1 parent
20d4a1d
commit 572b147
Showing
4 changed files
with
93 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
product: vmware_tanzu_kubernetes_grid | ||
subproduct: tkg | ||
version: "1.3.1" | ||
filename_globs: | ||
- "ubuntu-*-kube-v1.2*.ova" # Files can be globbed in any way to select files | ||
- "tanzu-cli-bundle-linux-amd64.tar" # Or just called out explicitly | ||
--- | ||
product: vmware_tanzu_kubernetes_grid | ||
subproduct: tkg | ||
version: "*" # Globbing of version is also supported | ||
filename_globs: | ||
- "tanzu-cli-bundle*linux-amd64.tar" | ||
--- |