Zeke Sikelianos
d4b204799d
Merge pull request #7120 from electron/lint-docs
...
Publish the public API as a JSON object
2016-09-16 14:05:32 -07:00
Kevin Sawicki
34b9ba2edc
Upload ARM assets without v7l suffix
2016-09-13 10:06:09 -07:00
Zeke Sikelianos
9e8b0953f3
fix indentation
2016-09-12 10:47:36 -07:00
Zeke Sikelianos
18585204b7
wrap line to stay under 80 chars
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
8d201ae1ad
generate electron-api.json and upload with release
2016-09-09 10:07:22 -07:00
Kevin Sawicki
fd38cfd88c
Remove unused imports
2016-08-25 17:57:14 -07:00
Kevin Sawicki
87e60466d3
Add helper for generating zip file names
2016-08-25 17:50:12 -07:00
Mark Lee
aaf9c5327c
The checksum file needs to indicate that the files should be opened in binary mode
2016-08-18 08:35:54 -07:00
Cheng Zhao
9765599b49
Must pass unicode to StringIO
2016-08-01 22:08:52 +09:00
Cheng Zhao
94a17bb494
Use spaces between checksum and filename
2016-08-01 22:08:52 +09:00
Cheng Zhao
217b639597
Fix filename when uploading to github
2016-08-01 22:08:52 +09:00
Cheng Zhao
d00bff4d94
Fix error of run_python_script
2016-08-01 21:41:55 +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
Milan Burda
43eba3dada
Publish Windows PDBs to allow debugging without Symbol server
2016-06-29 16:58:56 +02:00
Cheng Zhao
0b9c11a5f2
Fix pylint warnings
2016-05-26 10:06:25 +09:00
Kevin Sawicki
9684f61e12
atom_gyp -> electron_gyp
2016-05-25 09:10:46 -07:00
Kevin Sawicki
6c8cf16508
Deprecate ATOM_SHELL_GITHUB_TOKEN
2016-05-25 09:08:10 -07:00
Kevin Sawicki
94c8b0e1b1
atom_shell -> electron
2016-05-25 09:08:09 -07:00
Cheng Zhao
47f7f7b02e
Revert "Don't upload PDB files in CI"
...
This reverts commit 7ab8134613
.
2016-04-30 21:43:33 +09:00
Cheng Zhao
b4885b9a37
atom => electron in upload script
2016-04-07 10:34:25 +09:00
Cheng Zhao
daffb4881e
Create and upload free version of ffmpeg
2016-02-19 12:06:48 +08:00
Cheng Zhao
c63a8c944b
Fix release title
2015-12-08 10:42:51 +08:00
Cheng Zhao
2c06afad6a
Upload the dSYM symbols
2015-11-19 15:10:33 +08:00
Cheng Zhao
48faf74f7f
mas: Use mas as platform name in dist
2015-10-14 11:53:53 +08:00
Cheng Zhao
7ab8134613
Don't upload PDB files in CI
...
Somehow it is blocking.
2015-07-17 00:54:57 +08: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
cb92df687d
Upload PDBs to Windows symbol server
2015-07-08 12:12:28 +08:00
Cheng Zhao
a1b28c362d
Revert "Get the pending version from the commit message"
...
This reverts commit 16acd669a7
.
2015-07-03 21:21:19 +08:00
Cheng Zhao
16acd669a7
Get the pending version from the commit message
2015-07-03 20:38:34 +08:00
Cheng Zhao
9159b06835
Fix uploading headers when release draft exists
2015-07-03 17:44:36 +08:00
Cheng Zhao
4c76112698
Don't check valid upload when -p is specified
2015-07-03 17:28:36 +08:00
Cheng Zhao
d158dbdb68
Don't check build version for arm target
2015-07-03 09:01:16 +00:00
Cheng Zhao
bdbb994c72
Fix pylint warning
2015-07-03 15:31:55 +08:00
Cheng Zhao
ffb1732607
Delete the original file before uploading in CI
2015-07-03 15:26:54 +08:00
Cheng Zhao
12233d704b
Use better tag and title
2015-07-03 14:49:29 +08:00
Cheng Zhao
20e9abe26a
Don't check build version in CI
2015-07-03 14:30:59 +08:00
Cheng Zhao
1212e45a6e
Fix pylint warning
2015-07-03 13:45:29 +08:00
Cheng Zhao
82153eb75f
Upload dist to Releases
2015-07-03 13:43:20 +08:00
Cheng Zhao
2078e5736e
Don't upload arm version of mksnapshot too
2015-07-02 07:26:53 +00:00
Cheng Zhao
f0eac9d828
Don't upload arm version of chromedriver
2015-07-02 07:25:17 +00:00
Cheng Zhao
1ce86b6dfc
win: Fix building, close #2018
2015-06-23 10:18:43 +08:00
Cheng Zhao
1817ddc18a
Upload mksnapshot to releases
2015-05-06 09:17:40 +08:00
Cheng Zhao
96c886a8f0
Fix upload.py for the rename
2015-04-17 15:53:46 +08:00
Cheng Zhao
d535305ff1
Use electron in release title
2015-04-17 15:26:45 +08:00
Cheng Zhao
eb6fa46041
Use product_name for generating zip archives
2015-04-17 12:13:35 +08:00
Cheng Zhao
aa835ad38a
Upload index.json when publishing release
2015-04-12 11:36:55 +08:00
Cheng Zhao
8a418ba347
Upload SHASUMS.txt when publishing release
2015-04-12 00:01:10 +08:00
Cheng Zhao
c30d806837
win: Upload node.lib of x64 build
2015-04-11 23:40:10 +08:00