diff options
author | Judd Vinet <judd@archlinux.org> | 2006-05-05 03:38:33 +0200 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2006-05-05 03:38:33 +0200 |
commit | 2d8cc96bf6eada340975827b8f631496da79e63b (patch) | |
tree | 71d8cbf87f55dc14f29b3984cb9721b9f5a55d4d /db-arch | |
parent | f3d8a756a29d26d91bfe191e717b2a656d39c176 (diff) | |
download | dbscripts-2d8cc96bf6eada340975827b8f631496da79e63b.tar.gz dbscripts-2d8cc96bf6eada340975827b8f631496da79e63b.tar.xz |
updates for multi-architecture support
Diffstat (limited to 'db-arch')
-rwxr-xr-x | db-arch | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,13 +1,15 @@ #!/bin/bash -# $Id: db-arch,v 1.23 2006/02/20 06:33:40 judd Exp $ +# $Id: db-arch,v 1.24 2006/05/05 01:38:33 judd Exp $ repoid=1 reponame="current" +arch="i686" ftppath="/home/ftp/current/os/i686" cvspath="/home/cvs-arch" cvsmod="arch/build" +cvstag="CURRENT" stagedir="$HOME/staging/arch" |