Alex Dima
271973f43d
Fix build
2016-06-09 00:31:24 +02:00
Daniel Imms
08009c568d
Pull linux package revision initialization to top
...
This prevents potentially different revisions for deb and rpm files built
during same gulp task.
2016-05-31 18:51:45 -07:00
Daniel Imms
f3861c64d1
Use applicationName for build dirs
2016-05-31 18:48:59 -07:00
Daniel Imms
274da23471
Add version and revision to deb package name
...
Fixes #6587
2016-05-31 18:28:06 -07:00
Daniel Imms
9060d64fec
Add version and revision to rpm package
...
Part of #6587
2016-05-31 18:21:47 -07:00
Daniel Imms
5ccd2ff46c
Use app name not 'code' in deb/rpm files
...
Fixes #6547
2016-05-31 17:58:06 -07:00
Daniel Imms
b564e145e5
Rename deb/rpms from vscode -> code
...
Matches the name of the command
Fixes #6547
2016-05-31 17:41:43 -07:00
Daniel Imms
4c71c3ed16
Use correct StartupWMClass in desktop entry
...
This prevents two entries appearing in the launcher.
Fixes #6593
2016-05-27 16:11:01 -07:00
Joao Moreno
b76da24dcd
clean up pty.js on packaging
...
fixes #6963
2016-05-27 14:57:47 +02:00
Daniel Imms
618fdc1300
Enable integrated terminal on Windows
2016-05-20 13:47:29 -07:00
Daniel Imms
ca7937b279
Revert "Disable integrated terminal to unblock Windows build"
...
This reverts commit bbc1950d34 .
2016-05-20 13:47:28 -07:00
Daniel Imms
bbc1950d34
Disable integrated terminal to unblock Windows build
2016-05-19 13:45:28 -07:00
Daniel Imms
00c49f8477
Include terminalProcess in packaged vscode
...
Fixes #6551
2016-05-19 10:46:57 -07:00
Daniel Imms
39548c779c
Exclude terminalPanel on windows
2016-05-18 16:53:14 -07:00
Daniel Imms
a30a32a65a
Try temporarily fix windows build by removing pty.js from packages
2016-05-18 16:43:24 -07:00
Daniel Imms
92621b5f10
Add integrated terminal module, move typings up tree
2016-05-17 10:56:50 -07:00
Daniel Imms
d96e0df5ba
Remove bin command in post install step for deb
2016-05-13 15:28:28 -07:00
Joao Moreno
3e8dab98c7
fix build
2016-05-04 11:26:38 +02:00
Joao Moreno
ca4519a3b2
workbench/electron-main -> code/electron-main
2016-05-02 16:05:37 +02:00
Joao Moreno
967a2540b6
fix build
2016-04-25 19:07:45 +02:00
Benjamin Pasero
b717d96abf
Webview does not work in built version of VS Code ( fixes #5736 )
2016-04-25 09:27:09 +02:00
Henk Mollema
27a601016c
Update copyight year to 2016
2016-04-21 10:30:45 +02:00
Joao Moreno
8d5dc5ccec
adopt shrinkwrap in build
2016-04-19 15:57:34 +02:00
Benjamin Pasero
b3492a9e40
use new ffmpegChromium option
2016-04-14 17:20:10 +02:00
Joao Moreno
58f65e9a8e
collect all licenses
2016-04-13 10:34:00 +02:00
Johannes Rieken
7c4c828dcb
no more weakness
2016-04-13 09:56:31 +02:00
Daniel Imms
251829217a
Use scoped /home/daimms variable to encapsulate rpmbuild
...
Fixes #3871
2016-04-08 15:57:48 -07:00
Martin Aeschlimann
b6bdc71d72
colorize-test fixes for build
2016-04-08 23:26:25 +02:00
Daniel Imms
cd12a7e389
Include the Linux bin command in the main dir
...
This also changes the behavior of the bin command to find cli.js relatively,
meaning the CLI now supports non-standard install locations.
2016-04-05 14:51:03 -07:00
Daniel Imms
6e113d01f0
Move bin command to /usr/share/<app>/bin
...
/usr/bin/<app> now symlinks to the launcher. This makes the CLI
accessible in the zip archive version.
Fixes #4426
2016-04-04 16:25:12 -07:00
Daniel Imms
db6f2c3a53
Force deb postinst/prerm perms to 755 during build
...
Prevents a random build issue where the file permissions would change sometimes
which makes the deb package fail lintian.
2016-04-04 16:24:37 -07:00
Daniel Imms
ba6f665c6d
Merge .deb postinst and postinst.oss
2016-04-01 12:36:26 -07:00
Daniel Imms
e4d6038750
Use update url variable for yum repo
2016-04-01 12:32:27 -07:00
Daniel Imms
d23ce88450
Add yum repository registration
...
This is currently disabled until the repo is signed
Part of #229
2016-04-01 12:29:59 -07:00
Daniel Imms
b0376eab49
Copy rpm to .build with ideal name format
2016-03-31 01:26:37 -07:00
Daniel Imms
ec32eeb1c2
Build yum repository
...
Related #229
2016-03-30 21:33:44 -07:00
Daniel Imms
51209bba91
Add Icon to rpm file
...
Related to #4155
2016-03-24 14:01:51 -07:00
Benjamin Pasero
a93a74a041
Revert "Revert "Add syntax highlighting for zsh config files""
...
This reverts commit 4ce22442fa .
2016-03-23 16:48:34 +01:00
Benjamin Pasero
4ce22442fa
Revert "Add syntax highlighting for zsh config files"
...
This reverts commit 350b17c1fb .
2016-03-23 09:44:53 +01:00
James Ko
350b17c1fb
Add syntax highlighting for zsh config files
2016-03-22 19:00:33 -04:00
Daniel Imms
c09bd4b26d
Improve os.homedir code for rpm gulp task
...
Fixes #4404
2016-03-18 10:28:24 -07:00
Benjamin Pasero
faffb7df99
fix gulp for older node versions
2016-03-18 09:15:58 +01:00
Dirk Baeumer
e3ddd0074e
Merge branch 'dbaeumer/extensionLanguageCreation'
2016-03-09 10:02:21 +01:00
Dirk Baeumer
9f5da0577d
Create language specific nls files for extensions
2016-03-08 23:20:35 +01:00
Daniel Imms
2c2f4763d7
Don't bother building rpm package for source
2016-03-08 09:01:31 -08:00
Daniel Imms
28c2b45bd3
Build 32-bit rpm package with correct arch
...
Fixes #3870
2016-03-08 08:52:07 -08:00
Joao Moreno
871e985d7d
fix build
2016-03-08 10:56:52 +01:00
Joao Moreno
3a3c9e152b
fix windows build
2016-03-08 09:17:13 +01:00
Daniel Imms
2c1f2fb19e
Move deb build assets to .build/linux/deb/ directory
...
To match and encapsulate from rpm.
2016-03-07 12:56:15 -08:00
Daniel Imms
3ddbbe9a95
Implement .rpm package gulp task
...
.rpm packages can now be build with:
gulp vscode-linux-<arch>-build-rpm
The resulting package will be output to ~/rpmbuild/RPMS/<arch>/ and can be
installed on a Red Hat-based distro with:
yum localinstall <path>
Note that Debian systems can build the package after installing the 'rpm'
package:
apt-get install rpm
This was tested building 64-bit on Ubuntu 15.10 and installing on CentOS 7.
Fixes #3595
2016-03-07 12:36:26 -08:00