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
# See: https://github.com/drush-ops/drush/blob/master/examples/example.make.yml | |
core: "7.x" | |
api: 2 | |
projects: | |
drupal: | |
version: ~ | |
defaults: |
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
-- MySQL dump 10.13 Distrib 5.7.11-4, for osx10.11 (x86_64) | |
-- | |
-- Host: localhost Database: drupal_d7 | |
-- ------------------------------------------------------ | |
-- Server version 5.7.11-4 | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!40101 SET NAMES utf8 */; |
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
Homebrew build logs for percona-server on macOS 10.11.6 | |
Build date: 2016-12-19 13:11:47 |
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
#!/bin/bash | |
if [ -z "$1" ] | |
then | |
TAG=$(git describe --abbrev=0 --tags) | |
else | |
TAG="$1" | |
fi | |
if [ -z "$2" ] | |
then |
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
# Switch out 5.6 for required version | |
phpbrew install -j $(nproc) 5.6 +default +mysql +fpm +gd \ | |
+bz2="$(brew --prefix bzip2)" \ | |
+curl="$(brew --prefix curl-openssl)" \ | |
+zlib="$(brew --prefix zlib)" | |
# PHP 7.2 needed some tweaks (the mirror and the X11 thing (which helps GD compile)) | |
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
#!/bin/bash -x | |
PACKS=( | |
"aesthetic:different_stems" | |
"terrain:circular_sun_and_moon" | |
"variation:variated_bookshelves" | |
"peace_and_quiet:quieter_bees" | |
"peace_and_quiet:quieter_cows" | |
"peace_and_quiet:quieter_ghasts" | |
"peace_and_quiet:quieter_sheep" |
OlderNewer