# HG changeset patch # User Christophe Lincoln # Date 1489963234 -3600 # Node ID d720d2c157ebe1fa956e0f04a3d82490202a1b30 # Parent 896db259d19dac45e46ded326c5c351c0552525f pangolin: up utility to use tazcraft repo diff -r 896db259d19d -r d720d2c157eb pangolin/pangolin --- a/pangolin/pangolin Sun Mar 19 17:29:08 2017 +0100 +++ b/pangolin/pangolin Sun Mar 19 23:40:34 2017 +0100 @@ -103,9 +103,10 @@ cd ${REPOS}/slitaz-forge && hg update cp -rf play.slitaz.me/* ${WWW}/play.slitaz.me/public_html # Tazcraft - cd ${REPOS}/slitaz-dev-tools && hg update + cd ${REPOS}/tazcraft && hg update rm -rf ${WWW}/play.slitaz.me/public_html/tazcraft - cp -rf tazcraft/cgi-bin ${WWW}/play.slitaz.me/public_html/tazcraft + cp -rf tazcraft/web ${WWW}/play.slitaz.me/public_html/tazcraft + make install-server newline ;; up-pangolin)