Home
last modified time | relevance | path

Searched refs:changelog (Results 1 – 25 of 169) sorted by relevance

1234567

/external/ltp/scripts/
Dgit2changelog.sh12 tmp_changelog=$(mktemp /tmp/changelog.XXXXXX)
14 … '$tmp_changelog' ] && rm -f '$tmp_changelog'; [ -f '$changelog~' ] && mv '$changelog~' '$changelo…
16 changelog="${0%/*}/../ChangeLog"
21 cat "$changelog" >> "$tmp_changelog"
23 mv "$changelog" "$changelog~"
26 mv "$tmp_changelog" "$changelog"
28 rm -f "$changelog~"
/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py153 self.changelog = None
230 self.changelog = self._format_changelog(self.changelog)
262 print("changelog =", self.changelog)
552 if self.changelog:
556 spec_file.extend(self.changelog)
560 def _format_changelog(self, changelog): argument
563 if not changelog:
564 return changelog
566 for line in changelog.strip().split('\n'):
/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py159 self.changelog = None
242 self.changelog = self._format_changelog(self.changelog)
277 print "changelog =", self.changelog
555 if self.changelog:
559 spec_file.extend(self.changelog)
565 def _format_changelog(self, changelog): argument
568 if not changelog:
569 return changelog
571 for line in string.split(string.strip(changelog), '\n'):
/external/python/pybind11/tools/
Dmake_changelog.py34 changelog = ENTRY.findall(issue.body) variable
35 if changelog:
36 (msg,) = changelog
/external/rust/crates/libloading/
DREADME.mkd11 * [Changelog][changelog]
14 [changelog]: https://docs.rs/libloading/*/libloading/changelog/index.html
/external/perfetto/gn/
Dgen_perfetto_version_header.gni27 changelog = "${perfetto_root_path}CHANGELOG"
28 inputs = [ changelog ]
38 "--changelog",
39 rebase_path(changelog, root_build_dir),
/external/python/pybind11/docs/
Drelease.rst30 - Add release date in ``docs/changelog.rst``.
32 …`needs-changelog <https://github.com/pybind/pybind11/pulls?q=is%3Apr+is%3Aclosed+label%3A%22needs+
33 issues are entered in the changelog (clear the label when done).
53 name like "Version X.Y.Z", and optionally copy-and-paste the changelog into
56 ``cat docs/changelog.rst | pandsoc -f rst -t markdown``.
65 - Add a spot for in-development updates in ``docs/changelog.rst``.
Dindex.rst15 changelog
/external/protobuf/
Dupdate_version.py256 changelog = Find(root, 'changelog')
257 for old_version in changelog.getElementsByTagName('version'):
262 changelog.appendChild(document.createTextNode(' '))
277 changelog.appendChild(release)
278 changelog.appendChild(document.createTextNode('\n '))
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DCHANGES1 This file no longer holds the changelog. Now you can generate it yourself
7 The older, manually edited, changelog is found in git named CHANGES.0
/external/libwebsockets/READMEs/
Drelease-checklist21 3) changelog
47 b) Summarize changelog
51 %changelog
/external/rust/crates/chrono/.github/
Dpull_request_template.md3 - [ ] Have you added yourself and the change to the [changelog]? (Don't worry
8 [changelog]: ../CHANGELOG.md
/external/python/pyopenssl/doc/
Dbackward-compatibility.rst9 #. …announced in the :doc:`changelog`.
11 #. …are done with another announcement in the :doc:`changelog`.
Dindex.rst5 Release v\ |release| (:doc:`What's new? <changelog>`).
32 changelog
/external/libabigail/
DMakefile.am25 ChangeLog gen-changelog.py \
53 update-changelog:
54 python $(srcdir)/gen-changelog.py > $(srcdir)/ChangeLog
/external/python/dateutil/
Dpyproject.toml14 directory = "changelog.d"
17 template = "changelog.d/template.rst"
DCONTRIBUTING.md31changelog, which is managed by [towncrier](https://github.com/hawkowl/towncrier). To add a changel…
45 An example changelog entry might be:
54 …y to create a github issue just for the purpose of mentioning it in the changelog, if the PR *is* …
/external/libexif/
DMakefile.am30 .PHONY: cvs-changelog
31 cvs-changelog: $(srcdir)/ChangeLog.cvs
/external/python/cryptography/docs/
Ddoing-a-release.rst13 included in the :doc:`changelog`. Ideally you should request the CVE before
16 * Ensure that the :doc:`changelog` entry credits whoever reported the issue.
42 * Set the release date in the :doc:`/changelog`.
86 * Add new :doc:`/changelog` entry with next version and note that it is under
/external/libaom/libaom/
Dmainpage.dox23 - Consult the \ref changelog for a complete list of improvements in this
44 /*!\page changelog CHANGELOG
/external/libvpx/libvpx/
Dmainpage.dox24 - Consult the \ref changelog for a complete list of improvements in this
47 /*!\page changelog CHANGELOG
/external/okio/.buildscript/
Dprepare_mkdocs.sh15 cp CHANGELOG.md docs/changelog.md
/external/okio/
D.gitignore29 docs/changelog.md
/external/sonic/
Dmkorig6 version=`head -1 debian/changelog | sed 's/.*(//
/external/skia/experimental/skottiekit/
DCHANGELOG.md16 Beginning of changelog.

1234567