From ef0c3036fcb540957c381b2a8d21448062ac23ae Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Thu, 3 Dec 2020 13:24:26 -0800 Subject: [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 --- docs/maintainers/vcpkg_from_github.md | 1 + docs/maintainers/vcpkg_from_gitlab.md | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'docs') 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 ...] [GITHUB_HOST ] [AUTHORIZATION_TOKEN <${SECRET_FROM_FILE}>] + [FILE_DISAMBIGUATOR ] ) ``` 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 ] [PATCHES ...] + [FILE_DISAMBIGUATOR ] ) ``` @@ -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. -- cgit v1.2.3