Skip to content
Permalink
Browse files
Don't manually specify the makefile.
  • Loading branch information
darthsteven committed Nov 22, 2011
1 parent 4b57cc7 commit 819702e3ec01bc4d9ada7894b4824d4f0182caa3
Showing 1 changed file with 0 additions and 1 deletion.
@@ -72,7 +72,6 @@ def fab_install_aegir(domain, email, mysqlpass):
fabric.run("echo 'aegir-hostmaster aegir/db_host string localhost' | debconf-set-selections", pty=True)
fabric.run("echo 'aegir-hostmaster aegir/email string %s' | debconf-set-selections" % (email), pty=True)
fabric.run("echo 'aegir-hostmaster aegir/site string %s' | debconf-set-selections" % (domain), pty=True)
fabric.run("echo 'aegir-hostmaster aegir/makefile string http://drupalcode.org/project/provision.git/blob_plain/6.x-1.x:/aegir.make' | debconf-set-selections", pty=True)
# Install aegir, but ensure that no questions are prompted.
fabric.run("DPKG_DEBUG=developer DEBIAN_FRONTEND=noninteractive apt-get install aegir -y", pty=True)

0 comments on commit 819702e

Please sign in to comment.