Home
last modified time | relevance | path

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

1234

/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/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/libexif/
DMakefile.am30 .PHONY: cvs-changelog
31 cvs-changelog: $(srcdir)/ChangeLog.cvs
/external/libvpx/libvpx/
Dmainpage.dox24 - Consult the \ref changelog for a complete list of improvements in this
45 /*!\page changelog CHANGELOG
/external/bison/build-aux/
Dannounce-gen242 my @changelog;
244 and push @changelog, $File::Find::name}},
248 @changelog
250 my %changelog = map {$_ => 1} @changelog;
257 # A typical @changelog array might look like this:
269 delete $changelog{$target}
274 push @reordered, sort keys %changelog;
/external/fmtlib/support/
Dmanage.py184 changelog = 'ChangeLog.rst'
185 changelog_path = os.path.join(fmt_repo.dir, changelog)
209 fmt_repo.add(changelog, cmakelists)
/external/sonic/
Dmkorig6 version=`head -1 debian/changelog | sed 's/.*(//
/external/libedit/doc/
DMakefile.am30 changelog.txt: ../ChangeLog
/external/libdivsufsort/
DCHANGELOG.md3 See full changelog at: https://github.com/y-256/libdivsufsort/commits
/external/syslinux/doc/
DSubmittingPatches.txt351 arrange to have an Acked-by: line added to the patch's changelog.
382 permanent changelog to describe this patch.
385 also go in the changelog.
389 - Any additional comments not suitable for the changelog.
409 all the way into the git changelog. The "summary phrase" may
425 patch in the permanent changelog. If the "from" line is missing,
427 the patch author in the changelog.
430 changelog, so should make sense to a competent reader who has long
435 handling tools where the changelog message ends.
441 not suitable for the permanent changelog, should also go here.
/external/blktrace/
Dbtrace.spec53 %changelog -n btrace
/external/ltp/testcases/kernel/io/disktest/
Ddisktest.spec47 %changelog
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DChangeLog29 * First... er... changelog log!
/external/bison/
Dcfg.mk44 changelog-check \
DMakefile.am72 $(top_srcdir)/build-aux/gitlog-to-changelog \
/external/cmockery/cmockery_0_1_2/packages/rpm/
Drpm.spec37 %changelog
/external/netperf/
Dnetperf.spec.in68 %changelog
/external/llvm/
Dllvm.spec.in58 %changelog
/external/strace/
Dconfig.status396 …iles=" Makefile tests/Makefile tests-m32/Makefile tests-mx32/Makefile strace.spec debian/changelog"
557 "debian/changelog") CONFIG_FILES="$CONFIG_FILES debian/changelog" ;;
/external/strace/debian/
Dchangelog79 * Remove ancient changelog entries that annoy lintian
139 + remove ancient changelog entries causing syntax checker errors
708 * See upstream changelog for changes
832 * Compress changelog
855 * Put changelog in correct place (Bug# 13363)
869 * Install upstream changelog
892 * Renamed debian changelog to changelog.Debian
Dchangelog.in79 * Remove ancient changelog entries that annoy lintian
139 + remove ancient changelog entries causing syntax checker errors
708 * See upstream changelog for changes
832 * Compress changelog
855 * Put changelog in correct place (Bug# 13363)
869 * Install upstream changelog
892 * Renamed debian changelog to changelog.Debian
/external/swiftshader/third_party/LLVM/
Dllvm.spec.in58 %changelog
/external/curl/packages/Linux/RPM/
Dcurl.spec.in79 %changelog
/external/gptfdisk/
Dcurrent.spec83 %changelog
/external/iputils/
Diputils.spec89 %changelog

1234