Daan, system64template dir does not exist in master branch. It is strange. I saw many commits on systemvmtemplate, but not on system64template. Maybe we need to fix it.
-Wei 2014-12-08 15:32 GMT+01:00 Daan Hoogland <daan.hoogl...@gmail.com>: > Whei Zou, shouldn't this be in the systemvm64template dir mostly. I > think the 32bit one is no longer supported, really. > > On Mon, Dec 8, 2014 at 3:29 PM, <weiz...@apache.org> wrote: > > Repository: cloudstack > > Updated Branches: > > refs/heads/master f73ad2e8b -> ca5c800f8 > > > > > > Fix CloudStack version (4.6.0) in systemvm template > > > > > > Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo > > Commit: > http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ca5c800f > > Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ca5c800f > > Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ca5c800f > > > > Branch: refs/heads/master > > Commit: ca5c800f8d16d1f30fed1cba120bfb892eda9ca6 > > Parents: f73ad2e > > Author: Wei Zhou <w.z...@tech.leaseweb.com> > > Authored: Mon Dec 8 15:26:56 2014 +0100 > > Committer: Wei Zhou <w.z...@tech.leaseweb.com> > > Committed: Mon Dec 8 15:26:56 2014 +0100 > > > > ---------------------------------------------------------------------- > > .../definitions/systemvmtemplate/configure_systemvm_services.sh | 2 > +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > ---------------------------------------------------------------------- > > > > > > > http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ca5c800f/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh > > ---------------------------------------------------------------------- > > diff --git > a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh > b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh > > index fc3d8f9..69612dc 100644 > > --- > a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh > > +++ > b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh > > @@ -19,7 +19,7 @@ > > set -e > > set -x > > > > -CLOUDSTACK_RELEASE=4.5.0 > > +CLOUDSTACK_RELEASE=4.6.0 > > > > function configure_apache2() { > > # Enable ssl, rewrite and auth > > > > > > -- > Daan >