diff options
author | joerg <joerg> | 2009-08-23 18:12:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-23 18:12:12 +0000 |
commit | ddc235678cd3b7ec8e6d655eff2757970bc5ac48 (patch) | |
tree | 6ab628acac97670ff205a3a82fa8bd681d46ffdb /doc | |
parent | 7bf25e899b05074d66a958836f5259bf9da1198e (diff) | |
download | pkgsrc-ddc235678cd3b7ec8e6d655eff2757970bc5ac48.tar.gz |
Add USE_NETBSD_REPO.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/submit.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/guide/files/submit.xml b/doc/guide/files/submit.xml index 510ddd13902..34a3a29a5df 100644 --- a/doc/guide/files/submit.xml +++ b/doc/guide/files/submit.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: submit.xml,v 1.22 2009/08/21 12:54:07 wiz Exp $ --> +<!-- $NetBSD: submit.xml,v 1.23 2009/08/23 18:12:12 joerg Exp $ --> <chapter id="submit"> <?dbhtml filename="submit.html"?> <title>Submitting and Committing</title> @@ -87,7 +87,11 @@ not the same as your NetBSD login name. The target also automatically removes possibly existing entries for the package in the <filename>TODO</filename> file. Don't forget to commit - the changes, e.g. by using <command>make changes-entry-commit</command>!</para> + the changes, e.g. by using <command>make changes-entry-commit</command>! + If you are not using a checkout directly from cvs.netbsd.org, but e.g. + a local copy of the repository, you can set USE_NETBSD_REPO=yes. This + makes the cvs commands use the main repository. + </para> </sect1> <sect1 id="committing-importing"> |