diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-12-11 10:09:21 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-11 10:20:59 -0500 |
commit | 084b11a6f2e1575cd7c84dee194d0ab66e2087a4 (patch) | |
tree | 74a7129f62ae108fc45a4f2849a2669f53d4dcab /support/scripts/run-tupkgs | |
parent | 5b47a29d2b0665f41ddd2e045ef926e8b3aa2368 (diff) | |
download | aurweb-084b11a6f2e1575cd7c84dee194d0ab66e2087a4.tar.xz |
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>
Diffstat (limited to 'support/scripts/run-tupkgs')
-rwxr-xr-x | support/scripts/run-tupkgs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/run-tupkgs b/support/scripts/run-tupkgs index 72fb11d..429f815 100755 --- a/support/scripts/run-tupkgs +++ b/support/scripts/run-tupkgs @@ -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 & |