don't sign sources here, key is not available on CentOS build node...

This commit is contained in:
Manuel Domke
2018-10-15 17:13:24 +02:00
parent c9f9cd7dc8
commit 10dc196527
3 changed files with 2 additions and 17 deletions

View File

@@ -13,21 +13,6 @@ PATH=$PATH:/sbin/
mkdir -p SOURCES
tar -czf SOURCES/infnoise-$VERSION.tar.gz . --exclude="SOURCES"
SIGNPACKAGE=1
while test $# -gt 0
do
case "$1" in
--notsigned) SIGNPACKAGE=0
;;
esac
shift
done
if [ $SIGNPACKAGE -eq 1 ] ; then
gpg --sign SOURCES/infnoise-$VERSION.tar.gz
fi
mkdir -p BUILD SPECS RPMS SRPMS
cp build-scripts/infnoise.spec build-scripts/infnoise-tools.spec SPECS

View File

@@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-root
%description
%prep
tar -xzf ../SOURCES/infnoise.tar.gz
tar -xzf ../SOURCES/infnoise-%{version}.tar.gz
%build
cd tools

View File

@@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-root
%description
%prep
tar -xzf ../SOURCES/infnoise.tar.gz
tar -xzf ../SOURCES/infnoise-%{version}.tar.gz
%build
make -f Makefile.linux