From 2d8cc96bf6eada340975827b8f631496da79e63b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 5 May 2006 01:38:33 +0000 Subject: updates for multi-architecture support --- db-unstable64 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 db-unstable64 (limited to 'db-unstable64') diff --git a/db-unstable64 b/db-unstable64 new file mode 100755 index 0000000..38904d3 --- /dev/null +++ b/db-unstable64 @@ -0,0 +1,18 @@ +#!/bin/bash +# $Id: db-unstable64,v 1.1 2006/05/05 01:38:33 judd Exp $ + +repoid=3 +reponame="unstable" +arch="x86_64" + +ftppath="/home/ftp/unstable/os/x86_64" + +cvspath="/home/cvs-unstable" +cvsmod="unstable" +cvstag="CURRENT-64" + +stagedir="/home/arch64/staging/unstable" + +# call the real script +. `dirname $0`/db-inc + -- cgit v1.2.3-24-g4f1b