summaryrefslogtreecommitdiffstats
path: root/support/scripts/run-tupkgupdate
diff options
context:
space:
mode:
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 00000000..f54464ef
--- /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