summaryrefslogtreecommitdiffstats
path: root/support/scripts/run-tupkgupdate
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-04-11 15:12:07 +0000
committerpjmattal <pjmattal>2005-04-11 15:12:07 +0000
commit62c472f70f473db7946bc983fa7c41af6646a239 (patch)
treee2421fec494dde38c756377af44244fe2438c57d /support/scripts/run-tupkgupdate
parentf6fb9943b7b5c4e6544a731651bb74253e5514e0 (diff)
downloadaurweb-62c472f70f473db7946bc983fa7c41af6646a239.tar.xz
checked in scripts for launch (in /home/aur) to support/scripts
added guidelines to the main index page
Diffstat (limited to 'support/scripts/run-tupkgupdate')
-rwxr-xr-xsupport/scripts/run-tupkgupdate16
1 files changed, 16 insertions, 0 deletions
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