recipes: use tags in a nested git repo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
New
|
Undecided
|
Unassigned |
Bug Description
According to https:/
A working git command for tag 1.6.4 would be:
git rev-parse 1.6.4
But the following line:
nest vendor lp:~sajoupa/telegraf/+git/vendor 1.6.4 vendor
is interpreted by LP as a subdir, not an argument to rev-parse:
subprocess.
https:/
I tried various different syntaxes, but they all failed for the same reason.
Or maybe there is a way to specify tags that I didn't find ? (in which case, adding it to https:/
Thanks.
Worked with:
nest vendor lp:~sajoupa/telegraf/+git/vendor vendor 1.6.4
which makes sense.
Maybe still worth adding a note to the doc ?