editing vim-update.sh - wrong condition for checking fedkpg push return value

This commit is contained in:
Zdenek Dohnal 2017-09-12 08:25:19 +02:00
parent f6bba15d1a
commit 9a6f13050f
2 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@ if [ $CHANGES -ne 0 ]; then
fi fi
# push # push
$debug fedpkg push $debug fedpkg push
if [ $? -eq 0 ]; then if [ $? -ne 0 ]; then
echo "Error: fedpkg push" echo "Error: fedpkg push"
exit 1 exit 1
fi fi

View File

@ -771,6 +771,7 @@ rm -rf %{buildroot}
%changelog %changelog
* Tue Sep 12 2017 Karsten Hopp <karsten@redhat.com> 8.0.1097-1 * Tue Sep 12 2017 Karsten Hopp <karsten@redhat.com> 8.0.1097-1
- patchlevel 1097 - patchlevel 1097
- editing vim-update.sh - wrong condition for checking fedkpg push return value
* Mon Sep 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.1092-1 * Mon Sep 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.1092-1
- editing vim-update.sh for building package - editing vim-update.sh for building package