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
44413233
Commit
44413233
authored
Sep 09, 2010
by
Adrian Rossouw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version information for release 0.4-alpha13, from 0.4-alpha12
parent
553c30bd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
aegir.make
aegir.make
+3
-3
docs/INSTALL.txt
docs/INSTALL.txt
+1
-1
docs/UPGRADE.txt
docs/UPGRADE.txt
+2
-2
install.sh.txt
install.sh.txt
+1
-1
No files found.
aegir.make
View file @
44413233
...
...
@@ -2,6 +2,6 @@ core = 6.x
projects[]
=
"drupal"
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-alpha13.tgz
"
projects[hostmaster][download][
directory_name]
=
"host
master"
docs/INSTALL.txt
View file @
44413233
...
...
@@ -250,7 +250,7 @@ as the aegir user created above. This file is available in Provision or can be
downloaded through the web with this command::
Shell commands::
wget -O install.sh.txt 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=
HEAD
'
wget -O install.sh.txt 'http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=
provision-0.4-alpha13
'
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
...
...
docs/UPGRADE.txt
View file @
44413233
...
...
@@ -35,13 +35,13 @@ you are reading this document.
Shell commands::
export AEGIR_VERSION=
HEAD
export AEGIR_VERSION=
0.4-alpha13
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-beta8
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
12
This document also assumes drush is installed properly and we use an
environment variable to simplify the documentation again.
...
...
install.sh.txt
View file @
44413233
...
...
@@ -30,7 +30,7 @@
#
########################################################################
# basic variables, change before release
AEGIR_VERSION="
HEAD
"
AEGIR_VERSION="
0.4-alpha13
"
DRUSH_VERSION=6.x-3.3
# when adding a variable here, add it to the display below
...
...
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