commit 14c29b98d55151572bd84bb1ae0cfbadf8be7fdb Author: Sukhbir Singh sukhbir@torproject.org Date: Sun Sep 13 17:49:22 2015 -0400
Use HEAD to match rebased patches --- projects/instantbird/config | 2 +- projects/mozilla/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/instantbird/config b/projects/instantbird/config index 9715fc4..5fd403d 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' git_url: https://github.com/mozilla/releases-comm-central -git_hash: 4852c9386d1d7b5d67d8bb3da0a77194ae3aa36f +git_hash: master filename: "[% project %]-[% c('version') %]-[% c('var/osname') %]-[% c('var/build_id') %].[% c('var/archive_suffix') %]" remote_docker: 1 lsb_release: diff --git a/projects/mozilla/config b/projects/mozilla/config index 3bba35d..5c6ed5e 100644 --- a/projects/mozilla/config +++ b/projects/mozilla/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' git_url: https://github.com/mozilla/gecko-dev -git_hash: 4638b2174877749f01298fb364a25077f8854d00 +git_hash: master src: | #!/bin/sh set -e
tor-commits@lists.torproject.org