packpack - auto retrieve zmrepo rpm

This commit is contained in:
Andy Bauer 2017-01-14 16:35:56 -06:00
parent 7d91b4cdc7
commit 08d4d0c5c2
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,5 @@
fedora25_package: fedora25_bootstrap package
fedora25_bootstrap:
sudo dnf install -y curl
sudo dnf install -y --nogpgcheck build/zmrepo-25-1.fc25.noarch.rpm

View File

@ -7,6 +7,7 @@
ln -s distros/redhat rpm
mkdir -p build
curl https://zmrepo.zoneminder.com/f/25/i386/zmrepo-25-1.fc25.noarch.rpm > build/zmrepo-25-1.fc25.noarch.rpm
curl -L https://github.com/FriendsOfCake/crud/archive/v3.0.10.tar.gz > build/crud-3.0.10.tar.gz
git clone https://github.com/packpack/packpack.git packpack
patch -p1 < utils/packpack/autosetup.patch