Home
last modified time | relevance | path

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

12345

/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.py154 self.changelog = None
231 self.changelog = self._format_changelog(self.changelog)
263 print("changelog =", self.changelog)
555 if self.changelog:
559 spec_file.extend(self.changelog)
563 def _format_changelog(self, changelog): argument
566 if not changelog:
567 return changelog
569 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/dateutil/
Dpyproject.toml5 directory = "changelog.d"
8 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/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/sonic/
Dmkorig6 version=`head -1 debian/changelog | sed 's/.*(//
/external/fonttools/
Dsetup.py120 with io.open("NEWS.rst", "r", encoding="utf-8") as changelog:
121 long_description += changelog.read()
/external/expat/lib/
DMakefile.am53 cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
/external/libdivsufsort/
DCHANGELOG.md3 See full changelog at: https://github.com/y-256/libdivsufsort/commits
/external/skqp/modules/pathkit/
DCHANGELOG.md24 Beginning of changelog.
/external/skia/modules/pathkit/
DCHANGELOG.md31 Beginning of changelog.
/external/blktrace/
Dbtrace.spec53 %changelog -n btrace
/external/python/cpython3/Doc/whatsnew/
Dindex.rst39 changelog.rst
/external/ltp/testcases/kernel/io/disktest/
Ddisktest.spec47 %changelog
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DChangeLog29 * First... er... changelog log!
/external/speex/
DSpeexDSP.spec32 %changelog
/external/google-fruit/extras/packaging/
Dlibfruit.spec65 %changelog
/external/cmockery/cmockery_0_1_2/packages/rpm/
Drpm.spec37 %changelog
/external/strace/debian/
Dchangelog.in121 * Remove ancient changelog entries that annoy lintian
181 + remove ancient changelog entries causing syntax checker errors
750 * See upstream changelog for changes
874 * Compress changelog
897 * Put changelog in correct place (Bug# 13363)
911 * Install upstream changelog
934 * Renamed debian changelog to changelog.Debian
Dchangelog121 * Remove ancient changelog entries that annoy lintian
181 + remove ancient changelog entries causing syntax checker errors
750 * See upstream changelog for changes
874 * Compress changelog
897 * Put changelog in correct place (Bug# 13363)
911 * Install upstream changelog
934 * Renamed debian changelog to changelog.Debian
/external/python/pyasn1/docs/source/
Dcontents.rst112 All changes and release history is maintained in changelog. There you
119 /changelog
/external/swiftshader/third_party/llvm-7.0/llvm/
Dllvm.spec.in58 %changelog

12345