checked in scripts for launch (in /home/aur) to support/scripts

added guidelines to the main index page
This commit is contained in:
pjmattal 2005-04-11 15:12:07 +00:00
parent f6fb9943b7
commit 62c472f70f
5 changed files with 33 additions and 1 deletions

16
support/scripts/run-tupkgupdate Executable file
View file

@ -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