]> code.citadel.org Git - citadel.git/blob - contrib/copysource.sh
THREADS: config setting min_workers _now_ also is that, plus its also max_spare_workers
[citadel.git] / contrib / copysource.sh
1 #!/bin/bash
2 cp ~vs/citadelPrepare/home/checkout/tmp/webcit_*   ~vs/apache/home/debiancitadel/public_html/source/
3 cp ~vs/citadelPrepare/home/checkout/tmp/citadel_*  ~vs/apache/home/debiancitadel/public_html/source/
4
5 chroot ~vs/apache  /bin/bash -c "cd /home/debiancitadel/; ./refreshsource.sh"