Clean up READMEs and broken stuff.

Move all support for clouds that are broken with this change into an `icebox` directory.  We'll move that stuff back out as we fix it up.
This commit is contained in:
Joe Beda
2014-10-01 16:17:51 -07:00
parent 29e42991c2
commit 38d5906044
49 changed files with 118 additions and 139 deletions

View File

@@ -19,14 +19,8 @@
set -e
# First build the binaries
$(dirname $0)/build-go.sh
if [ "$?" != "0" ]; then
exit 1
fi
# Then build a release
$(dirname $0)/../release/release.sh
$(dirname $0)/../build/release.sh
if [ "$?" != "0" ]; then
echo "Building the release failed!"
exit 1