summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdb-arch17
-rwxr-xr-xdb-arch6417
-rwxr-xr-xdb-core17
-rwxr-xr-xdb-core6420
4 files changed, 37 insertions, 34 deletions
diff --git a/db-arch b/db-arch
deleted file mode 100755
index 34a3176..0000000
--- a/db-arch
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-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"
-
-# call the real script
-. `dirname $0`/db-inc
-
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
-
diff --git a/db-core b/db-core
new file mode 100755
index 0000000..34a24f1
--- /dev/null
+++ b/db-core
@@ -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
+
diff --git a/db-core64 b/db-core64
new file mode 100755
index 0000000..a96aa75
--- /dev/null
+++ b/db-core64
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+export CARCH=x86_64
+
+repoid=5
+reponame="core"
+arch="x86_64"
+
+ftppath="/home/ftp/core/os/x86_64"
+
+cvspath="/home/cvs-core"
+cvsmod="core"
+cvstag="CURRENT-64"
+
+#stagedir="/home/arch64/staging/extra"
+stagedir="$HOME/staging/core64"
+
+# call the real script
+. `dirname $0`/db-inc
+