Guido Guenther <[EMAIL PROTECTED]> writes:
> On Sun, May 25, 2008 at 07:52:10AM -0700, Russ Allbery wrote:
>> windlord:~/dvl/debian/xml-security-c> git-buildpackage --git-ignore-new
>> Exporting 'HEAD' to '/home/eagle/dvl/debian/build-area/xml-security-c-tmp'
>> Moving '/home/eagle/dvl/debian/build-area/xml-security-c-tmp' to
>> '/home/eagle/dvl/debian/build-area/xml-security-c-1.4.0'
>> Getting orig tarbball from ../tarballs/
>> Cannot copy orig tarball from ../tarballs/
> If you have tarball-dir it _expects_ to find a tarball there. If it
> doesn't it fails at the moment.
Hm, except it works fine unless --git-ignore-new is given. I use it with
those settings routinely, and it was only with --git-ignore-new that it
stopped working.
> This is no nice behaviour - I changed the code to try finding/building
> the upstream tarball harder except when you really give
> --no-create-orig. Could you try this patch:
windlord:~/dvl/debian/xml-security-c> git-buildpackage --git-ignore-new
Exporting 'HEAD' to '/home/eagle/dvl/debian/build-area/xml-security-c-tmp'
Moving '/home/eagle/dvl/debian/build-area/xml-security-c-tmp' to
'/home/eagle/dvl/debian/build-area/xml-security-c-1.4.0'
Traceback (most recent call last):
File "/home/eagle/bin/git-buildpackage", line 281, in <module>
sys.exit(main(sys.argv))
File "/home/eagle/bin/git-buildpackage", line 241, in main
if options.tarball_dir and not du.has_oig(cp, output_dir):
AttributeError: 'module' object has no attribute 'has_oig'
but after fixing the typo, this works great. Thank you!
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]