Last active
November 15, 2017 22:51
-
-
Save mcollina/cdfbf819740968bde9bc722eec854926 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
set -x | |
set -e | |
curl -L https://github.com/nodejs/node/pull/$1.patch | git am --whitespace=fix | |
get-metadata $1 -f msg.txt | |
echo -e "$(git show -s --format=%B)\n\n$(cat msg.txt)" > msg.txt | |
git commit --amend -F msg.txt | |
git show -s --format=%B | |
./configure | |
make -j4 test | |
core-validate-commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment