vim-update.sh: bodhi no longer sets a default automatic time to stable

This commit is contained in:
Zdenek Dohnal 2020-07-24 07:03:12 +02:00
parent abed02cfba
commit ae8b9a14f9
2 changed files with 5 additions and 2 deletions

View File

@ -168,7 +168,7 @@ if [ $CHANGES -ne 0 ]; then
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
# if branch isn't master or branch is enabled in bodhi, create update # if branch isn't master or branch is enabled in bodhi, create update
if [ $branch != "master" ] || [ ${bodhi_enabled[@]: $bodhi_enabled_index: 1} -eq 1 ]; then if [ $branch != "master" ] || [ ${bodhi_enabled[@]: $bodhi_enabled_index: 1} -eq 1 ]; then
$debug bodhi updates new --user zdohnal --type enhancement --notes "The newest upstream commit" --request testing --autokarma --stable-karma 3 --unstable-karma -3 vim-${UPSTREAMMAJOR}.${LASTPLFILLED}-1.${releases[@]: $release_index: 1} $debug bodhi updates new --user zdohnal --type enhancement --notes "The newest upstream commit" --request testing --autotime --autokarma --stable-karma 3 --unstable-karma -3 vim-${UPSTREAMMAJOR}.${LASTPLFILLED}-1.${releases[@]: $release_index: 1}
fi fi
else else
echo "Error when building package for $branch" echo "Error when building package for $branch"

View File

@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 1%{?dist} Release: 2%{?dist}
License: Vim and MIT License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh Source1: vim.sh
@ -772,6 +772,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Fri Jul 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1273-2
- vim-update.sh: bodhi no longer sets a default automatic time to stable
* Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1273-1 * Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1273-1
- patchlevel 1273 - patchlevel 1273