Put common constants into one file.

This commit is contained in:
Cheng Zhao 2014-01-31 12:18:30 +08:00
parent e0f660301c
commit 6478244fbf
4 changed files with 8 additions and 6 deletions

5
script/lib/config.py Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python
NODE_VERSION = 'v0.11.10'
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = 'b27290717c08f8c6a58067d3c3725d68b4e6a2e5'