Re: Dealing with projects using git submodules

2022-08-29 Thread Vitaly Zaitsev via devel
On 28/08/2022 22:10, Richard Shaw wrote: Ahh, but that would include the whole tree / commit history / everything, right? Not just the version/tag I want. --exclude=.git -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) ___ devel mailing list --

Re: Dealing with projects using git submodules

2022-08-28 Thread remyabel
On Sun, 2022-08-28 at 11:48 -0500, Richard Shaw wrote: > I may have to do that, but there's 18 of them... Bah, what a pain in > the... > > I actually have my script nearly 100% working but apparently there's > an > unfixed bug in tar found in 2008 that if you try to concatenate > multiple > archiv

Re: Dealing with projects using git submodules

2022-08-28 Thread Richard Shaw
On Sun, Aug 28, 2022 at 11:56 AM Sérgio Basto wrote: > On Sun, 2022-08-28 at 17:50 +0100, Sérgio Basto wrote: > > On Sun, 2022-08-28 at 08:48 -0500, Richard Shaw wrote: > > I have a project I''m trying to package which uses git submodules > extensively. > > > maybe the best is you create all sour

Re: Dealing with projects using git submodules

2022-08-28 Thread Sérgio Basto
On Sun, 2022-08-28 at 17:50 +0100, Sérgio Basto wrote: > On Sun, 2022-08-28 at 08:48 -0500, Richard Shaw wrote: > > I have a project I''m trying to package which uses git submodules > > extensively. > > maybe the best is you create all source code in one tar.gz with git > fetch all submodules (I d

Re: Dealing with projects using git submodules

2022-08-28 Thread Sérgio Basto
On Sun, 2022-08-28 at 08:48 -0500, Richard Shaw wrote: > I have a project I''m trying to package which uses git submodules > extensively. maybe the best is you create all source code in one tar.gz with git fetch all submodules (I don't remember the command right now) and with tar cvf create the so

Re: Dealing with projects using git submodules

2022-08-28 Thread Sérgio Basto
On Sun, 2022-08-28 at 18:27 +0200, Vitaly Zaitsev via devel wrote: > On 28/08/2022 15:48, Richard Shaw wrote: > > I have a project I''m trying to package which uses git submodules > > extensively. > > Just add all submodules as SourceX. for example rawstudio.spec https://src.fedoraproject.org/

Re: Dealing with projects using git submodules

2022-08-28 Thread Vitaly Zaitsev via devel
On 28/08/2022 15:48, Richard Shaw wrote: I have a project I''m trying to package which uses git submodules extensively. Just add all submodules as SourceX. -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) ___ devel mailing list -- devel@lists.f