Commit 63dfa090 authored by Davis King's avatar Davis King

Made the makerel script a little more robust.

parent 7956d9f3
...@@ -87,7 +87,7 @@ mv $SOURCE_ZIP v$RELEASE ...@@ -87,7 +87,7 @@ mv $SOURCE_ZIP v$RELEASE
echo Create Mercurial tags and commit release echo Create Mercurial tags and commit release
cd .. cd ..
hg tag v$RELEASE hg tag v$RELEASE || report_failure
hg commit -m "Created release v$RELEASE" hg commit -m "Created release v$RELEASE"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment