X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=contrib%2Fcopysource.sh;fp=contrib%2Fcopysource.sh;h=f5f6cb65cf02cdcd480984820b89337dfe2be89b;hb=0070f8e3ededa5e683dd3104521f4ef3b737e716;hp=0000000000000000000000000000000000000000;hpb=7239856720fe09b101458045f7d35fe76e4ce1fe;p=citadel.git diff --git a/contrib/copysource.sh b/contrib/copysource.sh new file mode 100755 index 000000000..f5f6cb65c --- /dev/null +++ b/contrib/copysource.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cp ~vs/citadelPrepare/home/checkout/tmp/webcit_* ~vs/apache/home/debiancitadel/public_html/source/ +cp ~vs/citadelPrepare/home/checkout/tmp/citadel_* ~vs/apache/home/debiancitadel/public_html/source/ + +chroot ~vs/apache /bin/bash -c "cd /home/debiancitadel/; ./refreshsource.sh"