From 186abc852a9f442d94cf7fdf44f394993173ccd1 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 11 Dec 2008 10:14:55 -0500 Subject: Move tupkg scripts to tupkg/scripts. Signed-off-by: Loui Chang --- support/scripts/run-tupkgupdate | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 support/scripts/run-tupkgupdate (limited to 'support/scripts/run-tupkgupdate') diff --git a/support/scripts/run-tupkgupdate b/support/scripts/run-tupkgupdate deleted file mode 100755 index 955144a..0000000 --- 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 -$aurroot/aur/tupkg/update/tupkgupdate -c $aurroot/tupkgs.conf --delete --paranoid /srv/ftp/community/os/i686 $aurroot/cvs $aurroot/packages/full - -- cgit v1.2.3-54-g00ecf