Toonloop package

Alexandre Quessy alexandre at quessy.net
Mon Oct 18 01:36:36 UTC 2010


Hello!

2010/10/16 Jonas Smedegaard <dr at 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:
>
> jonas at auryn:toonloop (master)$ jonas at 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.
> jonas at auryn:tmp$ cd toonloop
> jonas at 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.


More information about the pkg-multimedia-maintainers mailing list