mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 22:10:01 -04:00
added copyright updating procuedure from tale
This commit is contained in:
parent
a473311234
commit
63404af69b
1 changed files with 19 additions and 0 deletions
|
|
@ -27,6 +27,25 @@ release.
|
|||
checked in. Look for any obvious broken links in the
|
||||
.html files.
|
||||
|
||||
- Update the copyrights. According to tale:
|
||||
|
||||
Go to the root of the source tree.
|
||||
The scripts need to be run from there; they reference the util
|
||||
subdirectory internally.
|
||||
|
||||
$ make distclean
|
||||
$ util/merge_copyrights
|
||||
$ diff util/copyrights util/newcopyrights
|
||||
... examine output, particularly any files with the "?" type, and
|
||||
... then edit util/newcopyrights if necessary
|
||||
$ mv util/newcopyrights util/copyrights
|
||||
$ cvs ci -m'merge_copyrights' util/copyrights
|
||||
$ util/update_copyrights < util/copyrights
|
||||
$ cvs diff
|
||||
... examine output, edit as necessary. mail me about anything that
|
||||
... the script should have been able to do itself. :-)
|
||||
$ cvs ci -m'update_copyrights'
|
||||
|
||||
- Announce a CVS pool freeze on bind-dev
|
||||
|
||||
- Do basic tests on each build system:
|
||||
|
|
|
|||
Loading…
Reference in a new issue