Searched refs:changelog (Results 1 – 25 of 76) sorted by relevance
1234
/external/ltp/scripts/ |
D | git2changelog.sh | 12 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/ |
D | bdist_rpm.py | 159 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/ |
D | Makefile.am | 30 .PHONY: cvs-changelog 31 cvs-changelog: $(srcdir)/ChangeLog.cvs
|
/external/libvpx/libvpx/ |
D | mainpage.dox | 24 - Consult the \ref changelog for a complete list of improvements in this 45 /*!\page changelog CHANGELOG
|
/external/bison/build-aux/ |
D | announce-gen | 242 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/ |
D | manage.py | 184 changelog = 'ChangeLog.rst' 185 changelog_path = os.path.join(fmt_repo.dir, changelog) 209 fmt_repo.add(changelog, cmakelists)
|
/external/sonic/ |
D | mkorig | 6 version=`head -1 debian/changelog | sed 's/.*(//
|
/external/libedit/doc/ |
D | Makefile.am | 30 changelog.txt: ../ChangeLog
|
/external/libdivsufsort/ |
D | CHANGELOG.md | 3 See full changelog at: https://github.com/y-256/libdivsufsort/commits
|
/external/syslinux/doc/ |
D | SubmittingPatches.txt | 351 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/ |
D | btrace.spec | 53 %changelog -n btrace
|
/external/ltp/testcases/kernel/io/disktest/ |
D | disktest.spec | 47 %changelog
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/ |
D | ChangeLog | 29 * First... er... changelog log!
|
/external/bison/ |
D | cfg.mk | 44 changelog-check \
|
D | Makefile.am | 72 $(top_srcdir)/build-aux/gitlog-to-changelog \
|
/external/cmockery/cmockery_0_1_2/packages/rpm/ |
D | rpm.spec | 37 %changelog
|
/external/netperf/ |
D | netperf.spec.in | 68 %changelog
|
/external/llvm/ |
D | llvm.spec.in | 58 %changelog
|
/external/strace/ |
D | config.status | 396 …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/ |
D | changelog | 79 * 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
|
D | changelog.in | 79 * 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/ |
D | llvm.spec.in | 58 %changelog
|
/external/curl/packages/Linux/RPM/ |
D | curl.spec.in | 79 %changelog
|
/external/gptfdisk/ |
D | current.spec | 83 %changelog
|
/external/iputils/ |
D | iputils.spec | 89 %changelog
|
1234