Bug#446042: git-buildpackage: make output_dir a parameter

2007-10-22 Thread Yaroslav Halchenko
On Mon, 22 Oct 2007, Guido Guenther wrote: > Hmm...you can drop it into ../build-area (or whereever you build) then? yes I could > Do you want to keep it in an extra place to be able to do a rm -rf > build-area/? exactly ;-) > I'd rather not add an extra parameter to store upstream > tarballs s

Bug#446042: git-buildpackage: make output_dir a parameter

2007-10-22 Thread Guido Guenther
Hi Yaroslav, On Fri, Oct 19, 2007 at 10:27:49AM -0400, Yaroslav Halchenko wrote: > > > occasionally and I want to preserve orig.tar.gz files, so it is > > > better to keep them separately in ../tarballs for instance. So gbp > > > just needs to check (if there is no orig in build-area already) if >

Bug#446042: git-buildpackage: make output_dir a parameter

2007-10-18 Thread Yaroslav Halchenko
Thank you Guido -- export_dir works fine in the version in experimental. The next step is to (citing ;) ,-- | also, it would be terriffic if there were descrimination between | output_dir and tarball_dir (again stinks with svn-buildpackage) -- it | comes handy quite often. `-- indeed it might be a

Bug#446042: git-buildpackage: make output_dir a parameter

2007-10-11 Thread Guido Guenther
Hi, On Tue, Oct 09, 2007 at 11:58:06PM -0400, Yaroslav Halchenko wrote: > now, top directory where I am trying to collect all my gitized packages > gets filled up with *tar *dev *dsc *changes quite fast. So my request is > pretty much to let me stock them elsewhere (and I do not consider > symlinks

Bug#446042: git-buildpackage: make output_dir a parameter

2007-10-09 Thread Yaroslav Halchenko
Package: git-buildpackage Version: 0.4.0 Severity: wishlist I am sorry if my request smells with svn-buildpackage too much. Could you please make output_dir a parameter (cmdline + config) instead of hardcoded def main(argv): output_dir = '..' also, it would be terriffic if there were descri