[opensuse-kernel] Rolling kernel binary RPMs from git kernel tree?
Hi, Given that it looks like, internally, Suse uses the git tree for development, and there are stable branches matching Suse SLES/SLED releases, is there a way to roll a kernel binary RPM from the kernel git tree, instead of the kernel-source RPMs? Many thanks ahead, A -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Tue, Apr 03, 2012 at 11:27:26AM -0700, Andrei Warkentin wrote:
Hi,
Given that it looks like, internally, Suse uses the git tree for development, and there are stable branches matching Suse SLES/SLED releases, is there a way to roll a kernel binary RPM from the kernel git tree, instead of the kernel-source RPMs?
Call scripts/tar-up.sh this creates a directory with lots of .spec files for not just kernel-source but alos for the other kernel-xxx flavours. Built what you need, either with the BS or via rpmbuild. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
----- Original Message -----
From: "Marcus Meissner" <meissner@suse.de>
Call scripts/tar-up.sh
this creates a directory with lots of .spec files for not just kernel-source but alos for the other kernel-xxx flavours.
Built what you need, either with the BS or via rpmbuild.
Great! Thanks a lot! A -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Andrei Warkentin
-
Marcus Meissner