compile opentracker
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 17 Aug 2011 14:36:58 +0000 (16:36 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 17 Aug 2011 14:36:58 +0000 (16:36 +0200)
torrent/opentracker-compile.sh [new file with mode: 0644]

diff --git a/torrent/opentracker-compile.sh b/torrent/opentracker-compile.sh
new file mode 100644 (file)
index 0000000..1572859
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -x
+
+cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat
+cd libowfat
+make
+cd ..
+cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co opentracker
+cd opentracker
+make