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

Add script to update KWIML from upstream

parent c7d9a249
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="KWIML"
readonly ownership="KWIML Upstream <kwrobot@kitware.com>"
readonly subtree="Utilities/KWIML"
readonly repo="https://github.com/Kitware/KWIML.git"
readonly tag="master"
readonly shortlog=true
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