Skip to content

Commit

Permalink
Todo example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Jan 9, 2015
1 parent 765ba8d commit 39dbff6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ test
.git
.cabal-sandbox
hugsin
*.zip
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ hugsin
.cabal-sandbox/
.meteor/
test/meteor/todos/
*.zip
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ todo:
grep -r undefined src test/client/* README.md

docker-build:
docker build .
docker run
docker cp /opt/deadpan-ddp/*.zip `pwd`
./scripts/docker-build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ You can look for incomplete items in the source by running `make todo`.
## Binaries

Pre-compiled binaries can be found for the `deadpan` debugging tool below:

* <http://sordina.binaries.s3.amazonaws.com/deadpan-0.7.0.0-Linux-3.16.7-tinycore64-x86_64.zip>
* <http://sordina.binaries.s3.amazonaws.com/deadpan-0.7.0.0-MacOSX-10.9.5-13F34.zip>
* <http://sordina.binaries.s3.amazonaws.com/deadpan-0.6.0.1-MacOSX-10.9.5-13F34.zip>
* <http://sordina.binaries.s3.amazonaws.com/deadpan-0.6.0.0-Linux-3.16.7-tinycore64-x86_64.zip>
Expand Down
10 changes: 10 additions & 0 deletions scripts/docker-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

$(boot2docker shellinit 2>/dev/null | sed 's/ *//')

# docker build .
# docker run 0d2aef9c9a37
zipfile="$(docker run 0d2aef9c9a37 /bin/ls '/opt/deadpan-ddp/' | grep zip)"
echo $zipfile
docker cp 5d42986386ab:/opt/deadpan-ddp/$zipfile `pwd`
./scripts/cabal-s3-upload *.zip

0 comments on commit 39dbff6

Please sign in to comment.