#!/usr/bin/env bash set -e set -x shopt -s dotglob readonly name="incremental" readonly ownership="incremental Upstream " readonly subtree="ThirdParty/$name/vtk$name" readonly repo="https://gitlab.kitware.com/third-party/incremental.git" readonly tag="for/vtk" readonly paths=" LICENSE README.kitware.md README.rst .gitattributes src/incremental/*.py " extract_source () { # Copy over the files from Git git_archive } . "${BASH_SOURCE%/*}/../update-common.sh"