]> granicus.if.org Git - pdns/commitdiff
Always grab the debuginfo rpms
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 4 Sep 2015 13:33:20 +0000 (15:33 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 4 Sep 2015 13:35:56 +0000 (15:35 +0200)
build-scripts/build-dnsdist-rpm
build-scripts/build-recursor-rpm

index 872aa7b382f0d907e5711f5a192d4c20f6cc46ee..fbea786485a7a0a95603502933b42364721ecbbc 100755 (executable)
@@ -119,4 +119,4 @@ EOF
 
 ${RPMBUILD_COMMAND}
 
-mv $HOME/rpmbuild/RPMS/x86_64/dnsdist-${VERSION}-${RELEASE}.x86_64.rpm .
+mv $HOME/rpmbuild/RPMS/x86_64/dnsdist*-${VERSION}-${RELEASE}.x86_64.rpm .
index 08bad19e2e1a26f1cbf6ea61d3cf4f7eb1eadb4c..8d6c2dbbbdd1a727476a31fe350379c8f90049d9 100755 (executable)
@@ -285,5 +285,4 @@ fi
 
 ${RPMBUILD_COMMAND}
 
-mv $HOME/rpmbuild/RPMS/x86_64/pdns-recursor-${VERSION}-${RELEASE}.x86_64.rpm .
-[ -f $HOME/rpmbuild/RPMS/x86_64/pdns-recursor-debuginfo-${VERSION}-${RELEASE}.x86_64.rpm ] && mv $HOME/rpmbuild/RPMS/x86_64/pdns-recursor-debuginfo-${VERSION}-${RELEASE}.x86_64.rpm . || true
+mv $HOME/rpmbuild/RPMS/x86_64/pdns-recursor*-${VERSION}-${RELEASE}.x86_64.rpm .