HomeSort by relevance Sort by last modified time
    Searched refs:changelog (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 69 ('changelog=', None,
70 "RPM changelog"),
158 self.changelog = None
239 self.ensure_string('changelog')
240 # Format changelog correctly
241 self.changelog = self._format_changelog(self.changelog)
276 print "changelog =", self.changelog
554 if self.changelog
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 69 ('changelog=', None,
70 "RPM changelog"),
158 self.changelog = None
239 self.ensure_string('changelog')
240 # Format changelog correctly
241 self.changelog = self._format_changelog(self.changelog)
276 print "changelog =", self.changelog
554 if self.changelog
    [all...]
  /external/blktrace/
btrace.spec 53 %changelog -n btrace
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 97 # Include revision information in changelog when building from a local
112 # Create a fresh debian/changelog.
114 rm -f debian/changelog
  /external/chromium_org/tools/findit/
findit_for_crash.py 190 def FindMatchForComponent(component_path, file_to_crash_info, changelog,
192 """Parses changelog and finds suspected CLs for a given component.
198 changelog: The parsed changelog for this component.
205 changelog
233 component_to_changelog_map: A map from component to its parsed changelog.
249 changelog = component_to_changelog_map[component_path]
251 FindMatchForComponent(component_path, file_to_crash_info, changelog,
304 # further because either the parsing failed or the changelog is empty.
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 227 # See if we can use gnulib's git-merge-changelog merge driver.
229 if git config merge.merge-changelog.driver >/dev/null ; then
231 elif (git-merge-changelog --version) >/dev/null 2>/dev/null ; then
232 echo "initializing git-merge-changelog driver"
233 git config merge.merge-changelog.name 'GNU-style ChangeLog merge driver'
234 git config merge.merge-changelog.driver 'git-merge-changelog %O %A %B'
236 echo "consider installing git-merge-changelog from gnulib"
546 --no-changelog\
    [all...]
  /external/bison/
Makefile.am 27 cfg.mk ChangeLog-1998 ChangeLog-2012 PACKAGING \
54 dist-hook: gen-ChangeLog
67 .PHONY: gen-ChangeLog
68 gen-ChangeLog:
70 cl=$(distdir)/ChangeLog && \
72 $(top_srcdir)/build-aux/gitlog-to-changelog \
cfg.mk 40 # Exclude changelog-check here so that there's less churn in ChangeLog
44 changelog-check \
  /external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec 32 %changelog
57 ## dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 33 %changelog
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 37 %changelog
62 ## dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
  /hardware/intel/bootstub/
bootstub.spec 30 %changelog
  /external/iputils/
iputils.spec 89 %changelog
  /external/stlport/etc/
STLport-4.5.1.spec 78 %changelog
STLport-4.5.3.spec 78 %changelog
STLport-4.6.spec 78 %changelog
  /external/ceres-solver/scripts/
ceres-solver.spec 113 %changelog
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 113 %changelog
  /external/libogg/
libogg.spec 82 %changelog
  /external/libvorbis/
libvorbis.spec 93 %changelog
  /external/chromium_org/chrome/installer/linux/debian/
build.sh 17 # Create the Debian changelog file needed by dpkg-gencontrol. This just adds a
20 # changelog, but simply grabbing the actual 'svn log' is way too verbose. Do we
24 process_template "${SCRIPTDIR}/changelog.template" "${DEB_CHANGELOG}"
25 debchange -a --nomultimaint -m --changelog "${DEB_CHANGELOG}" \
27 GZLOG="${STAGEDIR}/usr/share/doc/${PACKAGE}-${CHANNEL}/changelog.gz"
206 DEB_CHANGELOG="${TMPFILEDIR}/changelog"
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 64 gzip -9 ChangeLog
86 %doc AUTHORS ChangeLog.gz NEWS README Copyright TODO
99 %doc AUTHORS ChangeLog.gz NEWS README Copyright
119 %doc AUTHORS ChangeLog.gz NEWS README Copyright
129 %changelog
  /external/chromium_org/tools/sheriffing/
failureinfo.js 102 'changelog.html?url=%2Ftrunk%2Fsrc&range=' +
  /external/e2fsprogs/debian/attic/libs/
rules 16 # find the version for the main package, from changelog file
17 MAIN_VERSION = $(shell head -1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
157 dh_installchangelogs -pe2fslibsg -pcomerr$(COMERR_MAJOR)g -pss$(SS_MAJOR)g ChangeLog
  /hardware/intel/common/libva/
libva.spec 107 %changelog

Completed in 625 milliseconds

1 2