This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New release : 8.1.15 (Issue neard/neard#349)
- Loading branch information
Showing
7 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%" %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%" %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
drushVersion = "8.1.15" | ||
drushExe = "drush.bat" | ||
|
||
bundleRelease = "@RELEASE_VERSION@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters