Hello! 2010/10/16 Jonas Smedegaard <d...@jones.dk>: > On Sat, Oct 16, 2010 at 11:51:52AM -0400, Alexandre Quessy wrote: >> I think you should run git-buildpackage --git-tag-only to tag the >> revision that you uploaded. Right? >> > > Nope - the tag should be pushed: > > jo...@auryn:toonloop (master)$ jo...@auryn:tmp$ gbp-clone --pristine-tar > git://git.debian.org/pkg-multimedia/toonloop > Initialized empty Git repository in /tmp/toonloop/.git/ > remote: Counting objects: 230, done. > remote: Compressing objects: 100% (205/205), done. > remote: Total 230 (delta 87), reused 118 (delta 17) > Receiving objects: 100% (230/230), 536.68 KiB | 742 KiB/s, done. > Resolving deltas: 100% (87/87), done. > Branch upstream set up to track remote branch upstream from origin. > Branch pristine-tar set up to track remote branch pristine-tar from origin. > jo...@auryn:tmp$ cd toonloop > jo...@auryn:toonloop (master)$ git tag debian/2.0.0-1 > upstream/2.0.0
Very strange. The tag did not get fetched by `git pull`. I add to add the `--tags` option. $ git pull --tags remote: Counting objects: 1, done. remote: Total 1 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (1/1), done. >From ssh://git.debian.org/git/pkg-multimedia/toonloop * [new tag] debian/2.0.0-1 -> debian/2.0.0-1 Fetching tags only, you probably meant: git fetch --tags I guess I'll use the `--tags` option more often. :) Thanks, -- Alexandre Quessy http://alexandre.quessy.net/ _______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers