blob: f54464ef9b92f4181ed39b558b2957c73f62ad38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|