I tried to follow the work flow shown in https://wiki.centos.org/Sources, but it does not seem to work: I did this: mkdir CentOS pushd CentOS git clone https://git.centos.org/git/centos-git-common.git git clone https://git.centos.org/git/rpms/kernel.git pushd kernel/ git checkout c6 ../centos-git-common/get_sources.sh And I got the message: Missing metadata. Please run from inside a sources git repo What am I missing? -- Robert Heller -- 978-544-6933 Deepwoods Software -- Custom Software Services http://www.deepsoft.com/ -- Linux Administration Services heller at deepsoft.com -- Webhosting Services
yumdownloader --source kernel On Fri, Apr 27, 2018 at 9:35 PM, Robert Heller <heller at deepsoft.com> wrote:> I tried to follow the work flow shown in https://wiki.centos.org/Sources, but > it does not seem to work: > > I did this: > > mkdir CentOS > pushd CentOS > git clone https://git.centos.org/git/centos-git-common.git > git clone https://git.centos.org/git/rpms/kernel.git > pushd kernel/ > git checkout c6 > ../centos-git-common/get_sources.sh > > And I got the message: > > Missing metadata. Please run from inside a sources git repo > > What am I missing? > > > -- > Robert Heller -- 978-544-6933 > Deepwoods Software -- Custom Software Services > http://www.deepsoft.com/ -- Linux Administration Services > heller at deepsoft.com -- Webhosting Services > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos
On 27/04/18 21:35, Robert Heller wrote:> I tried to follow the work flow shown in https://wiki.centos.org/Sources, but > it does not seem to work: > > I did this: > > mkdir CentOS > pushd CentOS > git clone https://git.centos.org/git/centos-git-common.git > git clone https://git.centos.org/git/rpms/kernel.git > pushd kernel/ > git checkout c6 > ../centos-git-common/get_sources.sh > > And I got the message: > > Missing metadata. Please run from inside a sources git repo > > What am I missing? > >Use this guide: https://wiki.centos.org/HowTos/I_need_the_Kernel_Source
On 04/27/2018 01:35 PM, Robert Heller wrote:> I tried to follow the work flow shown in https://wiki.centos.org/Sources, but > it does not seem to work: > > I did this: > > mkdir CentOS > pushd CentOS > git clone https://git.centos.org/git/centos-git-common.git > git clone https://git.centos.org/git/rpms/kernel.git > pushd kernel/ > git checkout c6 > ../centos-git-common/get_sources.sh > > And I got the message: > > Missing metadata. Please run from inside a sources git repo > > What am I missing? > >The sources in git are c7 and newer. c6 isn't shipped in git like that. -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77
Possibly Parallel Threads
- Question about the ahci kernel module: missing in the CentOS (4) Plus kernel
- Updated Spam Assassin for CentOS 5...
- CentOS/RHEL's build of firefox hardwired to evolution -- how to change this
- Running amanda on CentOS 7: "amanda-udp.service failed."
- CentOS 6, Postfix, and Procmail -- how do I get it to work?