aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-12-03 13:24:26 -0800
committerGitHub <noreply@github.com>2020-12-03 13:24:26 -0800
commitef0c3036fcb540957c381b2a8d21448062ac23ae (patch)
tree9e4a8965788d0b81085408f913342aed135f7631 /docs
parenta2135fd97e834e83a705b1cff0d91a0e45a0fb00 (diff)
downloadvcpkg-ef0c3036fcb540957c381b2a8d21448062ac23ae.tar.gz
vcpkg-ef0c3036fcb540957c381b2a8d21448062ac23ae.zip
[vcpkg baseline][vtk-m] fix the sha512 (#14884)
* [vtk-m] fix the sha512 * Bump version * add FILE_DISAMBIGUATOR to vcpkg_from_gitlab * actually use the file disambiguator * regenerate docs * [moos-core] Add DISABLE_PARALLEL_CONFIGURE Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/vcpkg_from_github.md1
-rw-r--r--docs/maintainers/vcpkg_from_gitlab.md4
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_from_github.md b/docs/maintainers/vcpkg_from_github.md
index 64ff2b195..ded5dfb0d 100644
--- a/docs/maintainers/vcpkg_from_github.md
+++ b/docs/maintainers/vcpkg_from_github.md
@@ -13,6 +13,7 @@ vcpkg_from_github(
[PATCHES <patch1.patch> <patch2.patch>...]
[GITHUB_HOST <https://github.com>]
[AUTHORIZATION_TOKEN <${SECRET_FROM_FILE}>]
+ [FILE_DISAMBIGUATOR <N>]
)
```
diff --git a/docs/maintainers/vcpkg_from_gitlab.md b/docs/maintainers/vcpkg_from_gitlab.md
index ceef6f2d4..aa5cc800d 100644
--- a/docs/maintainers/vcpkg_from_gitlab.md
+++ b/docs/maintainers/vcpkg_from_gitlab.md
@@ -12,6 +12,7 @@ vcpkg_from_gitlab(
[SHA512 <45d0d7f8cc350...>]
[HEAD_REF <master>]
[PATCHES <patch1.patch> <patch2.patch>...]
+ [FILE_DISAMBIGUATOR <N>]
)
```
@@ -51,6 +52,9 @@ A list of patches to be applied to the extracted sources.
Relative paths are based on the port directory.
+### FILE_DISAMBIGUATOR
+A token to uniquely identify the resulting filename if the SHA512 changes even though a git ref does not, to avoid stepping on the same file name.
+
## Notes:
At least one of `REF` and `HEAD_REF` must be specified, however it is preferable for both to be present.