You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2017/04/14 04:48:51 UTC

[2/2] git commit: updated refs/heads/master to 5fc97c0

Merge pull request #2033 from shapeblue/ubuntu1604-fixsystemd-weiz

[master/4.10+] CLOUDSTACK-9462: Support for Ubuntu 14.04/16.04 with tomcat6/tomcat7This extends work from @ustcweizhou from https://github.com/apache/cloudstack/pull/1950 by fixing some build issues to make this work with Ubuntu 14.04 and 16.04.

This closes #1950

* pr/2033:
  CLOUDSTACK-9462: Build packages on Ubuntu 14.04/16.04 and support tomcat6/tomcat7

Signed-off-by: Rajani Karuturi <ra...@accelerite.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5fc97c06
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5fc97c06
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5fc97c06

Branch: refs/heads/master
Commit: 5fc97c06205dbe97b99601443a0f6b9f1bba144e
Parents: a80c286 4a77a79
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Fri Apr 14 10:18:43 2017 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Fri Apr 14 10:18:44 2017 +0530

----------------------------------------------------------------------
 .gitignore                                      |  1 -
 debian/cloudstack-management.install            |  4 +-
 debian/cloudstack-management.postinst           | 21 +++++++-
 debian/control                                  | 10 ++--
 debian/rules                                    |  9 ++--
 packaging/build-deb.sh                          | 18 +++++--
 .../cloudstack-management.default.ubuntu        | 50 ++++++++++++++++++++
 .../cloudstack-management.service.ubuntu        | 40 ++++++++++++++++
 python/lib/cloudutils/serviceConfigServer.py    | 16 +++++++
 9 files changed, 152 insertions(+), 17 deletions(-)
----------------------------------------------------------------------