mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-04-18 09:44:09 +03:00
Remove the CHANGES file
With the introduction of the generated changelog, the CHANGES file became a symlink to doc/arm/changelog.rst. After the changes made in !9549, the changelog file transitioned from being a wholly generated file to one that includes versioned changelog files, which are themselves generated. However, while implementing !9549, we overlooked that the CHANGES file is copied to a release directory on an FTP server and contains just "include" directives, not the changelog itself. Therefore, in the same fashion as the "RELEASE-NOTES*.html" file, create a "CHANGELOG*.html" file that redirects to the Changelog appendix of the ARM.
This commit is contained in:
parent
04bdaf6efb
commit
e40bd273e4
@ -1455,11 +1455,12 @@ release:
|
|||||||
- pushd "${BIND_DIRECTORY}-release"
|
- pushd "${BIND_DIRECTORY}-release"
|
||||||
- mv "../${BIND_DIRECTORY}.tar.xz" .
|
- mv "../${BIND_DIRECTORY}.tar.xz" .
|
||||||
- tar --extract --file="${BIND_DIRECTORY}.tar.xz"
|
- tar --extract --file="${BIND_DIRECTORY}.tar.xz"
|
||||||
- mv "${BIND_DIRECTORY}"/{CHANGES*,COPYRIGHT,LICENSE,README.md,srcid} .
|
- mv "${BIND_DIRECTORY}"/{COPYRIGHT,LICENSE,README.md,srcid} .
|
||||||
- rm -rf "${BIND_DIRECTORY}"
|
- rm -rf "${BIND_DIRECTORY}"
|
||||||
- mv "../doc/arm/_build/html" doc/arm/
|
- mv "../doc/arm/_build/html" doc/arm/
|
||||||
- mv "../doc/arm/_build/epub/Bv9ARM.epub" doc/arm/
|
- mv "../doc/arm/_build/epub/Bv9ARM.epub" doc/arm/
|
||||||
- echo '<!DOCTYPE HTML><html lang="en"><meta http-equiv="refresh" content="0; url=doc/arm/html/notes.html"><title>Redirect</title></html>' > "RELEASE-NOTES-${BIND_DIRECTORY}.html"
|
- echo '<!DOCTYPE HTML><html lang="en"><meta http-equiv="refresh" content="0; url=doc/arm/html/notes.html"><title>Redirect</title></html>' > "RELEASE-NOTES-${BIND_DIRECTORY}.html"
|
||||||
|
- echo '<!DOCTYPE HTML><html lang="en"><meta http-equiv="refresh" content="0; url=doc/arm/html/changelog.html"><title>Redirect</title></html>' > "CHANGELOG-${BIND_DIRECTORY}.html"
|
||||||
- popd
|
- popd
|
||||||
needs:
|
needs:
|
||||||
- job: tarball-create
|
- job: tarball-create
|
||||||
|
@ -26,7 +26,6 @@ Files: **/*.after*
|
|||||||
.gitlab/*
|
.gitlab/*
|
||||||
.mailmap
|
.mailmap
|
||||||
AUTHORS
|
AUTHORS
|
||||||
CHANGES
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.*
|
Makefile.*
|
||||||
|
@ -21,7 +21,6 @@ EXTRA_DIST = \
|
|||||||
util/bindkeys.pl \
|
util/bindkeys.pl \
|
||||||
util/dtrace.sh \
|
util/dtrace.sh \
|
||||||
contrib \
|
contrib \
|
||||||
CHANGES \
|
|
||||||
COPYRIGHT \
|
COPYRIGHT \
|
||||||
LICENSE \
|
LICENSE \
|
||||||
*.md
|
*.md
|
||||||
|
@ -163,7 +163,7 @@ Additional information on various subjects can be found in other
|
|||||||
|
|
||||||
#### Bug report identifiers
|
#### Bug report identifiers
|
||||||
|
|
||||||
Most notes in the CHANGES file include a reference to a bug report or
|
Most notes in the ARM Changelog appendix include a reference to a bug report or
|
||||||
issue number. Prior to 2018, these were usually of the form `[RT #NNN]`
|
issue number. Prior to 2018, these were usually of the form `[RT #NNN]`
|
||||||
and referred to entries in the "bind9-bugs" RT database, which was not open
|
and referred to entries in the "bind9-bugs" RT database, which was not open
|
||||||
to the public. More recent entries use the form `[GL #NNN]` or, less often,
|
to the public. More recent entries use the form `[GL #NNN]` or, less often,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
.. note:: The following list contains detailed information about BIND9's
|
.. note:: The following list contains detailed information about BIND 9
|
||||||
development. Regular users should refer to :ref:`Release Notes <relnotes>`
|
development. Regular users should refer to :ref:`Release Notes <relnotes>`
|
||||||
for changes relevant to them.
|
for changes relevant to them.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user