diff options
author | roberto <roberto@FreeBSD.org> | 2008-08-17 17:37:33 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2008-08-17 17:37:33 +0000 |
commit | 4ded1c1fa0bc21c61f91a2dbe864835986745121 (patch) | |
tree | 16d100fbc9dae63888d48b464e471ba0e5065193 /contrib/ntp/README.patches | |
parent | 8b5a86d4fda08a9c68231415812edcb26be52f79 (diff) | |
download | FreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.zip FreeBSD-src-4ded1c1fa0bc21c61f91a2dbe864835986745121.tar.gz |
Flatten the dist and various 4.n.n trees in preparation of future ntp imports.
Diffstat (limited to 'contrib/ntp/README.patches')
-rw-r--r-- | contrib/ntp/README.patches | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/contrib/ntp/README.patches b/contrib/ntp/README.patches deleted file mode 100644 index d59345e..0000000 --- a/contrib/ntp/README.patches +++ /dev/null @@ -1,39 +0,0 @@ -See README.hackers for notes on coding styles. - -If you are going to patch both ntp-stable and ntp-dev -please do it this way: - - > cd ntp-stable - > (make and test your changes to ntp-stable first) - > (commit your changes to ntp-stable) - > cd ../ntp-dev - > bk pull ../ntp-stable (get your changes from ntp-stable) - > (resolve any problems and test your changes) - > (commit your changes to ntp-dev) - -With the current release of bitkeeper it is *much* easier to move changes -from ntp-stable to ntp-dev than it is to move changes from ntp-dev to -ntp-stable. - -If you make your changes in the above order and then submit them, -it will be trivial to apply your patches. - -Otherwise, it will be much more difficult to apply your patches. - ---- - -Please read (and follow) the previous section if you want to submit -patches for both ntp-stable and ntp-dev. - -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 - > file-containing-the-patch - > bk receive -vv -a < file-containing-the-patch - # Sanity check. - - # Open a bugzilla item at <http://bugzilla.ntp.org> - - # After the bug is opened, visit the bug and attach file-containing-the-patch |