[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: clinica_0.2.1-1_amd64.changes REJECTED



On Sat, 7 Jan 2012 19:12:24 +0100, Andreas Tille wrote:

> It might be my personal weak Git knowledge but I've got:
> 
> $ git-buildpackage 
> [..]
> gbp:info: Orig tarball 'clinica_0.2.1.orig.tar.gz' not found at '../tarballs/'
> gbp:warn: Pristine-tar branch "pristine-tar" not found
> pristine-tar: no pristine-tar branch found, use "pristine-tar commit" first
> gbp:error: /usr/bin/pristine-tar returned 1
> gbp:error: Couldn't checkout "clinica_0.2.1.orig.tar.gz"

If Leonardo correctly pushed all branches (upstream, master, pristine-tar --
git push --all), then you probably cloned the repository the "wrong way" :)

The right git-buildpackage-way of doing it is:

  $ gbp-clone git+ssh://...

That will automatically pull the three branches.

If you don't want to delete your current clone for any reason (local commits?),
you might want to do the following:

  $ git checkout -b upstream -t origin/upstream
  $ git checkout -b pristine-tar -t origin/pristine-tar
  $ git checkout master

..and then run git-buildpackage as usual :)

Have a nice evening,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

Attachment: signature.asc
Description: PGP signature


Reply to: