File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- # 1.1.0 (May 26, 2015)
2- * Allow setting VM private IP in config (PR #73 )
3- * Fixed several coding style issues (PR #76 , #77 , #78 )
4- * Fixed bug when destroying VM created with Static NAT and firewall rules (PR #81 )
5-
61# 1.0.0 (May 5, 2015)
72* Use vagrant's built-in rsync synced folder (PR #57 )
83* Enable creating custom static NAT, port forwarding, firewall rules (PR #59 )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=1.1 .0
2+ VERSION=1.0 .0
33mkdir -p /tmp/vagrant-cloudstack-build_rpm.$$ /vagrant-cloudstack-$VERSION
44cp -r . /tmp/vagrant-cloudstack-build_rpm.$$ /vagrant-cloudstack-$VERSION /
55tar -C /tmp/vagrant-cloudstack-build_rpm.$$ / -czf ~ /rpmbuild/SOURCES/vagrant-cloudstack-$VERSION .tar.gz vagrant-cloudstack-$VERSION
Original file line number Diff line number Diff line change 11module VagrantPlugins
22 module Cloudstack
3- VERSION = '1.1 .0'
3+ VERSION = '1.0 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments