Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
13a92f65
Commit
13a92f65
authored
Apr 21, 2010
by
mig5
Committed by
mig5
Apr 21, 2010
Browse files
Options
Downloads
Patches
Plain Diff
reset the version numbers
parent
aa7f8634
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
INSTALL.txt
+1
-1
1 addition, 1 deletion
INSTALL.txt
UPGRADE.txt
+1
-1
1 addition, 1 deletion
UPGRADE.txt
aegir.make
+2
-3
2 additions, 3 deletions
aegir.make
install.sh.txt
+1
-1
1 addition, 1 deletion
install.sh.txt
with
5 additions
and
6 deletions
INSTALL.txt
+
1
−
1
View file @
13a92f65
...
@@ -225,7 +225,7 @@ installing the right packages and preparing the Drupal frontend install for
...
@@ -225,7 +225,7 @@ installing the right packages and preparing the Drupal frontend install for
you. That script needs to be run as the aegir user created above. This file
you. That script needs to be run as the aegir user created above. This file
is available alongside this one or can be downloaded through the web at:
is available alongside this one or can be downloaded through the web at:
http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=
provision-0.4-alpha7
http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=install.sh.txt;hb=
HEAD
By default, the install script will install the "correct" version of Aegir
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
(ie. if it was downloaded through git, it will install the version from the
...
...
This diff is collapsed.
Click to expand it.
UPGRADE.txt
+
1
−
1
View file @
13a92f65
...
@@ -35,7 +35,7 @@ you are reading this document.
...
@@ -35,7 +35,7 @@ you are reading this document.
Shell commands::
Shell commands::
export AEGIR_VERSION=
0.4-alpha7
export AEGIR_VERSION=
HEAD
export DRUPAL_DIR=/var/aegir/hostmaster-$AEGIR_VERSION
export DRUPAL_DIR=/var/aegir/hostmaster-$AEGIR_VERSION
export OLD_DRUPAL_DIR=/var/aegir/hostmaster-0.4-alpha6
export OLD_DRUPAL_DIR=/var/aegir/hostmaster-0.4-alpha6
export DRUSH_VERSION=All-versions-3.0-rc4
export DRUSH_VERSION=All-versions-3.0-rc4
...
...
This diff is collapsed.
Click to expand it.
aegir.make
+
2
−
3
View file @
13a92f65
...
@@ -2,6 +2,5 @@ core = 6.x
...
@@ -2,6 +2,5 @@ core = 6.x
projects[]
=
"drupal"
projects[]
=
"drupal"
projects[hostmaster][type]
=
"profile"
projects[hostmaster][type]
=
"profile"
projects[hostmaster][download][type]
=
"get"
projects[hostmaster][download][type]
=
"git"
projects[hostmaster][download][url] = "http
:
//files.aegirproject.org/hostmaster-0.4-alpha7.tgz"
projects[hostmaster][download][url] = "git
:
//git.aegirproject.org/hostmaster.git"
projects[hostmaster][directory_name]
=
"hostmaster"
This diff is collapsed.
Click to expand it.
install.sh.txt
+
1
−
1
View file @
13a92f65
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
########################################################################
########################################################################
# basic variables, change before release
# basic variables, change before release
AEGIR_DOMAIN=aegir.example.com
AEGIR_DOMAIN=aegir.example.com
AEGIR_VERSION=
0.4-alpha7
AEGIR_VERSION=
HEAD
AEGIR_HOME=$HOME
AEGIR_HOME=$HOME
WEB_GROUP=www-data
WEB_GROUP=www-data
DRUSH_VERSION=All-versions-3.0-rc4
DRUSH_VERSION=All-versions-3.0-rc4
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment