summaryrefslogtreecommitdiffstats
path: root/db-unstable64
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-05-05 03:38:33 +0200
committerJudd Vinet <judd@archlinux.org>2006-05-05 03:38:33 +0200
commit2d8cc96bf6eada340975827b8f631496da79e63b (patch)
tree71d8cbf87f55dc14f29b3984cb9721b9f5a55d4d /db-unstable64
parentf3d8a756a29d26d91bfe191e717b2a656d39c176 (diff)
downloaddbscripts-2d8cc96bf6eada340975827b8f631496da79e63b.tar.gz
dbscripts-2d8cc96bf6eada340975827b8f631496da79e63b.tar.xz
updates for multi-architecture support
Diffstat (limited to 'db-unstable64')
-rwxr-xr-xdb-unstable6418
1 files changed, 18 insertions, 0 deletions
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
+