Update usage and paths in tupkg run scripts.

In run-tupkgupdate:
Set HOME for correct CVS auth.
Properly filter out unneeded messages from
CVS output, and prune empty directories on update.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2008-12-11 10:09:21 -05:00
parent 5b47a29d2b
commit 084b11a6f2
2 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
aurroot=/srv/sites/http/aur
aurroot=/srv/http/aur
nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 &