Skip to content
Snippets Groups Projects
Commit 0a4d405c authored by Steven Jones's avatar Steven Jones
Browse files

change version information for release 1.8

parent 499ee67e
Branches
Tags
No related merge requests found
......@@ -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][branch] = "6.x-1.x"
projects[hostmaster][download][tag] = "6.x-1.8"
aegir-provision (1.8) testing; urgency=low
* new release: various bugfixes to regressions introduced in 1.7, a few
general bug fixes and lots of Nginx fixes.
-- Steven Jones <steven.jones@computerminds.co.uk> Wed, 18 Apr 2012 09:34:44 +0100
aegir-provision (1.7) testing; urgency=low
* new release: various bugfixes that have accumulated in the issue queue
......
name=Provision
description="Aegir backend"
version=6.x-1.x
version=6.x-1.8
......@@ -15,7 +15,7 @@ msg() {
}
# basic variables, change before running
AEGIR_VERSION="6.x-1.x"
AEGIR_VERSION="6.x-1.8"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment