Repository: aurora
Updated Branches:
  refs/heads/master 22871c03b -> d3b6e13df


Update upstart configurations along with sources.

Bugs closed: AURORA-1204

Reviewed at https://reviews.apache.org/r/33784/


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

Branch: refs/heads/master
Commit: d3b6e13dfdef0fc0ba87999f6f378ac07f1c876f
Parents: 22871c0
Author: Bill Farner <[email protected]>
Authored: Tue May 5 12:49:17 2015 -0700
Committer: Bill Farner <[email protected]>
Committed: Tue May 5 12:49:17 2015 -0700

----------------------------------------------------------------------
 examples/vagrant/provision-dev-cluster.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/d3b6e13d/examples/vagrant/provision-dev-cluster.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-dev-cluster.sh 
b/examples/vagrant/provision-dev-cluster.sh
index e7fdd4b..2c5ce97 100755
--- a/examples/vagrant/provision-dev-cluster.sh
+++ b/examples/vagrant/provision-dev-cluster.sh
@@ -59,9 +59,6 @@ function prepare_extras() {
   popd
 
   sudo chown -R vagrant:vagrant aurora
-
-  # Install the upstart configurations.
-  cp /vagrant/examples/vagrant/upstart/*.conf /etc/init
 }
 
 function install_mesos {
@@ -115,13 +112,15 @@ rsync -urzvhl /vagrant/ /home/vagrant/aurora \
     --filter=':- /vagrant/.gitignore' \
     --exclude=.git \
     --delete
+# Install/update the upstart configurations.
+sudo cp /vagrant/examples/vagrant/upstart/*.conf /etc/init
 EOF
   chmod +x /usr/local/bin/update-sources
   update-sources
 }
 
-prepare_sources
 install_mesos
+prepare_sources
 prepare_extras
 install_cluster_config
 install_ssh_config

Reply via email to