Hello Johnny,
On Wed, 2016-12-14 at 06:58 -0600, Johnny Hughes wrote:
So:
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
git branch -a (so you can see the branches .. optional)
git checkout c7-extras
So far so good. We now got a spec file. Doing the same for bc: a spec file and patches. Still no source.
get_sources.sh
The name suggests this is what we need (or do we??) If only I could find that script anywhere...
So lets dig around a bit:
skopeo]$ cat .gitignore SOURCES/skopeo-1f655f3.tar.gz
bc]$ cat .gitignore SOURCES/bc-1.06.95.tar.bz2
python-rhsm]$ cat .gitignore SOURCES/python-rhsm-1.17.9.tar.gz
I think this solves Alice's issue once the .gitignore file is fixed.
For some reason the tarballs seem to be ignored. Something I need to fix in my git config or is it at your end?
Regards, Leonard.