Commit Graph

4043 Commits

Author SHA1 Message Date
Sashko Stubailo
0a76b65386 write a meteor.bat that works when there are spaces 2015-01-22 13:42:42 -08:00
Sashko Stubailo
b0723495da Remove hack to ignore the recommended flag 2015-01-22 12:58:01 -08:00
Sashko Stubailo
3059961704 Make meteor shell work on Windows
We just need to convert paths before passing them to shell.js
2015-01-22 12:31:44 -08:00
Sashko Stubailo
1ca78dd7c9 Use colonConverter instead of old utils function 2015-01-21 21:25:01 -08:00
Sashko Stubailo
0271352615 Use filter in fstream, but not type: "Directory" 2015-01-21 21:24:40 -08:00
Sashko Stubailo
4fa2aba5b8 Don't try to free non-temp dirs 2015-01-21 19:16:05 -08:00
Slava Kim
8d2d031cbc Fix typo 2015-01-21 15:07:24 -08:00
Slava Kim
e91bd2e49c Apparently some code in packages rely on the exact capitalization of files on filesystem 2015-01-21 14:04:10 -08:00
Sashko Stubailo
2fd76f3e58 Check if isopack.json exists before chmod 2015-01-21 14:04:09 -08:00
Slava Kim
d3c13104b6 Build bootstrap tarballs for Windows in Windows way 2015-01-21 14:04:09 -08:00
Sashko Stubailo
575ce0a83a Add comment explaining SIGUSR2 2015-01-21 14:04:09 -08:00
Sashko Stubailo
363ad4e5b1 Write longer comment with explanation of files strategy 2015-01-21 14:04:09 -08:00
Sashko Stubailo
a7eeda6be3 Rename metadata-colon-converter and remove adaptLegacyPath 2015-01-21 14:04:09 -08:00
Sashko Stubailo
c28d4a9c42 exen -> even 2015-01-21 14:04:09 -08:00
Sashko Stubailo
6422b91fea Replace pathSep with / 2015-01-21 14:04:09 -08:00
Sashko Stubailo
5b5616d504 Add .js to import 2015-01-21 14:04:09 -08:00
Sashko Stubailo
ffe1353c55 Remove os.windows.x86_64 from list of valid archs 2015-01-21 14:04:08 -08:00
Sashko Stubailo
0b4993ade1 Don't convert JS images on read anymore 2015-01-21 14:04:08 -08:00
Sashko Stubailo
49c9f9b77b Remove 64 bit windows in archinfo.js 2015-01-21 14:04:08 -08:00
Slava Kim
6addf070b2 Fix slashes 2015-01-21 14:04:08 -08:00
Slava Kim
36ef2e2e1b Fixes for typos 2015-01-21 14:04:08 -08:00
Slava Kim
2ca995870b Depending on requested arch link to meteor script differently 2015-01-21 14:04:08 -08:00
Slava Kim
35eb03b214 Fix the windows publish script once again 2015-01-21 14:04:08 -08:00
Slava Kim
a496aafdfb Put a dummy value 2015-01-21 14:04:08 -08:00
Slava Kim
2d7aa3f80e Fix test broken by changing package skeleton 2015-01-21 14:04:07 -08:00
Slava Kim
ee7d0eda58 meteor create --package never creates paths with colons 2015-01-21 14:01:09 -08:00
Slava Kim
0dfecf2f37 meteor create --packages never creates files w colons 2015-01-21 13:56:53 -08:00
Sashko Stubailo
86e0b125b2 Fix trying to upload build before creating version 2015-01-20 22:34:24 -08:00
Sashko Stubailo
5526f97d47 Oops scoping bug 2015-01-20 22:34:24 -08:00
Sashko Stubailo
86273d8930 Fix conversion, should be done now 2015-01-20 22:34:24 -08:00
Sashko Stubailo
5c2eb0761b Fix test by including JS image 2015-01-20 22:34:24 -08:00
Sashko Stubailo
6583c6d417 Some small changes 2015-01-20 22:34:23 -08:00
Sashko Stubailo
9d1c10aae2 Add test about unpacking packages as-is 2015-01-20 22:34:23 -08:00
Sashko Stubailo
74ecb02d13 Add test for disallowing colons in packages 2015-01-20 22:34:23 -08:00
Sashko Stubailo
8788b39b54 Convert unibuilds on download instead of on load 2015-01-20 22:34:22 -08:00
Sashko Stubailo
42fe815e0f Don't convert isopacks on load anymore 2015-01-20 22:34:22 -08:00
Sashko Stubailo
c7b5aac10b Write stringified JSON instead of [object Object] 2015-01-20 22:34:22 -08:00
Sashko Stubailo
d48bd819f1 Convert isopacks on download 2015-01-20 22:34:22 -08:00
Sashko Stubailo
0ac02cde61 Discourage people from publishing packages with colons in filenames 2015-01-20 22:34:22 -08:00
Sashko Stubailo
d8dbd854cc Bump compiler version since we are making big changes 2015-01-20 22:34:22 -08:00
Slava Kim
f4a33c60eb Remove an outdated comment 2015-01-20 22:34:21 -08:00
Slava Kim
50c50b4e50 Comment on serveRoot and sourceRoot differences 2015-01-20 22:34:21 -08:00
Sashko Stubailo
45e8f40ece Don't make paths with colons in create --package 2015-01-20 22:34:21 -08:00
Sashko Stubailo
5ce6224111 Make rm_recursive synchronous if not in fiber 2015-01-20 22:34:21 -08:00
Sashko Stubailo
f114462894 Fix hacky path 2015-01-20 22:34:21 -08:00
Slava Kim
2a53499fb5 Remove the mention of windows close to dev-bundle-fetcher 2015-01-20 22:34:21 -08:00
Sashko Stubailo
25e37833ca Don't use a fiber since we don't yield 2015-01-20 22:34:21 -08:00
Slava Kim
2fb5de937a Remove artifacts from windows debugging 2015-01-20 22:34:20 -08:00
Sashko Stubailo
eaa88cbe7c Get rid of cross-spawn 2015-01-20 22:34:20 -08:00
Sashko Stubailo
dee47d5cff Fix accidental duplicate code from rebase 2015-01-20 22:34:20 -08:00