Skip to content
Snippets Groups Projects
Commit 98505f79 authored by Brad King's avatar Brad King
Browse files

Add script to update GitSetup from upstream

parent e0967411
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -e
set -x
shopt -s dotglob
readonly name="GitSetup"
readonly ownership="GitSetup Upstream <kwrobot@kitware.com>"
readonly subtree="GitSetup"
readonly repo="https://gitlab.kitware.com/utils/gitsetup.git"
readonly tag="setup"
readonly shortlog=false
readonly paths="
"
extract_source () {
git_archive
}
. "${BASH_SOURCE%/*}/update-third-party.bash"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment