Re: kernel checkout specific version

2015-12-20 Thread Philip Brown
On 12/20/2015 09:55 PM, stan wrote: On Sun, 20 Dec 2015 10:48:40 +0100 Philip Brown wrote: Hi, I would appreciate a little help please. I am building the kernel with the following commands: fedpkg clone -a kernel cd kernel git checkout -b f23 --track origin/f23

Re: kernel checkout specific version

2015-12-20 Thread Philip Brown
On 12/20/2015 11:18 PM, Philip Brown wrote: On 12/20/2015 09:55 PM, stan wrote: On Sun, 20 Dec 2015 10:48:40 +0100 Philip Brown wrote: Hi, I would appreciate a little help please. I am building the kernel with the following commands: fedpkg clone -a kernel cd

kernel checkout specific version

2015-12-20 Thread Philip Brown
Hi, I would appreciate a little help please. I am building the kernel with the following commands: fedpkg clone -a kernel cd kernel git checkout -b f23 --track origin/f23 fedpkg local and this builds a 4.2.8-300 release, however I need to build a 4.2.7-300 release which fedora is currently

Re: kernel checkout specific version

2015-12-20 Thread stan
On Sun, 20 Dec 2015 10:48:40 +0100 Philip Brown wrote: > Hi, > > I would appreciate a little help please. > I am building the kernel with the following commands: > > fedpkg clone -a kernel > cd kernel > git checkout -b f23 --track origin/f23 > fedpkg local > > and