summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-07 08:15:55 +0000
committerwiz <wiz@pkgsrc.org>2012-06-07 08:15:55 +0000
commit5288b5233f977c6f955daf577b3e2aa43ab25afd (patch)
tree87e0fe224937860accc88229dacf2fcb493999b9
parent489f978eaa6d53e4e5a6b6f6687896990241466f (diff)
downloadpkgsrc-5288b5233f977c6f955daf577b3e2aa43ab25afd.tar.gz
Suggest committing package and Makefile separately when adding packages.
Requested by dholland.
-rw-r--r--doc/guide/files/submit.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guide/files/submit.xml b/doc/guide/files/submit.xml
index 397eebb17e0..4829149bf0f 100644
--- a/doc/guide/files/submit.xml
+++ b/doc/guide/files/submit.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: submit.xml,v 1.25 2012/06/06 07:39:07 wiz Exp $ -->
+<!-- $NetBSD: submit.xml,v 1.26 2012/06/07 08:15:55 wiz Exp $ -->
<chapter id="submit"> <?dbhtml filename="submit.html"?>
<title>Submitting and Committing</title>
@@ -110,9 +110,10 @@ you can check by running <quote>cvs status</quote>. An example:</para>
&uprompt; cvs add DESCR Makefile PLIST distinfo buildlink3.mk patches
&uprompt; cvs add patches/p*
&uprompt; cvs status | less
+&uprompt; cvs commit
&uprompt; cd ..
&uprompt; vi Makefile # add SUBDIRS+=pkgname line
-&uprompt; cvs commit Makefile pkgname
+&uprompt; cvs commit Makefile
</programlisting>
<para>The commit message of the initial import should include part of the