Skip to content
Snippets Groups Projects
Commit 51f53511 authored by anarcat's avatar anarcat Committed by anarcat
Browse files

change version information for release 0.4-rc1, from 0.4-beta2

parent 49af8519
No related branches found
Tags 7.95
No related merge requests found
......@@ -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-rc1.tgz"
projects[hostmaster][download][directory_name] = "hostmaster"
......@@ -330,7 +330,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 command::
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-rc1'
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
......
......@@ -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-rc1'
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,7 +86,7 @@ you are reading this document.
Shell commands::
export AEGIR_VERSION=HEAD
export AEGIR_VERSION=0.4-rc1
export AEGIR_HOME="$HOME"
export DRUPAL_DIR=$AEGIR_HOME/hostmaster-$AEGIR_VERSION
export DRUSH_VERSION=6.x-3.3
......
......@@ -28,7 +28,7 @@
########################################################################
# guess the aegir version based on the info file
AEGIR_VERSION=HEAD
AEGIR_VERSION="0.4-rc1"
DRUSH_VERSION=6.x-3.3
########################################################################
......
name=Provision
description="Aegir backend"
version=HEAD
version=0.4-rc1
......@@ -11,7 +11,7 @@
########################################################################
# basic variables, change before running
AEGIR_VERSION=HEAD
AEGIR_VERSION="0.4-rc1"
AEGIR_DOMAIN=aegir.example.com
AEGIR_HOME="$HOME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment