diff --git a/aegir.make b/aegir.make index f923a0b609dd43cd914593447282a8fc9928e4c9..5f72dc88fcba450287d20f735b6386b163aac595 100644 --- a/aegir.make +++ b/aegir.make @@ -4,6 +4,6 @@ api = 2 projects[drupal][type] = "core" projects[hostmaster][type] = "profile" -projects[hostmaster][download][type] = "git" -projects[hostmaster][download][url] = "git://git.aegirproject.org/hostmaster.git" -projects[hostmaster][download][branch] = "master" +projects[hostmaster][download][type] = "get" +projects[hostmaster][download][url] = "http://files.aegirproject.org/hostmaster-0.4-beta2.tgz" +projects[hostmaster][download][directory_name] = "hostmaster" diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 759b5b16ad2c39a55ee85efaa7890cf510514d47..9f99a7bc366f8c7593c5ee3c6938550e0479bdb3 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -286,7 +286,7 @@ aegir user can access in order to execute it. This file is available in Provision or can be downloaded through the web with this command:: Shell commands:: - wget -O install.sh 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=HEAD' + wget -O install.sh 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=provision-0.4-beta2' By default, the install script will install the "correct" version of Aegir (ie. if it was downloaded through git, it will install the version from the diff --git a/docs/UPGRADE.txt b/docs/UPGRADE.txt index d4ee037759a55717d9972691bbf42b851b7ebe2f..58d988e1fc15b02ea543bf4a92050b412df5f9f8 100644 --- a/docs/UPGRADE.txt +++ b/docs/UPGRADE.txt @@ -57,7 +57,7 @@ Make sure you download it to somewhere that the aegir user can access in order to execute it. Shell commands:: - wget -O upgrade.sh.txt 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=upgrade.sh.txt;hb=HEAD' + wget -O upgrade.sh.txt 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=upgrade.sh.txt;hb=provision-0.4-beta2' You may need to edit the script to set any variables that are different from the defaults. Pay particular attention to the OLD_DRUPAL_DIR variable, as you may be @@ -86,13 +86,13 @@ you are reading this document. Shell commands:: - export AEGIR_VERSION=HEAD + export AEGIR_VERSION=0.4-beta2 export AEGIR_DIR=/var/aegir export DRUPAL_DIR=$AEGIR_DIR/hostmaster-$AEGIR_VERSION export DRUSH_VERSION=6.x-3.3 export DRUSH_MAKE_VERSION=6.x-2.0-beta9 export AEGIR_DOMAIN=aegir.example.com - export OLD_DRUPAL_DIR=$AEGIR_DIR/hostmaster-0.4-alpha9 + export OLD_DRUPAL_DIR=$AEGIR_DIR/hostmaster-0.4-beta1 This document also assumes drush is installed properly and we use an environment variable to simplify the documentation again. diff --git a/install.sh.txt b/install.sh.txt index 387637174d200c5f5b00ef054fb631f9452cfa60..ea2f045da2a2aaa751f4476624911377a0e9ca22 100644 --- a/install.sh.txt +++ b/install.sh.txt @@ -28,7 +28,7 @@ ######################################################################## # guess the aegir version based on the info file -AEGIR_VERSION=HEAD +AEGIR_VERSION="0.4-beta2" DRUSH_VERSION=6.x-3.3 ######################################################################## diff --git a/provision.info b/provision.info index 0e82ccc5d9d03d7c8616da94f1bf939fdaf08f54..93f6f0ca050b884110f9d0342721ad443153688e 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=HEAD +version=0.4-beta2 diff --git a/upgrade.sh.txt b/upgrade.sh.txt index 73adbcb51a40645d75bdacd48cf0811e8f681dcd..65e79ba235d687875b26a01ab23f6b349110cb09 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -11,7 +11,7 @@ ######################################################################## # basic variables, change before running -AEGIR_VERSION=HEAD +AEGIR_VERSION="0.4-beta2" AEGIR_DOMAIN=aegir.example.com AEGIR_DIR=/var/aegir