Roll packpack back to 7cf23ee

fix broken rpm builds
This commit is contained in:
Andrew Bauer 2018-03-20 19:34:27 -05:00 committed by GitHub
parent 7c7002f5de
commit f60a6c4b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ commonprep () {
git clone https://github.com/packpack/packpack.git packpack
fi
# Rpm builds are broken in latest packpack master. Temporarily roll back.
git -C packpack checkout 7cf23ee
# Patch packpack
patch --dry-run --silent -f -p1 < utils/packpack/packpack-rpm.patch
if [ $? -eq 0 ]; then