From 62c472f70f473db7946bc983fa7c41af6646a239 Mon Sep 17 00:00:00 2001
From: pjmattal <pjmattal>
Date: Mon, 11 Apr 2005 15:12:07 +0000
Subject: checked in scripts for launch (in /home/aur) to support/scripts added
 guidelines to the main index page

---
 support/scripts/run-tupkgupdate | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100755 support/scripts/run-tupkgupdate

(limited to 'support/scripts/run-tupkgupdate')

diff --git a/support/scripts/run-tupkgupdate b/support/scripts/run-tupkgupdate
new file mode 100755
index 0000000..f54464e
--- /dev/null
+++ b/support/scripts/run-tupkgupdate
@@ -0,0 +1,16 @@
+#/bin/bash
+
+echo "-----"
+date
+
+# update the cvs tree
+cd /home/aur/cvs
+cvs update -d
+cd -
+
+# sleep to avoid running into judd's permissions script!!
+#sleep 30
+
+# it's tupkgupdate <repodir> <cvsdir> <incomingdir>
+/home/aur/aur/tupkg/update/tupkgupdate --delete --paranoid /home/ftp/community/os/i686 /home/aur/cvs /home/aur/packages/full
+date
-- 
cgit v1.2.3-54-g00ecf