aurweb/support/scripts/run-tupkgupdate
pjmattal 62c472f70f checked in scripts for launch (in /home/aur) to support/scripts
added guidelines to the main index page
2005-04-11 15:12:07 +00:00

16 lines
341 B
Text
Executable file

#/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