summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/run-tupkgs4
-rwxr-xr-xsupport/scripts/run-tupkgupdate19
-rwxr-xr-xsupport/scripts/stop-tupkgs3
3 files changed, 0 insertions, 26 deletions
diff --git a/support/scripts/run-tupkgs b/support/scripts/run-tupkgs
deleted file mode 100755
index 429f815a..00000000
--- a/support/scripts/run-tupkgs
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-aurroot=/srv/http/aur
-
-nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 &
diff --git a/support/scripts/run-tupkgupdate b/support/scripts/run-tupkgupdate
deleted file mode 100755
index 955144a6..00000000
--- a/support/scripts/run-tupkgupdate
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-aurroot=/srv/http/aur
-
-# Set HOME for correct cvs auth.
-HOME=$aurroot
-
-echo "--------------------"
-date
-
-# Update the CVS tree.
-# Filter out useless output.
-cd $aurroot/cvs
-echo "Updating CVS..."
-cvs update -dP 2>&1 | grep -v "Updating"
-
-# tupkgupdate <repodir> <cvsdir> <incomingdir>
-$aurroot/aur/tupkg/update/tupkgupdate -c $aurroot/tupkgs.conf --delete --paranoid /srv/ftp/community/os/i686 $aurroot/cvs $aurroot/packages/full
-
diff --git a/support/scripts/stop-tupkgs b/support/scripts/stop-tupkgs
deleted file mode 100755
index b0e4c027..00000000
--- a/support/scripts/stop-tupkgs
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-killall tupkgs