Commit Graph

91 Commits

Author SHA1 Message Date
Mihaela Stoica
6efa72cda2 CP-13389: Change build scripts to use .NET 4.5
- Configured msbuild to build .Net4.5 with visual studio 2013 (13.0)
- Changed .Net platform version to 4.5 in tests script

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-30 16:04:54 +01:00
Sorin Sbarnea
908bacf6c2 Enabled back the exection of devtools and improved the logging 2015-07-27 08:26:26 +01:00
Jenkins
8840a7a496 Added locking for execution of gui tests. 2015-07-27 08:12:22 +01:00
Sorin Sbarnea
45fddc97e9 Changed tests to output to console so we see the progress. 2015-07-27 08:10:26 +01:00
Sorin Sbarnea
87ff2d8a48 Fixed the building of the installer. 2015-07-27 08:09:40 +01:00
Sorin Sbarnea
03d176829c Configured to use mt.exe from the PATH and repaired the target name for splash project, which was supposed to be XenCenter.exe 2015-07-27 08:08:53 +01:00
Sorin Sbarnea
c566ba8d39 Cleaned logging 2015-07-27 07:36:18 +01:00
Sorin Sbarnea (tocco)
47588bc925 added fallback to trunk for unknown branches and an workaround for the msbuild not renaming the splash.pdb into xencenter.pdb 2015-07-27 07:34:15 +01:00
Sorin Sbarnea
a5f5298604 Now msbuild will build the entire solution instead of each project file. Remember not to submit the solution with some projects disabled. 2015-07-26 06:53:28 +01:00
Mihaela Stoica
6e134543c6 Merge pull request #565 from GaborApatiNagy/master_CP-13310
CP-13310: Installer: In change mode, the installer shows All Users/Current User option, but it should not.
2015-07-23 12:17:27 +01:00
Mihaela Stoica
b62f8c4cd3 CA-176895: [CAR-1866] Include XS 6.5 RPU hotfix in XenCenter
- changed the build script and the installer to copy the XS65ESP1006.xsupdate hotfix
- also updated the source package for XS62E006 hotfix
2015-07-22 12:51:58 +01:00
Sorin Sbarnea
1d69cc8ee8 Changed the order of parameters in the wget command.
- wget <options> <URL> is correct order

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-21 16:28:21 +01:00
Mihaela Stoica
03f29efcee Revert "Enforced use of DotNet 4.5 via msbuild, enabled concurrent compiling."
This reverts commit 0ca9c98135.
2015-07-21 15:00:31 +01:00
Mihaela Stoica
ad44b4405f Revert "Now msbuild will build the entire solution instead of each project file. Remember not to submit the solution with some projects disabled."
This reverts commit 997a9e1489.
2015-07-21 14:59:58 +01:00
Gabor Apati-Nagy
3c40a43780 CP-13310: Installer: In change mode, the installer shows All Users/Current User option, but it should not. 2015-07-20 21:19:29 +01:00
Gabor Apati-Nagy
f5fd3a6d75 CP-13248: Changing the text "Install for" to "Install XenCenter for" in the installer, because this setting applies to XenCenter only and not to the Service. 2015-07-20 17:58:14 +01:00
Sorin Sbarnea
997a9e1489 Now msbuild will build the entire solution instead of each project file. Remember not to submit the solution with some projects disabled. 2015-07-20 16:07:40 +01:00
Sorin Sbarnea
0ca9c98135 Enforced use of DotNet 4.5 via msbuild, enabled concurrent compiling. 2015-07-20 15:19:45 +01:00
Sorin Sbarnea
93280441aa Made the build output less verbose by default and configured wget not to download files again if they already exists locally with the same datetime stamps. 2015-07-19 20:12:38 +01:00
Gabor Apati-Nagy
74718dbed2 CP-13217: Make the Call Home service optional in the XenCenter installer
Line endings in patch file

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-07-17 12:38:45 +01:00
Gabor Apati-Nagy
849936f637 CP-13217: Make the Call Home service optional in the XenCenter installer
-Added new page to the XenCenter installer to include a feature selector control where users can choose to install the XenServer Health Check Service.
-Removed the InstallDir page, because the new customize page does provide folder selection (per feature)

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-07-16 13:22:55 +01:00
Sorin Sbarnea
74ea62a99f Build system cleanup: Disabled the bump build number, removed assumption that jenkins is localhost, moved logs location inside the workspace. 2015-07-14 08:42:07 +01:00
Sorin Sbarnea
c0785df6f4 Fixed build tool detection logic. 2015-07-13 16:59:25 +00:00
Sorin Sbarnea
907f078b34 Merge branch 'master' of github.com:xenserver/xenadmin
# Conflicts:
#	mk/build.sh
#	mk/tests-checks.sh
2015-07-13 17:29:18 +01:00
Sorin Sbarnea
2423cca0c1 Removed enforced debug more. If needed, set DEBUG=1 before calling the build script.
Remove hardcoded path for nunit-console.exe
2015-07-13 17:23:04 +01:00
Sorin Sbarnea
fe4f84322a Configured curl to load credentials from .netrc file. 2015-06-30 12:41:11 +01:00
Sorin Sbarnea
332fc6f79c Corrected dependendencies test which was always failing. 2015-06-22 17:08:38 +01:00
Sorin Sbarnea
37d3a4e621 Removed the -s parameter from which as cygwin is missing it. 2015-06-22 16:56:55 +01:00
Sorin Sbarnea
4787da7977 nunit-console should be in PATH, allowing us to upgrade it without changing the build scripts. 2015-06-22 16:48:23 +01:00
Sorin Sbarnea
b7ab395fc0 Added fail-fast code for required build tools. 2015-06-22 16:47:35 +01:00
Sorin Sbarnea
a51272dbc1 Added configure script which helps setting up build environment.
Replaced a hardcoded TEST_DIR path with one relatively to the workspace, CI builds should not touch files from outside their workspace.
2015-06-22 15:03:32 +01:00
Sorin Sbarnea
d48522a2b3 Changed the TEST_DIR to be inside the workspace. Builds should never touch things outside their workspace, especially not using hardcoded directories. 2015-06-22 14:38:22 +01:00
Mihaela Stoica
f206d77c83 CP-12162: Add Health Check Service to the XenCenter build system
xenadmin-build.sh: Added a backslash to separate the parameters of the cp command
2015-06-09 14:28:30 +01:00
Mihaela Stoica
415812fec1 Merge branch 'CP-12162' of https://github.com/cheng--zhang/xenadmin into cheng--zhang-CP-12162 2015-06-09 13:22:53 +01:00
Ross Lagerwall
9675089982 CP-7644: Write XenCenter product version and build number
Write out the XenCenter version and build number into a version file so
that other tools can determine them from the build artifacts.

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
2015-06-08 16:47:25 +01:00
Cheng Zhang
8f04a5b88c CP-12162: Add Health Check Service to the XenCenter build system
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-06-08 16:02:25 +08:00
Gabor Apati-Nagy
8d96a17c53 CP-11956: ssh console: Include putty in our installer
fixing wget
2015-05-08 18:02:55 +01:00
Gabor Apati-Nagy
09c1374d8b CP-11956: ssh console: Include putty in our installer
fixing syntax error in xenadmin-build.sh
2015-05-08 17:44:46 +01:00
Gabor Apati-Nagy
d1c793fa9e CP-11956: ssh console: Include putty in our installer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-05-08 16:54:16 +01:00
Gabor Apati-Nagy
2494e74f5c Resetting mk/ files (to pre-17-Dec-2014 state) in order to make master to build in non-secure environment. This seems to be feasible for now. 2015-01-19 16:39:21 +00:00
Gabor Apati-Nagy
de27c9c9ff Revert "Change the fetched XenServer-SDK file to the linked one"
This reverts commit a8a531f809.
2015-01-19 15:32:20 +00:00
Gabor Apati-Nagy
d50f8a7d94 Merge branch 'master' into master_github
Conflicts:
	XenModel/Messages.resx
	XenModel/XenAPI-Extensions/Host.cs
	mk/xenadmin-build.sh
2015-01-19 15:22:59 +00:00
Gabor Apati-Nagy
b1f4c8ca4c Merge remote-tracking branch 'creedence-ln_internal/master'
Conflicts:
	mk/declarations.sh
	mk/xenadmin-build.sh
2015-01-19 14:49:55 +00:00
Craig Emery
a8a531f809 Change the fetched XenServer-SDK file to the linked one 2014-12-18 14:01:04 +00:00
Craig Emery
ba6e844559 Temporarily disable quiet wget for XenServer-SDK.zip 2014-12-18 13:55:13 +00:00
Peter Westlake
6f34e1853b CA-148495: get the dotnet-packages branch right! 2014-12-17 19:28:49 +00:00
Peter Westlake
844952afe3 CA-148495: remove a lurking "creedence-sb"! 2014-12-17 18:17:51 +00:00
Peter Westlake
9c18a4dd3a CA-148495: remove a lurking "creedence-sb" path. 2014-12-17 18:17:05 +00:00
Peter Westlake
02c157dd2d CA-148495: secure build. 2014-12-17 18:05:06 +00:00
Peter Westlake
a3c1e56e1b CA-148495: secure build. 2014-12-17 16:49:35 +00:00