]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Update the bug submission process.
authorHarlan Stenn <stenn@ntp.org>
Tue, 10 Jun 2003 07:04:28 +0000 (03:04 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 10 Jun 2003 07:04:28 +0000 (03:04 -0400)
bk: 3ee582fcptOjpJNyBSlvcwxIY0GzCw

README
README.hackers

diff --git a/README b/README
index dcb6da2c8ea96475d6e695e4e5031f1f5ff985e5..0f96d4c3a602be449c5782c956b46d6de539a407 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,7 @@
 
-Send patches and bug reports to <bugs@ntp.org> .
+Submit patches, bug reports, and enhancement requests via
+
+                       http://bugzilla.ntp.org
 
                  The ntp Distribution Base Directory
 
@@ -17,7 +19,7 @@ read WHERE-TO-START.
 
 For Windows/NT, visit html/hints/winnt .
 
-The base directory ./ contains the autoconfiguation files, source
+The base directory ./ contains the autoconfiguration files, source
 directories and related stuff:
 
 COPYRIGHT      Excerpt from the HTML file ./html/copyright.html. This file
index 20c2797d1c4be2ff4bce8219f7d685e3652892b4..3fe36fa3c02ddb9f170e84b12dc84291d67668c6 100644 (file)
@@ -55,13 +55,10 @@ To submit patches please use the 'bk send' command:
  > cd REPO
  > bk citool   (or bk ci ... ;  bk commit ... )
  > bk pull     # make sure your repo is up-to-date
- > bk send -d -ubk://www.ntp.org/home/bk/REPO YOUR-EMAIL-ADDRESS
-               # This will send you the patches
-               # If you have a mailer that wraps lines or otherwise
-               # changes the body of the message, add '-wuu'
- # save this email to a file
- > bk receive -vv -a < mail-file-containing-the-patch
+ > bk send -d -ubk://www.ntp.org/home/bk/REPO - > file-containing-the-patch
+ > bk receive -vv -a < file-containing-the-patch
                # Sanity check.
- > bk send -d -ubk://www.ntp.org/home/bk/REPO bugs@ntp.org
-               # If you needed to add '-wuu' then add it here, too.
-               # this command sends the patch to the NTP project.
+
+ # Open a bugzilla item at <http://bugzilla.ntp.org>
+
+ # After the bug is opened, visit the bug and attach file-containing-the-patch