Skip to content

Commit

Permalink
Preparing for release of 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed May 6, 2015
1 parent ee814f2 commit cc1d204
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-devmaster.make
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ projects[devmaster][download][url] = "https://github.com/opendevshop/devmaster.g

; RELEASE:
; When releasing, lock in the devmaster version.
projects[devmaster][download][branch] = "0.x"
projects[devmaster][download][branch] = "0.2.1"
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#
echo "============================================="
echo " Welcome to the DevShop Standalone Installer "
echo " v 0.x "
echo " v 0.2.1 "
echo "============================================="

# Version used for cloning devshop playbooks
# Must be a branch or tag.
DEVSHOP_VERSION=0.x
DEVSHOP_VERSION=0.2.1

# The rest of the scripts are only cloned if the playbook path option is not found.
DEVSHOP_GIT_REPO='http://github.com/opendevshop/devshop.git'
Expand Down Expand Up @@ -187,7 +187,7 @@ else
echo "║ | | | |/ _ \ \ / /\___ \| '_ \ / _ \| '_ \ ║"
echo "║ | |_| | __/\ V / ___) | | | | (_) | |_) | ║"
echo "║ |____/ \___| \_/ |____/|_| |_|\___/| .__/ ║"
echo "║ |_| v 0.x "
echo "║ |_| v 0.2.1"
echo "╟───────────────────────────────────────────────────────────────╢"
echo "║ Submit any issues to ║"
echo "║ http://drupal.org/node/add/project-issue/devshop ║"
Expand All @@ -200,7 +200,7 @@ else
echo "║ ║"
echo "║ Supervisor is running Hosting Queue Runner. ║"
echo "╠═══════════════════════════════════════════════════════════════╣"
echo "║ Use this link to login: ║"
echo "║ Use this link to login: "
echo "╚═══════════════════════════════════════════════════════════════╝"
sudo su - aegir -c "drush @hostmaster uli"
fi
2 changes: 1 addition & 1 deletion vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php_timezone: America/New_York

ansible_playbook: playbook.yml

devmaster_version: 0.x
devmaster_version: 0.2.1
devshop_working_copy: --working-copy

devshop_provision_version: 6.x-2.x
Expand Down

0 comments on commit cc1d204

Please sign in to comment.