git: tag is not fetched

Bug #1395789 reported by Georges Racinet
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP buildout recipe
Fix Committed
Undecided
Unassigned

Bug Description

While working on a tag will fetch and checkout the commit this tag points at, it does not fetch the tag ref itself.
Hence for instance if we have this

  git http://some.where.git myaddon v1.2

with the tag pointing at commit 12deadbeef,

the recipe will indeed retrieve 12deadbeef, but the pointer v1.2 -> 12deadbeef will not be created.
Hence this will fail :

   git checkout v1.2

In particular, all reverts done subsequently by the recipe will fail

Related branches

Revision history for this message
Georges Racinet (gracinet) wrote :

fixed the failing checkout example in issue description

Changed in anybox.recipe.openerp:
milestone: none → 1.9.0
description: updated
Changed in anybox.recipe.openerp:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.