launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #07173
Using the latest tag instead of master for build recipe
In a build recipe I have something like this:
# git-build-recipe format 0.4 deb-version {latest-tag}-0~{revtime}
lp:elementary-monitor <https://code.launchpad.net/+code/elementary-monitor>
master
nest packaging lp:elementary-extras
<https://code.launchpad.net/+code/elementary-extras> debian monitor
Which as I understand it will bring in the "master" branch of that
repository, but I really want to bring in {latest-tag} of that repository.
Is this possible? I tried doing:
lp:elementary-monitor {latest-tag}
But the buildbot was confused at this.
Cheers,
Kris