Skip to content
Snippets Groups Projects
Commit 376cf45d authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Permit unreleased reconf scripts.

parent 2d120ade
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ if [[ -w configure.ac && -r configure.ac && \
commit_to_release=$(git rev-parse --abbrev-ref HEAD)
fi
git clone -b "$commit_to_release" . "$tmpsrcdir"
if [[ -f "${reconfCmd}" && ! -x "${tmpsrcdir}/${reconfCmd}" ]]; then
cp -p "${reconfCmd}" "${tmpsrcdir}/${reconfCmd}"
fi
pushd "$tmpsrcdir"
# reinstate git hooks
scripts/git-hooks/install-standard-git-hooks
......
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