Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge-request.sh: Update 6.0 metabug for 6.0.1 | Tom Stellard | 2018-03-08 | 1 | -1/+1 |
| | | | | llvm-svn: 327024 | ||||
* | Fix missing release metabug in merge-request.sh | Matt Arsenault | 2018-01-03 | 1 | -0/+3 |
| | | | | llvm-svn: 321753 | ||||
* | merge-request.sh: Update to use new "Fixed by Commit(s)" field | Tom Stellard | 2017-09-15 | 1 | -40/+50 |
| | | | | | | | | | | | | | | | | | | Summary: This will be used instead of the url field to track which commits need to be merged. This patch also drops support for version 1.x of the bugzilla CLI tool. Reviewers: hansw, hans Reviewed By: hans Subscribers: hans, llvm-commits Differential Revision: https://reviews.llvm.org/D37786 llvm-svn: 313334 | ||||
* | merge-request.sh: Use https url for bugzilla | Tom Stellard | 2017-05-23 | 1 | -1/+1 |
| | | | | | | | | With the http url, the script fails with: Connection lost/failed: 411 Client Error: Length Required llvm-svn: 303685 | ||||
* | stable-merge-request.sh: Add a script for submitting merge requests via bugzilla | Tom Stellard | 2017-03-24 | 1 | -0/+198 |
Summary: This script will automatically create a new stable merge request bug in bugzilla for the given svn revision and release number. Reviewers: hans Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D30905 llvm-svn: 298705 |