Commit Graph

208 Commits

Author SHA1 Message Date
Kevin Sawicki
853ee3eec5 💄 2014-06-13 15:44:43 -07:00
Kevin Sawicki
bb9e052c90 DRY up zip code 2014-06-13 15:44:34 -07:00
Kevin Sawicki
058d55c829 Run specs on all platforms 2014-06-13 15:28:40 -07:00
Kevin Sawicki
dc323348b7 Only publish janky master builds 2014-06-13 15:25:21 -07:00
Kevin Sawicki
655cce9fd4 Renable asset uploading 2014-06-13 14:14:58 -07:00
Kevin Sawicki
f3ea2cd9e0 Add a command 2014-06-13 12:34:00 -07:00
Kevin Sawicki
ebcae85f1a Log directory 2014-06-13 12:23:49 -07:00
Kevin Sawicki
0b79c31d45 Use full path 2014-06-13 12:02:04 -07:00
Kevin Sawicki
d5ec8551e1 Speed up built temporarily by not running specs 2014-06-13 11:53:30 -07:00
Kevin Sawicki
cd376c2d1d Try 7za 2014-06-13 11:45:53 -07:00
Kevin Sawicki
0104d7e264 Zip built app on Windows 2014-06-13 11:36:29 -07:00
Kevin Sawicki
019cccc978 Remove unused variable 2014-06-13 11:36:29 -07:00
Kevin Sawicki
7f1d88a05d Always pass windows build until flaky specs pass 2014-06-13 11:36:29 -07:00
Kevin Sawicki
8ed05a4201 Only log spec output on failures 2014-06-11 13:24:13 -07:00
Kevin Sawicki
a8533c1010 Fail build if any specs fail on Windows 2014-06-11 13:24:13 -07:00
Kevin Sawicki
f1628fb1e0 Only codesign on Mac OS X 2014-06-11 10:45:12 -07:00
Kevin Sawicki
3b1c70911f Upgrade to minidump 0.7 2014-06-11 10:30:28 -07:00
Cheng Zhao
35c2ef09a0 Support generating i386 deb file. 2014-06-07 14:09:03 +08:00
Cheng Zhao
ee1c17d787 Upgrade to grunt-download-atom-shell@0.8.0 2014-06-07 14:09:03 +08:00
Kevin Sawicki
eae33be515 Upgrade to minidump 0.6 2014-05-28 20:19:26 -07:00
Kevin Sawicki
cdb6de05b3 Update broken Keymap class reference 2014-05-22 13:27:45 -07:00
Kevin Sawicki
bf7d2defd6 Upgrade to grunt-download-atom-shell@0.7.2 2014-05-19 13:35:44 -07:00
Pritam Baral
7627e0b0f0 Minor fix + Remove last references to /tmp 2014-05-19 23:57:48 +05:30
Pritam Baral
25d2206471 Consolidate redundant code 2014-05-19 23:57:48 +05:30
Pritam Baral
2d96444e21 Use os.tmpdir() on OS X 2014-05-19 23:57:48 +05:30
Pritam Baral
f5c3bdb845 Use os.tmpdir() on Linux
/tmp isn't always available, is on precious RAM-backed fs or simply not
what the user has set his $TMPDIR to. According to the specification, we
should use $TMPDIR, which node lets us find through os.tmpdir().

Also, contributing.md isn't in favour of using platform-dependent code.

This commit focusses only on Linux, and leaves OS X as is with /tmp for
discussion.
2014-05-19 23:57:48 +05:30
David Y. Ross
a7efca8bb4 append git hash to version for dev builds 2014-05-10 20:50:20 -07:00
Corey Johnson
255cdbb60a Avoid problems with version pattern ^X.Y.Z
Older versions of npm don't recognize that pattern
2014-05-08 14:14:26 -07:00
Kevin Sawicki
15c3efa6e4 💄 Add variable names for clarity 2014-05-07 09:14:42 -07:00
Fernando C.V
27bcf046b1 Take version from package.json also when there's no .git directory (source releases) 2014-05-07 02:55:07 +02:00
Kevin Sawicki
cbe73fd916 Read LICENSE.md as UTF8 2014-05-06 06:39:10 -07:00
Corey Johnson
637410a8c5 Upgrade to grunt-download-atom-shell@0.7.0 2014-05-05 17:10:35 -07:00
Kevin Sawicki
1d31a10dc4 Include original LICENSE.md in generated file 2014-05-05 16:01:05 -07:00
Kevin Sawicki
db61de6cf3 Add .md extension to generated license 2014-05-05 15:55:34 -07:00
Kevin Sawicki
f4d9abc789 Use ~ instead of ^ to support older npm versions 2014-05-05 11:07:43 -07:00
Corey Johnson
0b7475a4c1 Merge remote-tracking branch 'origin/master' into open-source-release
Conflicts:
	package.json
2014-04-30 16:11:44 -07:00
Kevin Sawicki
efcffe5205 Remove unused grunt task 2014-04-30 14:31:43 -07:00
Kevin Sawicki
2990f36595 Remove unused publish release step 2014-04-30 09:43:01 -07:00
Kevin Sawicki
868cbb680c Stop uploading to atom-master-builds
Packages using Travis now build against a release build
2014-04-30 09:29:05 -07:00
probablycorey
0a8f2422d3 Use public grunt-download-atom-shell 2014-04-24 17:37:24 -07:00
Cheng Zhao
fcdb42dbe4 Do not build source maps when compiling coffee scripts.
Since we do not ship coffee script sources and source map files in final
build, the source maps generated here actually have no use, and would
cause lots of networking erros since each compiled .js would try to load
their corresponding source map file.

This doesn't affect dev mode because it has its own way to generate
source maps on the fly.

Closes #1836.
2014-04-05 19:30:18 +08:00
Kevin Sawicki
870e80446f 🐧 Remove extra .. for symlink path 2014-04-02 14:02:25 -07:00
Kevin Sawicki
93d9a00819 Delete correct apm symlink when installing 2014-04-02 13:41:44 -07:00
Kevin Sawicki
a3789411de Remove symlink before creating a new one 2014-04-02 13:40:33 -07:00
Kevin Sawicki
062974882b Use 755 instead of 777 2014-04-02 08:58:34 -07:00
Kevin Sawicki
fce09f9bfe 🐧 Make /usr/local/share/atom/atom executable 2014-04-02 08:58:19 -07:00
Kevin Sawicki
f04ce025f4 🐧 Set permissions to 777 when installing 2014-04-02 08:57:55 -07:00
Cheng Zhao
3d8c916a72 🐧 Install apm in deb package. 2014-04-02 18:19:42 +08:00
Cheng Zhao
cae9c96622 🐧 Use correct email address for deb package. 2014-04-02 17:53:04 +08:00
Kevin Sawicki
1021979d98 Don't bundle pegjs examples 2014-04-01 16:53:14 -07:00