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-core64 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 db-core64 (limited to 'db-core64') diff --git a/db-core64 b/db-core64 new file mode 100755 index 0000000..a96aa75 --- /dev/null +++ b/db-core64 @@ -0,0 +1,20 @@ +#!/bin/bash + +export CARCH=x86_64 + +repoid=5 +reponame="core" +arch="x86_64" + +ftppath="/home/ftp/core/os/x86_64" + +cvspath="/home/cvs-core" +cvsmod="core" +cvstag="CURRENT-64" + +#stagedir="/home/arch64/staging/extra" +stagedir="$HOME/staging/core64" + +# call the real script +. `dirname $0`/db-inc + -- cgit v1.2.3-24-g4f1b