Re: [PATCH] buildtar: Add ARCH to the archive name

2013-09-12 Thread Borislav Petkov
On Wed, Sep 11, 2013 at 06:35:08PM -0500, Josh Hunt wrote: > I didn't take the time to build the rpm pkg, but deb-pkg produces files > like: > > linux-image-3.10.0-rc7_3.10.0-rc7-26_amd64.deb > > tarbz2-pkg now produces files with the name of: > linux-3.10.0-rc7-x86.tar.bz2 Right, I'm not really

Re: [PATCH] buildtar: Add ARCH to the archive name

2013-04-08 Thread Borislav Petkov
On Mon, Apr 08, 2013 at 04:05:53PM +0200, Michal Marek wrote: > On 7.3.2013 12:09, Borislav Petkov wrote: > > On Thu, Mar 07, 2013 at 12:06:59PM +0100, Joerg Roedel wrote: > >> Good idea, but I already hear people yelling about their scripts that > >> break with this change :) > > > > They better

Re: [PATCH] buildtar: Add ARCH to the archive name

2013-04-08 Thread Michal Marek
On 7.3.2013 12:09, Borislav Petkov wrote: > On Thu, Mar 07, 2013 at 12:06:59PM +0100, Joerg Roedel wrote: >> Good idea, but I already hear people yelling about their scripts that >> break with this change :) > > They better fix them then. :-) OK, I applied the patch to kbuild.git#misc. Let's see

Re: [PATCH] buildtar: Add ARCH to the archive name

2013-03-07 Thread Borislav Petkov
On Thu, Mar 07, 2013 at 12:06:59PM +0100, Joerg Roedel wrote: > Good idea, but I already hear people yelling about their scripts that > break with this change :) They better fix them then. :-) -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubsc

Re: [PATCH] buildtar: Add ARCH to the archive name

2013-03-07 Thread Joerg Roedel
On Wed, Mar 06, 2013 at 09:05:47AM +0100, Borislav Petkov wrote: > From: Borislav Petkov > > When dealing with multiple sub-arches (like 32- and 64-bit on x86, for > example) generating a bunch of kernel tar archives with the same name > but for different sub-arches could get confusing and error-

[PATCH] buildtar: Add ARCH to the archive name

2013-03-06 Thread Borislav Petkov
From: Borislav Petkov When dealing with multiple sub-arches (like 32- and 64-bit on x86, for example) generating a bunch of kernel tar archives with the same name but for different sub-arches could get confusing and error-prone. Also, the build process could overwrite otherwise unrelated builds a