Skip to content

Instantly share code, notes, and snippets.

@hugoduncan
Created February 24, 2012 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugoduncan/1903946 to your computer and use it in GitHub Desktop.
Save hugoduncan/1903946 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
# Script to build the pallet-1.3 branch
git checkout pallet-1.3
git reset --hard clojure-1.3.0
git merge 1.3-001/update-pom
git merge 1.3-860/add-disable-locals-clearing
git merge 1.3-103/incorrect-error-with-if-let
git merge 1.3-196/fix-docstring-for-file-refs
git merge 1.3-683/broken-example-in-ns-docstring
git merge 1.3-917/definterface-is-not-included-in-the-API-docs
git merge 1.3-835/defmulti-doc-string-doesnt-mention-needing-to-be-passed-a-var-for-the-value-of-hierarchy
git merge 1.3-788/add-line-member-and-getter-to-CompilerException
git merge 1.3-939/report-exceptions-in-load
git merge 1.3-940/add-exception-for-non-sequence-in-refer-only
git merge 1.3-845/fix-namespaced-protocol-method-keywords
git merge 1.3-854/flatten-doc-incorrect
git merge 1.3-882/non-dynamic-earmuff-var-warning-with-file-line-number
git merge 1.3-846/Javadoc-does-not-detect-1-7
git merge 1.3-791/include-type-info-in-reflection-and-compilation-errors
mvn test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment