From: justin Date: Wed, 20 Nov 2013 06:27:26 +0000 (+0000) Subject: DPORTS_PATH note X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/620c400c6a3509dc2ebdcdc5e9b4b7c62f9dc027 DPORTS_PATH note --- diff --git a/docs/developer/Release/index.mdwn b/docs/developer/Release/index.mdwn index b8a07e6d..90e48156 100644 --- a/docs/developer/Release/index.mdwn +++ b/docs/developer/Release/index.mdwn @@ -131,6 +131,10 @@ Adjust the default pkg checkout in /usr/src/etc/Makefile.usr for both master and ###build isos and imgs +Set DPORTS_PATH when building the image to pick where dports comes from. Ideally, there should be a release tag in dports that corresponds with the DragonFly release. + + git fetch --tags + git checkout TAGNAME ###Testing