It looks like you skipped : git checkout c7 On Thu, 2020-04-23 at 12:14 -0400, R P Herrold wrote: > On Thu, 23 Apr 2020, Trevor Hemsley via CentOS-devel wrote: > > > It would probably help if you read the wiki article on how to do > > this. > > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.centos.org_Sources&d=DwICAg&c=gRgGjJ3BkIsb5y6s49QqsA&r=OAMtP0DWou0nlXG7Kmxo2enjXJfwb1DXS9fwcaESuTE&m=1f-5IFQCQFDCSRMruu_eLqNhBq65MjUBcwgVGf_G-Js&s=enCgFB9-01mXr-VVPDVwkER-Wo8ZiBdxDq6TI38K-do&e= > > That page has problems, and does not work as written. There > is problem doing the lookaside, or such > > The script seems also to already be +x, so the admonition to > set is +x is not needed > > [herrold at centos-8 ~]$ find centos-git-common -name get_sources.sh -a > -exec ls -al {} \; > -rwxrwxr-x. 1 herrold herrold 6456 Apr 23 12:06 centos-git- > common/centos-git-common/get_sources.sh > [herrold at centos-8 ~]$ > > -- Russ herrold > > > worked example of the defect as to samba : > ========================================== > > [herrold at centos-8 ~]$ mkdir centos-git-common > [herrold at centos-8 ~]$ cd centos-git-common > [herrold at centos-8 centos-git-common]$ git clone > https://urldefense.proofpoint.com/v2/url?u=https-3A__git.centos.org_centos-2Dgit-2Dcommon.git&d=DwICAg&c=gRgGjJ3BkIsb5y6s49QqsA&r=OAMtP0DWou0nlXG7Kmxo2enjXJfwb1DXS9fwcaESuTE&m=1f-5IFQCQFDCSRMruu_eLqNhBq65MjUBcwgVGf_G-Js&s=6HMJermB_fhB0smGN_djwhmwJDADxdWZKFB5kgnWjTk&e= > > Cloning into 'centos-git-common'... > remote: Counting objects: 217, done. > remote: Compressing objects: 100% (213/213), done. > remote: Total 217 (delta 0), reused 217 (delta 0) > Receiving objects: 100% (217/217), 131.34 KiB | 1.06 MiB/s, done. > [herrold at centos-8 centos-git-common]$ find . -name get_sources.sh > ./centos-git-common/get_sources.sh > [herrold at centos-8 centos-git-common]$ ln -s ./centos-git- > common/get_sources.sh ~/bin/ > [herrold at centos-8 centos-git-common]$ git clone > https://urldefense.proofpoint.com/v2/url?u=https-3A__git.centos.org_rpms_samba.git&d=DwICAg&c=gRgGjJ3BkIsb5y6s49QqsA&r=OAMtP0DWou0nlXG7Kmxo2enjXJfwb1DXS9fwcaESuTE&m=1f-5IFQCQFDCSRMruu_eLqNhBq65MjUBcwgVGf_G-Js&s=QNoFwdPd0f6-GInjPbDAnPfIfobNXLCSvCoTbJFZ2q8&e= > > Cloning into 'samba'... > remote: Counting objects: 660, done. > remote: Compressing objects: 100% (578/578), done. > remote: Total 660 (delta 71), reused 611 (delta 39) > Receiving objects: 100% (660/660), 1.48 MiB | 1.57 MiB/s, done. > Resolving deltas: 100% (71/71), done. > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > [herrold at centos-8 centos-git-common]$ ls -al samba > total 24 > drwxrwxr-x. 3 herrold herrold 4096 Apr 23 12:07 . > drwxrwxr-x. 4 herrold herrold 4096 Apr 23 12:07 .. > drwxrwxr-x. 7 herrold herrold 4096 Apr 23 12:07 .git > [herrold at centos-8 centos-git-common]$ > > _______________________________________________ > CentOS-devel mailing list > CentOS-devel at centos.org > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.centos.org_mailman_listinfo_centos-2Ddevel&d=DwICAg&c=gRgGjJ3BkIsb5y6s49QqsA&r=OAMtP0DWou0nlXG7Kmxo2enjXJfwb1DXS9fwcaESuTE&m=1f-5IFQCQFDCSRMruu_eLqNhBq65MjUBcwgVGf_G-Js&s=unhSrI-R_vch61oHWjNN2Y10OyHGedROMuPCHDJ7p4E&e=