editing vim-update.sh - wrong condition for checking fedkpg push return value
This commit is contained in:
parent
f6bba15d1a
commit
9a6f13050f
@ -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
|
||||||
|
1
vim.spec
1
vim.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user