diff options
author | Antoine Beaupré | 2014-04-23 18:08:41 (GMT) |
---|---|---|
committer | Antoine Beaupré | 2014-04-23 18:08:41 (GMT) |
commit | 7b992abd01d4fdb195ad5eae3b5b0c28b2fbbe8b (patch) | |
tree | ec5937a7d7a81f5228ca5ed132c8f017b610db3d | |
parent | 12b8adddfad4d31708a5a755c29e3941df496b85 (diff) |
Revert "change version information for release 1.12"6.x-1.x
This reverts commit 12b8adddfad4d31708a5a755c29e3941df496b85.
-rw-r--r-- | aegir.make | 2 | ||||
-rw-r--r-- | provision.info | 2 | ||||
-rw-r--r-- | upgrade.sh.txt | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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.12" +projects[hostmaster][download][branch] = "6.x-1.x" diff --git a/provision.info b/provision.info index bcce3f6..43567aa 100644 --- a/provision.info +++ b/provision.info @@ -1,4 +1,4 @@ name=Provision description="Aegir backend" -version=6.x-1.12 +version=6.x-1.x diff --git a/upgrade.sh.txt b/upgrade.sh.txt index 2893457..afa25d2 100644 --- a/upgrade.sh.txt +++ b/upgrade.sh.txt @@ -15,7 +15,7 @@ msg() { } # basic variables, change before running -AEGIR_VERSION="6.x-1.12" +AEGIR_VERSION="6.x-1.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 |