fixed more builds
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user