diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index a241b8a502..1ba095888e 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -1997,8 +1997,12 @@ ln -s ../arch/branch/build - (Apparently no longer needed?) Create - pnohang.arch. + Create + pnohang.arch. + (The easiest way may be to do the following on a client, and + then copy it back): + cc pnohang.c -o pnohang-arch + @@ -2048,7 +2052,20 @@ ln -s ../arch/branch/build - In the /var/portbuild/errorlogs/ + As with the procedure for creating a new branch: + in the /var/portbuild/errorlogs/ + directory, create links for the webserver: +ln -s ../arch/branch/builds/latest/bak/errors arch-branch-full +ln -s ../arch/branch/builds/latest/bak/logs arch-branch-full-logs +ln -s ../arch/branch/builds/latest/errors arch-branch-latest +ln -s ../arch/branch/builds/latest/logs arch-branch-latest-logs +ln -s ../arch/branch/builds/latest/bak/packages arch-branch-packages-full +ln -s ../arch/branch/builds/latest/packages arch-branch-packages-latest + + + + + In that directory, create one more link for the webserver: ln -s ../arch/archive/buildlogs arch-buildlogs