diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-29 16:31:59 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-29 16:31:59 +0100 |
commit | 8370508de93460fc1c2860ba8d1e18de1f271847 (patch) | |
tree | 6f77dc0659b5dce7c727956bd69c3895b1c23476 /db-core | |
parent | aa0f9ebe47906f7fe2aa29cdb0ccf74aed771708 (diff) | |
download | dbscripts-8370508de93460fc1c2860ba8d1e18de1f271847.tar.gz dbscripts-8370508de93460fc1c2860ba8d1e18de1f271847.tar.xz |
Remove db-arch scripts, add db-core scripts
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'db-core')
-rwxr-xr-x | db-core | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +#!/bin/bash + +repoid=5 +reponame="core" +arch="i686" + +ftppath="/home/ftp/core/os/i686" + +cvspath="/home/cvs-core" +cvsmod="core" +cvstag="CURRENT" + +stagedir="$HOME/staging/core" + +# call the real script +. `dirname $0`/db-inc + |