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

From: Borislav Petkov
Date: Thu Sep 12 2013 - 08:45:32 EST


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 happy with this solution too because builds which
don't supply ARCH on the command line add "x86" to the archive name
and my intention was to have either "i386" or "x86_64" appended to the
archive name so that when building a bunch of different kernel packages,
I can know which is 32-bit and which is 64-bit.

Having it say "x86" doesn't tell me all that much. Whether it has "-" or
an "_" prepended I don't care.

So I'll go and revisit this thing. I'll add you to CC for feedback since
your script got broke :)

And, btw, other suggestions are appreciated too.

Thanks.

--
Regards/Gruss,
Boris.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/