Date: Tue, 12 Oct 2021 18:01:56 +0000 From: Brooks Davis <brooks@freebsd.org> To: FreeBSD User <freebsd@walstatt-de.de> Cc: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: git: "overlay" of own remote-branch on official freebsd-ports repo Message-ID: <20211012180156.GA90843@spindle.one-eyed-alien.net> In-Reply-To: <20211012173148.1d2f138c@hermann.fritz.box> References: <20211012173148.1d2f138c@hermann.fritz.box>
next in thread | previous in thread | raw e-mail | index | archive | help
--T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 12, 2021 at 05:31:48PM +0200, FreeBSD User wrote: > I'd like to ask how FreeBSD developers and maintainers do the trick. If there is an > official cookbook fpr maintainers (I haven't found it yet ...), please be so kind and > refer to it. Any advice is welcome. If you only want to add extra ports, I'd recommend maintaining a separate repo for use with the ports collection's under-documented overlay feature. This avoids the need to rebase or merge your trees. You create the overlay in poudriere with something like: poudriere ports -c -p cheri-ports-overlay -U https://github.com/CTSRD-CHERI/cheri-ports-overlay.git -m git -B main You then use it by adding -O cheri-ports-overlay to your other poudriere commands like poudriere bulk. Note that you may need to install poudriere-devel or install it by hand to get this feature. -- Brooks --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJhZc2UAAoJEKzQXbSebgfAmhgH/1hsILj4lVebowxbksUyB/iX wX2n2wfH3ovnO8WSXTNwmcpxxvIHp8R78RtYPn83Zq6Hg5VKsrU4Vn5cKV7ttfrx W0c4AHfojEVeBDkbADy56lukVZjrCTK/ftfRjRpgrCxpJBk7pABeBjHdIgHId/OQ cE3Ue+Iv5YKwY+Wn89lMUfnYPdbsuQALyMKEeeAodQzoaYJeHCj1KDe562QLBEUo GsNmJ70O2dIZ7WdIgg2Gv4SoRQ8AUg+LNQeo2KprlmoWM1cJvrDbtyEOir1GuSun q95KVabgamCxOua/deubLsxTTtBg6dGREgHRQIysrwvFocT1l1I10rHWvKXdRIQ= =2uLf -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211012180156.GA90843>