Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chuck Atkins
KWSys
Commits
98505f79
Commit
98505f79
authored
Dec 13, 2016
by
Brad King
Browse files
Add script to update GitSetup from upstream
parent
e0967411
Changes
1
Hide whitespace changes
Inline
Side-by-side
update-gitsetup.bash
0 → 100755
View file @
98505f79
#!/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"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment