From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a0c:fd46:: with SMTP id j6mr26795605qvs.209.1572966933995; Tue, 05 Nov 2019 07:15:33 -0800 (PST) X-Received: by 2002:a54:4109:: with SMTP id l9mr2036150oic.155.1572966933867; Tue, 05 Nov 2019 07:15:33 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!j16no2544158qtl.0!news-out.google.com!g53ni765qtg.0!nntp.google.com!j16no2544148qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 5 Nov 2019 07:15:33 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: <81aba060-6f05-4a6d-a7cb-b896d7f70112@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2b1d4a31-1ae6-4e08-bc5f-9a40fc440f8e@googlegroups.com> Subject: Re: Configurable Run Time without GPR Tools From: Shark8 Injection-Date: Tue, 05 Nov 2019 15:15:33 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57486 Date: 2019-11-05T07:15:33-08:00 List-Id: On Tuesday, November 5, 2019 at 1:44:00 AM UTC-7, Daniel Way wrote: > Since I need to port a run time for my target hardware and I want to shar= e this project via GitHub, I want all the run time files grouped. I guess I= can make it work if I become more familiar with the tools. Allow me to suggest multiple github repositories, one for the main project = and one for each of the dependencies -- I know there's a way to do 'nested'= repos so that you can have subsystems in their own project... but I typica= lly go with packaging *EVERYTHING* in my repository so that anyone can buil= d it w/o having to be concerned about the other items, but that seems unsui= table for what you're describing.