summaryrefslogtreecommitdiff
path: root/Utilities/Scripts/update-gitsetup.bash
blob: 8f0da7682445600421c8f327cd26cb68b94b4280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env bash

set -e
set -x
shopt -s dotglob

readonly name="GitSetup"
readonly ownership="GitSetup Upstream <kwrobot@kitware.com>"
readonly subtree="Utilities/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"