fixed more builds

This commit is contained in:
Manuel Domke
2018-03-01 23:37:00 +01:00
parent 7ab4595134
commit 9ad7e532e5
3 changed files with 9 additions and 4 deletions

View File

@@ -1,9 +1,13 @@
these scripts need to be copied to the software directory to be used.
The scripts need to be copied to the software directory to be used.
currently creating packages of the following:
Currently creating packages of the following:
- DEB (Debian, Ubuntu, Raspbian)
- RPM (CentOS, Fedora)
- ArchLinux
These are signed and made available at the repository:
The packages get signed afterwards and made available as Github releases
and this repository:

View File

@@ -22,5 +22,6 @@ cd x86
cp ../build-scripts/PKGBUILD.arch PKGBUILD
cp ../build-scripts/INSTALL.arch INSTALL
echo "pkgver=$VERSION" >> PKGBUILD
echo "pkgrel=$PKGREL" >> PKGBUILD
echo "arch=('i686')" >> PKGBUILD
makechrootpkg -r /x86 -U jenkins -- --sign --key 975DC25C4E730A3C

View File

@@ -8,7 +8,7 @@ tar -czf SOURCES/infnoise.tar.gz . --exclude="SOURCES"
mkdir -p BUILD SPECS RPMS SRPMS
cp infnoise.spec SPECS
cp build-scripts/infnoise.spec SPECS
sed -i -- 's/__VERSION__/'$VERSION'/g' SPECS/infnoise.spec
rpmbuild --define "_topdir `pwd`" -ba SPECS/infnoise.spec