Displaying 3 results from an estimated 3 matches for "srcothers".
Did you mean:
  crothers
  
2016 Dec 14
2
spec file frustration (rant)
...t; They are located here:
> > 
> > https://git.centos.org/summary/centos-git-common.git
Thanks for pointing out my oversight.
However, cloning that repo does not work...
$ git clone https://git.centos.org/summary/centos-git-common.git
Initialized empty Git repository
in /data/leonard/srcothers/centos/centos-git-common/.git/
warning: remote HEAD refers to nonexistent ref, unable to checkout.
What am I missing?
And then there remains the question: git checkout for a package gathers
the spec file and patches, so why do we need a script to get the source
tarball when all that is stopping i...
2016 Dec 14
0
spec file frustration (rant)
...; > https://git.centos.org/summary/centos-git-common.git
> 
> Thanks for pointing out my oversight.
> 
> However, cloning that repo does not work...
> 
> $ git clone https://git.centos.org/summary/centos-git-common.git
> Initialized empty Git repository
> in /data/leonard/srcothers/centos/centos-git-common/.git/
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
> 
> What am I missing?
Hi,
The path to the repo is wrong.
git clone https://git.centos.org/git/centos-git-common.git
The one you are trying is the web interface address.
Regards
Phil...
2016 Dec 14
2
spec file frustration (rant)
Hello Johnny,
On Wed, 2016-12-14 at 06:58 -0600, Johnny Hughes wrote:
> So:
> 
> git clone https://git.centos.org/summary/rpms!skopeo
Apart from the syntax error because the exclamation mark is not escaped
this leads nowhere.
So I tried:
$ git clone https://git.centos.org/git/rpms/skopeo.git
> (that just happens to be what I am working on right now)
> 
> cd skopeo
> 
>