mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add script to update KWSys from upstream
This commit is contained in:
22
Utilities/Scripts/update-kwsys.bash
Executable file
22
Utilities/Scripts/update-kwsys.bash
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
shopt -s dotglob
|
||||
|
||||
readonly name="KWSys"
|
||||
readonly ownership="KWSys Upstream <kwrobot@kitware.com>"
|
||||
readonly subtree="Source/kwsys"
|
||||
readonly repo="http://public.kitware.com/KWSys.git"
|
||||
readonly tag="master"
|
||||
readonly shortlog=true
|
||||
readonly paths="
|
||||
"
|
||||
|
||||
extract_source () {
|
||||
git_archive
|
||||
}
|
||||
|
||||
export HOOKS_ALLOW_KWSYS=1
|
||||
|
||||
. "${BASH_SOURCE%/*}/update-third-party.bash"
|
||||
Reference in New Issue
Block a user