Changeset 881 for rpmbuild-bot/rpmbuild-bot.sh
- Timestamp:
- Oct 31, 2016, 6:14:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rpmbuild-bot/rpmbuild-bot.sh
r880 r881 602 602 run svn up "$spec_dir" 603 603 echo 604 svn diff "$commit_items"| "$pager"604 svn diff $commit_items | "$pager" 605 605 echo " 606 606 Type YES if the diff is okay to be committed." … … 633 633 634 634 # And finally commit the SPEC file. 635 run svn commit "$commit_items"-m "$commit_msg"635 run svn commit $commit_items -m "$commit_msg" 636 636 637 637 # Note: versioned .list file will remain in archive forever (for further reference).
Note:
See TracChangeset
for help on using the changeset viewer.