Merge branch 'master' of git.rot13.org:/git/cloudstore
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 23 Aug 2011 23:32:21 +0000 (23:32 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 23 Aug 2011 23:32:21 +0000 (23:32 +0000)
Makefile
bin/debian-install.sh [new file with mode: 0755]

index 4bd15e8..e49a634 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all:
        echo "make db test"
 
 db:
-       dropdb cloudstore
+       dropdb cloudstore || true
        createdb cloudstore
        SQL=1 ./rsync-piper.pl | psql cloudstore
 
diff --git a/bin/debian-install.sh b/bin/debian-install.sh
new file mode 100755 (executable)
index 0000000..adc92d4
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -x
+
+sudo apt-get install libautodie-perl libdata-dump-perl libfile-slurp-perl libtime-hires-perl \
+libjson-xs-perl
+