Skip to content
Permalink
Browse files
remove release-specific makefile, provision has sane defaults
  • Loading branch information
anarcat committed Mar 7, 2012
1 parent 896ccf7 commit 008908682a5535af6136f6aa1ce464ab724cb4c3
Showing 1 changed file with 0 additions and 1 deletion.
@@ -45,7 +45,6 @@ def fab_preseed_config(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-2.x:/aegir.make' | debconf-set-selections", pty=True)

def fab_install_debs(debs):
for deb in debs:

0 comments on commit 0089086

Please sign in to comment.