/packages/apps/Camera2/ |
version.mk | 89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h) macro 91 version_name_package := $(base_version_major).$(base_version_minor).$(base_version_build) (eng.$(USER).$(git_hash).$(date_string)-$(base_version_arch)$(base_version_density)) 106 git_hash := macro
|
/packages/apps/TV/ |
version.mk | 98 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h) macro 100 version_name_package := $(base_version_major).$(base_version_minor).$(code_version_build) (eng.$(USER).$(git_hash).$(date_string)-$(base_version_arch)$(base_version_density)) 118 git_hash := macro
|
/external/v8/tools/release/ |
git_recipes.py | 145 def GitChangedFiles(self, git_hash, **kwargs): 146 assert git_hash 149 git_hash, 150 "%s^" % git_hash]), **kwargs) 165 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", 167 assert not (git_hash and parent_hash) 177 if git_hash: 178 args.append(git_hash) 191 def GitGetPatch(self, git_hash, **kwargs): 192 assert git_hash [all...] |
merge_to_branch.py | 77 for git_hash in git_hashes.splitlines(): 78 revision_title = self.GitLog(n=1, format="%s", git_hash=git_hash) 81 if git_hash in self["full_revision_list"]: 83 % (revision, git_hash, revision_title)) 86 % (revision, git_hash, revision_title)) 87 port_revision_list.append(git_hash) 101 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash) 134 msg = self.GitLog(n=1, git_hash=commit_hash)
|
roll_merge.py | 79 for git_hash in git_hashes.splitlines(): 80 revision_title = self.GitLog(n=1, format="%s", git_hash=git_hash) 83 if git_hash in self["full_revision_list"]: 85 % (revision, git_hash, revision_title)) 88 % (revision, git_hash, revision_title)) 89 port_revision_list.append(git_hash) 119 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash) 124 msg = self.GitLog(n=1, git_hash=commit_hash)
|
auto_tag.py | 46 for git_hash in self.GitLog( 50 if not self.GitCheckoutFileSafe(VERSION_FILE, git_hash): 65 # Revision "git_hash" is tagged already and "candidate" was the next 79 self["candidate"] = git_hash 138 lkgr_utc_time = int(self.GitLog(n=1, format="%at", git_hash=self["lkgr"]))
|
push_to_candidates.py | 70 self["push_hash"] = self.GitLog(n=1, format="%H", git_hash="HEAD") 145 git_hash="%s..%s" % (self["last_push_master"], 151 self.GitLog(n=1, format="%s", git_hash=commit), 152 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)), 153 self.GitLog(n=1, format="%an", git_hash=commit),
|
auto_push.py | 63 format="%H", git_hash="%s..%s" % (last_release, self["candidate"]))
|
create_release.py | 103 git_hash="%s..%s" % (self["last_push_master"], 109 self.GitLog(n=1, format="%s", git_hash=commit), 110 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)), 111 self.GitLog(n=1, format="%an", git_hash=commit),
|
auto_roll.py | 96 git_hash=self["roll"])
|
common_includes.py | 691 title = self.GitLog(n=1, format="%s", git_hash=latest_hash) 703 return self.GitLog(n=1, format="%H", git_hash="%s^" % latest_hash)
|
/external/skia/infra/bots/ct/ |
run_ct_skps.py | 29 parser.add_argument('-g', '--git_hash', required=True, 74 args.git_hash, config, args.slave_num)) 81 '--properties', 'gitHash', args.git_hash,
|
/external/skqp/infra/bots/ct/ |
run_ct_skps.py | 29 parser.add_argument('-g', '--git_hash', required=True, 74 args.git_hash, config, args.slave_num)) 81 '--properties', 'gitHash', args.git_hash,
|
/packages/apps/Messaging/ |
version.mk | 110 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h) macro 112 version_name_package := $(base_version_major).$(base_version_minor).$(base_version_build) (eng.$(USER).$(git_hash).$(date_string)-$(base_version_arch)$(base_version_density)) 127 git_hash := macro
|