Commit 490594d
committed
autogen.sh: make building from release tags work
This adapts Brent's commit
libressl/portable@c95574b
to rpki-client. OPENBSD_BRANCH can contain a branch, a tag, or a commit
hash from the rpki-client-openbsd repo, and git will do the right thing.
To make this actually work, we will need to create a release commit
where OPENBSD_BRANCH contains 'rpki-client-9.7'. This commit could
happen on master if we want to insist on a linear history or it could
live on a dedicated branch. I don't have a particular preference here
except that extra branches could be backported to earlier releases if
we care to do so.
Fixes rpki-client#120 (starting with release 9.7)1 parent fd04df1 commit 490594d
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments