|
From: HAYASHI K. <nul...@cl...> - 2014-09-30 11:01:52
|
HAYASHI Kentaro 2014-09-30 19:59:25 +0900 (Tue, 30 Sep 2014) New Revision: a901c66dbe17a6590a402fd895d5fa1407e3916a https://github.com/clear-code/cutter/commit/a901c66dbe17a6590a402fd895d5fa1407e3916a Message: rpm centos: remove needless memory customization The default value is good enough for building Cutter. Modified files: packages/yum/Vagrantfile Modified: packages/yum/Vagrantfile (+0 -3) =================================================================== --- packages/yum/Vagrantfile 2014-09-30 19:53:44 +0900 (20627ed) +++ packages/yum/Vagrantfile 2014-09-30 19:59:25 +0900 (4238d67) @@ -33,9 +33,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| node.vm.box = vm[:id] node.vm.box_url = vm[:box_url] node.vm.provision(:shell, :path => "build-rpm.sh") - node.vm.provider("virtualbox") do |virtual_box| - virtual_box.memory = 768 - end end end end |