]> code.citadel.org Git - citadel.git/blob - contrib/copysource.sh
MIGRATE: By Edward Flick (DTX) properly set the message ID for the meta data record...
[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"