From 8370508de93460fc1c2860ba8d1e18de1f271847 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 29 Nov 2007 09:31:59 -0600 Subject: Remove db-arch scripts, add db-core scripts Signed-off-by: Dan McGee --- db-core | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 db-core (limited to 'db-core') 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 + -- cgit v1.2.3-54-g00ecf