Your message dated Fri, 23 Mar 2012 23:32:49 +0000
with message-id <[email protected]>
and subject line Bug#664283: fixed in git-buildpackage 0.6.0~git20120324
has caused the Debian Bug report #664283,
regarding gbp-create-remote-repo: error 'GitRepository' object has no attribute
'has_pristine_tar_branch'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
664283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-buildpackage
Version: 0.6.0~git20120315
Severity: normal
Hello
gbp-create-remote-repo fails with the following error:
Traceback (most recent call last):
File "/usr/bin/gbp-create-remote-repo", line 5, in <module>
sys.exit(main(sys.argv))
File "/usr/lib/python2.7/dist-packages/gbp/scripts/create_remote_repo.py",
line 180, in main
if repo.has_pristine_tar_branch() and options.pristine_tar:
AttributeError: 'GitRepository' object has no attribute
'has_pristine_tar_branch'
This error occured while creating a brand new package this way:
(Slightly edited to remove cruft like gpg sig and whatnot)
$ mkdir pan-0.135
$ cd pan-0.135/
$ git init
Initialized empty Git repository in
/home/domi/debian-dev/pan-stuff/test/pan-0.135/.git/
$ git-import-orig -u 0.135 ../../pan-0.135.tar.bz2
What will be the source package name? [pan]
gbp:info: Importing '../../pan-0.135.tar.bz2' to branch 'master'...
gbp:info: Source package is pan
gbp:info: Upstream version is 0.135
pristine-tar: committed pan_0.135.orig.tar.bz2.delta to branch pristine-tar
gbp:info: Successfully imported version 0.135 of ../../pan-0.135.tar.bz2
$ gbp-create-remote-repo --pristine-tar -v
gbp:debug: ['git', 'rev-parse', '--show-cdup']
gbp:debug: ['git', 'rev-parse', '--is-bare-repository']
gbp:debug: ['git', 'show-ref', 'refs/heads/master']
gbp:debug: ['git', 'show-ref', 'refs/heads/upstream']
Traceback (most recent call last):
File "/usr/bin/gbp-create-remote-repo", line 5, in <module>
sys.exit(main(sys.argv))
File "/usr/lib/python2.7/dist-packages/gbp/scripts/create_remote_repo.py",
line 180, in main
if repo.has_pristine_tar_branch() and options.pristine_tar:
AttributeError: 'GitRepository' object has no attribute
'has_pristine_tar_branch'
A similar error occurs with testing version of git-buildpackage
All the best
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-buildpackage depends on:
ii devscripts 2.11.4
ii git 1:1.7.9.1-1
ii python 2.7.2-10
ii python-dateutil 1.5-1
ii python2.6 2.6.7-4
ii python2.7 2.7.3~rc1-1
Versions of packages git-buildpackage recommends:
ii cowbuilder 0.68
ii pristine-tar 1.22
Versions of packages git-buildpackage suggests:
ii python-notify 0.1.1-3
ii unzip 6.0-5
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.6.0~git20120324
We believe that the bug you reported is fixed in the latest version of
git-buildpackage, which is due to be installed in the Debian FTP archive:
git-buildpackage_0.6.0~git20120324.dsc
to main/g/git-buildpackage/git-buildpackage_0.6.0~git20120324.dsc
git-buildpackage_0.6.0~git20120324.tar.gz
to main/g/git-buildpackage/git-buildpackage_0.6.0~git20120324.tar.gz
git-buildpackage_0.6.0~git20120324_all.deb
to main/g/git-buildpackage/git-buildpackage_0.6.0~git20120324_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated git-buildpackage package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 23 Mar 2012 23:58:42 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.6.0~git20120324
Distribution: experimental
Urgency: low
Maintainer: Guido Günther <[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 664283
Changes:
git-buildpackage (0.6.0~git20120324) experimental; urgency=low
.
* [8fd6162] gbp-create-remote-repo: Use DebianGitRepository (Closes: #664283)
* [ddaa653] gbp-create-remote-repo: don't expect a terminal so you can do
'echo y | gbp-create-remote-repo'
* [92cc7ba] gbp-create-remote-repo: allow to use local file transport too
* [6d4b4ff] gbp create-remote-repo: allow to pass template directory to git
init so it's possible to set up remote hooks.
* [b9d03af] gbp-create-remote-repo: add --remote-config. This specifies an
additional config file section that can be used to preconfigure different
remote locations.
* [d6e0e8d] git-import-orig: Allow to pass in an upstream vcs tag. This
allows to link the import-orig commit with the corresponding upstream vcs
tag. See #664771 for a discussion.
Checksums-Sha1:
e826f15ec382dd69bf0fa3500bec23b987e80288 1270
git-buildpackage_0.6.0~git20120324.dsc
f0fea6e153b34adc62707da9d8c0ec4a08ce3135 141310
git-buildpackage_0.6.0~git20120324.tar.gz
c49f901f3001955c0d67d472eb7f0b6cb0ed9f2a 296048
git-buildpackage_0.6.0~git20120324_all.deb
Checksums-Sha256:
13730d1794163dfa9d9693f6895856ff82e4a118c369735fe61951c63da3f829 1270
git-buildpackage_0.6.0~git20120324.dsc
752e242b9d0c375730a9696c0900ba76055311436b5498ed7d552a1de89c86f1 141310
git-buildpackage_0.6.0~git20120324.tar.gz
f5994106570683d8367fec7045dc22f13560a14b67db085a2db52d774fd17cfe 296048
git-buildpackage_0.6.0~git20120324_all.deb
Files:
c218ed7234b71fbd8e1b9395759a5104 1270 vcs optional
git-buildpackage_0.6.0~git20120324.dsc
3a2fbf85fb528df56d4ec351f6c54b6d 141310 vcs optional
git-buildpackage_0.6.0~git20120324.tar.gz
8e5063b620e78284351c0915a3285c44 296048 vcs optional
git-buildpackage_0.6.0~git20120324_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFPbQPDn88szT8+ZCYRApsqAJ9CII8aHdi3JuzLiqhaUXzTAIM9BACeJg5W
zUD2qkujwPrbNBB2otvg08o=
=GvKx
-----END PGP SIGNATURE-----
--- End Message ---