-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from michaelolbrich/upstreamstatus
umpf: add new flag to insert 'Upstream-Status: Pending' lines to all patches
- Loading branch information
Showing
4 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# umpf-base: base | ||
# umpf-flags: upstreamstatus=insert | ||
# umpf-name: name | ||
# umpf-version: name/20221209-2 | ||
# umpf-topic: a | ||
# umpf-hashinfo: f46ed0419d2c31ed10f978cc461e0d1ae4b3b426 | ||
# umpf-topic-range: d306da785d874c09b89264d3f71632bc14bfe51f..121863a14e5f5430eea076205d50d668aeb66aa3 | ||
# umpf-topic: b | ||
# umpf-hashinfo: 3755a03cf640725df1aeb13789cba87154a47b04 | ||
# umpf-topic-range: 121863a14e5f5430eea076205d50d668aeb66aa3..83884ac6f3420eb1b1c98628b64dc1a77b6c1136 | ||
# umpf-end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
# | ||
# Test creating an umpf tag from an umpf build with "umpf tag". | ||
# | ||
|
||
umpf tag umpf-build --version=2 --remote=origin --base=base --name=name --flags upstreamstatus=insert | ||
|
||
git log --format=%B -n 1 | grep "^# umpf-" > series.tag | ||
diff -u ${TEST_DIR}/series-upstreamstatus-v2.ref series.tag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters