deepak1556
3c76cc21ec
build: don't ship pdf_viewer_resources.pak when feature flag is disabled
2018-05-11 16:00:43 +05:30
Kristof Mattei
c1439bb02b
Use Visual Studio's vswhere to find Visual Studio, and use proper version numbers to locate ( #12537 )
2018-04-05 16:13:30 +09:00
deepak1556
e24c0dda5d
add features module to detect availability of build time features at runtime
2018-03-20 10:13:17 +03:00
deepak1556
4b39d17e5f
move pdf viewer behind feature flag
2018-03-20 10:13:17 +03:00
Cheng Zhao
42938de973
Build with Visual Studio 2017
2018-03-20 10:13:16 +03:00
Vanessa Yuen
c122852f09
make verbose execute and non verbose execute do the same things
2017-11-21 16:07:26 +08:00
Kevin Sawicki
0d4a397656
Only rebuild test modules on non-Windows or release builds
2017-05-30 09:13:51 -07:00
Kevin Sawicki
54f4644660
Rebuild modules after installing
2017-05-30 09:13:51 -07:00
Kevin Sawicki
22bc1b004e
Move npm helpers to lib/util
2017-05-30 09:13:51 -07:00
Cheng Zhao
28f11516fe
Build with jessie sysroot image
2017-05-22 16:53:45 +09:00
Cheng Zhao
c943e4a61f
Fix error in run_boto_script
2016-08-01 22:08:52 +09:00
Cheng Zhao
079a7a1a1c
Do not put the upload logic in make_zip
2016-08-01 21:16:16 +09:00
Mark Lee
59de146a9f
Use S3 as an intermediary store & merge shasum files before uploading to GitHub
2016-07-31 19:25:26 -07:00
Mark Lee
5b07154b8e
Generate and upload checksums for released ZIPs to GitHub
...
When generating an Electron release, create a `sha256sum`-compatible
file for each ZIP file, and upload them to the corresponding GitHub release.
This is primarily to confirm that the download of a given ZIP completed
successfully, as opposed to verifying that an Electron team member uploaded
the given ZIP files (which would require using a trusted GPG key).
2016-07-31 19:00:57 -07:00
Kevin Sawicki
9684f61e12
atom_gyp -> electron_gyp
2016-05-25 09:10:46 -07:00
Kevin Sawicki
94c8b0e1b1
atom_shell -> electron
2016-05-25 09:08:09 -07:00
Cheng Zhao
3aaff23f78
Do not call import_vs_env for non-win32
2016-05-13 11:12:01 +09:00
Cheng Zhao
2497c73009
Import build env from VS 2015
2016-05-13 11:12:01 +09:00
Kevin Sawicki
c036986cc4
atom.gyp -> electron.gyp
2016-04-01 16:11:40 -07:00
Cheng Zhao
b7cdb00d09
Hard code the chromedriver's version
...
It is not possible to run chromedriver for all targets.
2015-07-08 12:53:33 +08:00
Cheng Zhao
70987a9029
Checkout boto in our repo
2015-07-03 23:33:49 +08:00
Cheng Zhao
02f3d7a25e
Just ignore all OSError for rm_rf
2015-07-03 15:07:11 +08:00
Cheng Zhao
518ec36511
WindowsError is undefined on POSIX
2015-07-03 14:54:32 +08:00
Cheng Zhao
2717556a92
WindowsError is a subclass of OSError
2015-07-03 14:46:26 +08:00
Cheng Zhao
f87a4b9a04
One failing rm should not block others
2015-07-03 14:40:32 +08:00
Cheng Zhao
af05f5b329
Add function to get host_arch
2015-07-01 09:17:44 +00:00
Cheng Zhao
d0f2da944f
Add missing 'v' in some places
2015-04-12 14:23:48 +08:00
Cheng Zhao
b9b7928e7d
Move version info to atom.gyp and discard apm dependency
...
Fixes #1408 .
Closes #1359 .
2015-04-12 12:45:18 +08:00
Cheng Zhao
6b1dd0d413
s3_config should be in lib.config
2015-04-12 12:00:02 +08:00
Cheng Zhao
0bc5d6438e
Fix generating distribution for chromedriver
2015-04-08 22:22:40 +08:00
Cheng Zhao
f5e6c62418
linux: Fix create distribution for chromedriver
2015-04-08 20:08:27 +08:00
Cheng Zhao
8b7d875e40
Use "R" and "D" as short names for config
2015-04-03 11:59:14 +08:00
Cheng Zhao
bedd0a11ba
Suppress SSL verification, fixes #1115
2015-02-10 17:52:33 +08:00
IgorKlopov
0f29d9f30f
verbose_mode from config.py
...
Also, no return value supposed for execute_stdout
2014-12-08 20:02:08 +03:00
IgorKlopov
a5e1d8c97f
introduce execute_stdout
...
`execute_stdout` does not return the output of the process. Instead it outputs directly to current stdout (in real-time - to see what is `npm` doing now)
2014-12-08 02:42:55 +03:00
IgorKlopov
743e8331b5
Helps troubleshooting
2014-12-07 18:42:59 +03:00
Cheng Zhao
e4d9dbcfa2
Do not use no_overwrite mode.
...
Sometimes it would prevent uploading even when the file doesn't exist in
S3.
2014-11-21 16:41:16 +08:00
Cheng Zhao
45fb3ec41d
Don't overwrite files on S3
2014-11-07 21:45:40 +08:00
Cheng Zhao
8f44046f9a
Fix chromedriver's version in archive.
2014-09-20 23:09:49 +08:00
Cheng Zhao
a717235212
Only include chromedriver in vX.X.0 releases.
2014-09-20 22:39:52 +08:00
Corne Dorrestijn
6d9a88f415
Fixed inconsistent newlines
2014-08-12 14:28:18 +02:00
Corne Dorrestijn
0018d4b705
Added a verbose mode to the bootstrap script
2014-08-12 14:23:59 +02:00
Cheng Zhao
9035ffff55
linux: Don't set CXX to clang when building node modules.
2014-08-09 09:24:17 +08:00
Sergey Zolotarev
4890eebd3a
Open output file in binary mode in download()
...
This fixes #553 .
2014-08-08 13:08:01 +07:00
Cheng Zhao
0ca33dc6b8
Add script to upload checksums of node headers, fixes #457 .
2014-07-21 16:43:49 +08:00
Cheng Zhao
d9e1861aff
linux: Ship system dynamic libraries, closes #278 .
2014-05-09 19:29:18 +08:00
Cheng Zhao
120094a81e
Only print when got error for some commands.
2014-02-26 22:08:01 +08:00
Cheng Zhao
a76183c188
Do not print download progress in CI.
2014-02-17 17:50:25 +08:00
Cheng Zhao
e4b4087fdb
Create symbols zip file when creating distribution.
2013-11-18 11:41:44 +08:00
Cheng Zhao
cb31140d3a
Do "compress" the archive when creating zip.
...
By default the zipfile module doesn't do the compression unless we
explictly specify the method.
2013-10-26 17:42:12 +08:00