From: Michal Nowak Date: Thu, 3 Dec 2020 15:53:22 +0000 (+0100) Subject: Miscellaneous minor documentation updates X-Git-Tag: v9.11.26~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365d1c2bee6b41e20b5aae5a9211d2f295e8c02a;p=thirdparty%2Fbind9.git Miscellaneous minor documentation updates --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 72a58aec9be..a60bb03eff0 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -31,20 +31,18 @@ BIND is maintained by the Internet Systems Consortium, a public-benefit see the source, but only ISC employees have commit access. Until recently, the source could only be seen once ISC had published a release: read access to the source repository was restricted just as commit access was. -That's now changing, with the opening of a public git mirror to the BIND -source tree (see below). +That's now changing, with the opening of a public git repository of the +BIND source tree (see below). Access to source code Public BIND releases are always available from the ISC FTP site. -A public-access GIT repository is also available at https://gitlab.isc.org -. This repository is a mirror, updated several times per day, of the -source repository maintained by ISC. It contains all the public release -branches; upcoming releases can be viewed in their current state at any -time. It does not contain development branches or unreviewed work in -progress. Commits which address security vulnerablilities are withheld -until after public disclosure. +A public-access git repository is also available at https://gitlab.isc.org +. This repository contains all public release branches. Upcoming releases +can be viewed in their current state at any time. Short-lived development +branches contain unreviewed work in progress. Commits which address +security vulnerablilities are withheld until after public disclosure. You can browse the source online via https://gitlab.isc.org/isc-projects/ bind9 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 570205b77ac..6873d9794d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,21 +39,19 @@ anyone can see the source, but only ISC employees have commit access. Until recently, the source could only be seen once ISC had published a release: read access to the source repository was restricted just as commit access was. That's now changing, with the opening of a -public git mirror to the BIND source tree (see below). +public git repository of the BIND source tree (see below). ### Access to source code Public BIND releases are always available from the [ISC FTP site](ftp://ftp.isc.org/isc/bind9). -A public-access GIT repository is also available at -[https://gitlab.isc.org](https://gitlab.isc.org). -This repository is a mirror, updated several times per day, of the -source repository maintained by ISC. It contains all the public release -branches; upcoming releases can be viewed in their current state at any -time. It does *not* contain development branches or unreviewed work in -progress. Commits which address security vulnerablilities are withheld -until after public disclosure. +A public-access git repository is also available at +[https://gitlab.isc.org](https://gitlab.isc.org). This repository +contains all public release branches. Upcoming releases can be viewed in +their current state at any time. Short-lived development branches +contain unreviewed work in progress. Commits which address security +vulnerablilities are withheld until after public disclosure. You can browse the source online via [https://gitlab.isc.org/isc-projects/bind9](https://gitlab.isc.org/isc-projects/bind9)