summaryrefslogtreecommitdiff
path: root/db-core
diff options
context:
space:
mode:
Diffstat (limited to 'db-core')
-rwxr-xr-xdb-core17
1 files changed, 17 insertions, 0 deletions
diff --git a/db-core b/db-core
new file mode 100755
index 0000000..34a24f1
--- /dev/null
+++ b/db-core
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+repoid=5
+reponame="core"
+arch="i686"
+
+ftppath="/home/ftp/core/os/i686"
+
+cvspath="/home/cvs-core"
+cvsmod="core"
+cvstag="CURRENT"
+
+stagedir="$HOME/staging/core"
+
+# call the real script
+. `dirname $0`/db-inc
+