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-arch64 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 db-arch64 (limited to 'db-arch64') diff --git a/db-arch64 b/db-arch64 deleted file mode 100755 index a16a6df..0000000 --- a/db-arch64 +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -repoid=1 -reponame="current" -arch="x86_64" - -ftppath="/home/ftp/current/os/x86_64" - -cvspath="/home/cvs-arch" -cvsmod="arch/build" -cvstag="CURRENT-64" - -stagedir="/home/arch64/staging/arch" - -# call the real script -. `dirname $0`/db-inc - -- cgit v1.2.3-24-g4f1b