Skip to content

Commit

Permalink
Update Travis to check for new 1.1 DCO version
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
  • Loading branch information
tianon committed Jan 9, 2014
1 parent 42df36b commit a4f3cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/travis/dco.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if not commits:
exit(0) # what? how can we have no commits?

DCO = 'Docker-DCO-1.0-Signed-off-by:'
DCO = 'Docker-DCO-1.1-Signed-off-by:'

p = re.compile(r'^{0} ([^<]+) <([^<>@]+@[^<>]+)> \(github: (\S+)\)$'.format(re.escape(DCO)), re.MULTILINE|re.UNICODE)

Expand Down

0 comments on commit a4f3cd6

Please sign in to comment.