Repository: cloudstack Updated Branches: refs/heads/4.5 ba750293c -> 2777caddb
appliance: bump systemvm template version to 4.5.2 Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2777cadd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2777cadd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2777cadd Branch: refs/heads/4.5 Commit: 2777caddbb58dfdfe66d1b061103f20cef5f3ccf Parents: ba75029 Author: Rohit Yadav <[email protected]> Authored: Wed Jul 1 12:45:52 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Wed Jul 1 12:45:52 2015 +0200 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2777cadd/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index ca2140e..94df8bc 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -19,7 +19,7 @@ set -x ROOTPW=password HOSTNAME=systemvm -CLOUDSTACK_RELEASE=4.5.1 +CLOUDSTACK_RELEASE=4.5.2 add_backports () { sed -i '/backports/d' /etc/apt/sources.list
