Skip to content

Commit

Permalink
Merge pull request #300 from johan/stable-build
Browse files Browse the repository at this point in the history
Always build the same input files to a stable output
  • Loading branch information
joeyparrish committed Mar 4, 2016
2 parents 5e3647e + e915a89 commit 6ea5789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Google Inc. <*@google.com>
Itay Kinnrot <Itay.Kinnrot@Kaltura.com>
Jason Palmer <jason@jason-palmer.com>
Jesper Haug Karsrud <jesper.karsrud@gmail.com>
Johan Sundström <oyasumi@gmail.com>
JW Player <*@jwplayer.com>
Nick Desaulniers <nick@mozilla.com>
Oskar Arvidsson <oskar@irock.se>
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Jacob Trimble <modmaker@google.com>
Jason Palmer <jason@jason-palmer.com>
Jesper Haug Karsrud <jesper.karsrud@gmail.com>
Joey Parrish <joeyparrish@google.com>
Johan Sundström <oyasumi@gmail.com>
Jono Ward <jonoward@gmail.com>
Natalie Harris <natalieharris@google.com>
Nick Desaulniers <nick@mozilla.com>
Expand Down
1 change: 1 addition & 0 deletions build/shakaBuildHelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def getAllFiles(dirPath, exp):
for f in files:
if not exp or exp.match(f):
ret.append(os.path.join(root, f))
ret.sort()
return ret

def runMain(main):
Expand Down

0 comments on commit 6ea5789

Please sign in to comment.