Changeset 880 for rpmbuild-bot


Ignore:
Timestamp:
Oct 31, 2016, 6:12:31 PM (9 years ago)
Author:
dmik
Message:

rpmbuild-bot.sh: Update the SVN repo before committing.

This is to avoid commit breaks due to not being at the most
recent revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rpmbuild-bot/rpmbuild-bot.sh

    r879 r880  
    588588With the following commit message:
    589589  $commit_msg
    590 You will now be presented a diff for careful inspection. Type YES to continue."
     590The repository will be updated now and then you will get a diff for careful
     591inspection. Type YES to continue."
    591592
    592593  local answer=
     
    599600      [ -x `which sed` ] && pager="sed -e '' | $pager"
    600601    fi
     602    run svn up "$spec_dir"
    601603    echo
    602604    svn diff "$commit_items" | "$pager"
Note: See TracChangeset for help on using the changeset viewer.