projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7244a
)
Download Squirrel frameworks instead of Sparkle
author
probablycorey
<cj@github.com>
Tue, 21 Jan 2014 00:25:33 +0000
(16:25 -0800)
committer
probablycorey
<cj@github.com>
Tue, 21 Jan 2014 00:25:33 +0000
(16:25 -0800)
script/update-frameworks.py
patch
|
blob
|
history
diff --git
a/script/update-frameworks.py
b/script/update-frameworks.py
index e6c3119469676f2993d6fdbaf577da7829052f15..f465d01072a815bfdef5a215d5277e5c46275530 100755
(executable)
--- a/
script/update-frameworks.py
+++ b/
script/update-frameworks.py
@@
-7,13
+7,15
@@
from lib.util import safe_mkdir, extract_zip, tempdir, download
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
-FRAMEWORKS_URL = 'http
s://gh-contractor-zcbenz.s3.amazonaws.com/frameworks
'
+FRAMEWORKS_URL = 'http
://atom-alpha.s3.amazonaws.com
'
def main():
os.chdir(SOURCE_ROOT)
safe_mkdir('frameworks')
- download_and_unzip('Sparkle')
+ download_and_unzip('Mantle')
+ download_and_unzip('ReactiveCocoa')
+ download_and_unzip('Squirrel')
def download_and_unzip(framework):