Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
8ab014e2
Commit
8ab014e2
authored
Nov 22, 2010
by
anarcat
Committed by
anarcat
Nov 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version information for release 0.4-beta1, from 0.4-alpha15
parent
e52c96f0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
aegir.make
aegir.make
+3
-3
docs/INSTALL.txt
docs/INSTALL.txt
+2
-2
docs/UPGRADE.txt
docs/UPGRADE.txt
+3
-3
install.sh.txt
install.sh.txt
+1
-1
upgrade.sh.txt
upgrade.sh.txt
+1
-1
No files found.
aegir.make
View file @
8ab014e2
...
...
@@ -4,6 +4,6 @@ api = 2
projects[drupal][type]
=
"core"
projects[hostmaster][type]
=
"profile"
projects[hostmaster][download][type]
=
"gi
t"
projects[hostmaster][download][url] = "
git
:
//git.aegirproject.org/hostmaster.git
"
projects[hostmaster][download][
branch]
=
"
master"
projects[hostmaster][download][type]
=
"ge
t"
projects[hostmaster][download][url] = "
http
:
//files.aegirproject.org/hostmaster-0.4-beta1.tgz
"
projects[hostmaster][download][
directory_name]
=
"host
master"
docs/INSTALL.txt
View file @
8ab014e2
...
...
@@ -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-beta1
'
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
...
...
@@ -317,7 +317,7 @@ the hostmaster-install command.
Shell commands::
drush hostmaster-install --version=
HEAD
drush hostmaster-install --version=
0.4-beta1
You will be prompted for the required information if not provided on the
commandline. See the inline help for the available options::
...
...
docs/UPGRADE.txt
View file @
8ab014e2
...
...
@@ -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-beta1
'
su -s /bin/sh aegir -c "sh upgrade.sh.txt aegir.example.com"
Remember to replace aegir.example.com with the domain of your Aegir installation.
...
...
@@ -80,13 +80,13 @@ you are reading this document.
Shell commands::
export AEGIR_VERSION=
HEAD
export AEGIR_VERSION=
0.4-beta1
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-alpha
9
export OLD_DRUPAL_DIR=$AEGIR_DIR/hostmaster-0.4-alpha
15
This document also assumes drush is installed properly and we use an
environment variable to simplify the documentation again.
...
...
install.sh.txt
View file @
8ab014e2
...
...
@@ -27,7 +27,7 @@
# 3. delegate the rest of the install to hostmaster-install
########################################################################
# basic variables, change before release
AEGIR_VERSION="
HEAD
"
AEGIR_VERSION="
0.4-beta1
"
DRUSH_VERSION=6.x-3.3
# when adding a variable here, add it to the display below
...
...
upgrade.sh.txt
View file @
8ab014e2
...
...
@@ -11,7 +11,7 @@
########################################################################
# basic variables, change before running
AEGIR_VERSION=
HEAD
AEGIR_VERSION=
"0.4-beta1"
AEGIR_DOMAIN=aegir.example.com
AEGIR_DIR=/var/aegir
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment