Browse code

Fix Travis handling of a fully-numeric commit hash being YAML-converted to a number instead of a string

Docker-DCO-1.0-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/01/08 07:25:38
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@ import yaml
5 5
 
6 6
 from env import commit_range
7 7
 
8
-commit_format = '-%n hash: %h%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B'
8
+commit_format = '-%n hash: "%h"%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B'
9 9
 
10 10
 gitlog = subprocess.check_output([
11 11
 	'git', 'log', '--reverse',