Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
New release : 8.1.15 (Issue neard/neard#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 30, 2017
1 parent ea633fd commit fa046c6
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# Changelog

## r6 (2017/12/30)

* New release : 8.1.15 (Issue neard/neard#349)

## r5 (2017/06/07)

* Drush 8.1.11 r4 malformed (Issue neard/neard#272)

## r4 (2017/05/23)

* New bundle : 8.1.11 (Issue neard/neard#260)
* New release : 8.1.11 (Issue neard/neard#260)

## r3 (2016/10/11)

* New bundles : 7.4.0, 8.1.5 (Issue neard/neard#121)
* New releases : 7.4.0, 8.1.5 (Issue neard/neard#121)

## r2 (2016/05/12)

* Add bundle : 8.1.2 (Issue neard/neard#121)
* Add release : 8.1.2 (Issue neard/neard#121)

## r1 (2016/04/30)

* Add bundles : 5.9.0, 6.7.0, 7.3.0, 8.1.0
* Add releases : 5.9.0, 6.7.0, 7.3.0, 8.1.0
* Move HOME and TEMP to `neard\tmp\drush`
* Include mysql.exe and required bins (bzip2, gzip, libarchive, tar, wget)
* Create template files (.nrd) for future Neard release.
7 changes: 7 additions & 0 deletions bin/drush8.1.15/bins.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bzip2 = https://github.com/neard/modules-untouched/releases/download/drush-r1/bzip2-1.0.5-bin.zip
gzip = https://github.com/neard/modules-untouched/releases/download/drush-r1/gzip-1.3.12-1-bin.zip
libarchive = https://github.com/neard/modules-untouched/releases/download/drush-r1/libarchive-2.4.12-1-bin.zip
tar = https://github.com/neard/modules-untouched/releases/download/drush-r1/tar-1.13-1-bin.zip
wget = https://github.com/neard/modules-untouched/releases/download/drush-r1/wget-1.11.4-1-bin.zip
wget-dep = https://github.com/neard/modules-untouched/releases/download/drush-r1/wget-1.11.4-1-dep.zip
mysql = https://github.com/neard/modules-untouched/releases/download/mysql-r1/mysql-5.6.34-win32.zip
7 changes: 7 additions & 0 deletions bin/drush8.1.15/drush.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET HOME=~NEARD_WIN_PATH~\tmp\drush
SET TEMP=~NEARD_WIN_PATH~\tmp\drush
SET PATH=%PATH%;%~dp0bins
SET BIN_TARGET=%~dp0vendor/drush/drush/drush.launcher
sh "%BIN_TARGET%" %*
7 changes: 7 additions & 0 deletions bin/drush8.1.15/drush.bat.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET HOME=~NEARD_WIN_PATH~\tmp\drush
SET TEMP=~NEARD_WIN_PATH~\tmp\drush
SET PATH=%PATH%;%~dp0bins
SET BIN_TARGET=%~dp0vendor/drush/drush/drush.launcher
sh "%BIN_TARGET%" %*
4 changes: 4 additions & 0 deletions bin/drush8.1.15/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
drushVersion = "8.1.15"
drushExe = "drush.bat"

bundleRelease = "@RELEASE_VERSION@"
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = drush
bundle.release = r5
bundle.release = r6
bundle.type = tools
bundle.format = 7z

Expand Down
1 change: 1 addition & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
8.1.2 = https://github.com/neard/module-drush/releases/download/r2/neard-drush-8.1.2-r2.7z
8.1.5 = https://github.com/neard/module-drush/releases/download/r3/neard-drush-8.1.5-r3.7z
8.1.11 = https://github.com/neard/module-drush/releases/download/r5/neard-drush-8.1.11-r5.7z
8.1.15 = https://github.com/neard/module-drush/releases/download/r6/neard-drush-8.1.15-r6.7z

0 comments on commit fa046c6

Please sign in to comment.