aurweb/support/scripts/run-tupkgs
Loui Chang 084b11a6f2 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>
2008-12-11 10:20:59 -05:00

4 lines
127 B
Bash
Executable file

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