Put common constants into one file.
This commit is contained in:
parent
e0f660301c
commit
6478244fbf
4 changed files with 8 additions and 6 deletions
5
script/lib/config.py
Normal file
5
script/lib/config.py
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue