Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
8989c537
Commit
8989c537
authored
Apr 18, 2011
by
anarcat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to 2.x branches and version numbers
parent
57b40501
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
aegir.make
aegir.make
+1
-1
provision.info
provision.info
+1
-1
upgrade.sh.txt
upgrade.sh.txt
+2
-2
No files found.
aegir.make
View file @
8989c537
...
...
@@ -6,4 +6,4 @@ projects[drupal][type] = "core"
projects[hostmaster][type]
=
"profile"
projects[hostmaster][download][type]
=
"git"
projects[hostmaster][download][url] = "http
:
//git.drupal.org/project/hostmaster.git"
projects[hostmaster][download][
tag
]
=
"
6
.x-
1.0
"
projects[hostmaster][download][
branch
]
=
"
7
.x-
2.x
"
provision.info
View file @
8989c537
name=Provision
description="Aegir backend"
version=
6
.x-
1.0
version=
7
.x-
2.x
upgrade.sh.txt
View file @
8989c537
...
...
@@ -15,7 +15,7 @@ msg() {
}
# basic variables, change before running
AEGIR_VERSION="
6
.x-
1.0
"
AEGIR_VERSION="
7
.x-
2.x
"
DRUSH_DIR=$HOME/drush
DRUSH=$DRUSH_DIR/drush.php
if which drush 2> /dev/null > /dev/null && which drush | grep -v 'no drush in' > /dev/null; then
...
...
@@ -147,7 +147,7 @@ if [ -d "provision" ] ; then
mv provision $BACKUP_DIR
fi
if [ "$AEGIR_VERSION" = "
6
.x-
1
.x" ]; then
if [ "$AEGIR_VERSION" = "
7
.x-
2
.x" ]; then
git clone http://git.drupal.org/project/provision.git $HOME/.drush/provision
else
wget http://ftp.drupal.org/files/projects/provision-$AEGIR_VERSION.tar.gz
...
...
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