]> git.stg.codes - stg.git/blobdiff - projects/make_tarball/make.sh
Fix path to git repository in archive creation script
[stg.git] / projects / make_tarball / make.sh
index f9903e07b1c2ee67aad4c378bfea7632596f2f89..a429df63572c3cdab58b746d39b82d62c914c2a8 100755 (executable)
@@ -3,7 +3,7 @@
 SRC_DIR=stg-2.4-`date "+%Y.%m.%d-%H.%M.%S"`
 ARC_NAME=$SRC_DIR.tar.gz
 
-git clone git://madf.dyndns.org/stg.git $SRC_DIR
+git clone git://gitorious.org/stg/stg.git $SRC_DIR
 
 if [ $? != 0 ]
 then
@@ -15,8 +15,13 @@ rm -rf $SRC_DIR/.git
 rm -rf $SRC_DIR/.gitignore
 rm -r $SRC_DIR/projects/make_tarball
 rm -r $SRC_DIR/projects/traffcounter
-rm -r $SRC_DIR/projects/stargazer/plugins/other/userstat
 rm -r $SRC_DIR/projects/stargazer/plugins/authorization/stress
+rm -r $SRC_DIR/projects/stargazer/plugins/configuration/sgconfig2
+rm -r $SRC_DIR/projects/stargazer/plugins/configuration/sgconfig-ng
+rm -r $SRC_DIR/projects/stargazer/plugins/configuration/xrconfig
+rm -r $SRC_DIR/projects/stargazer/plugins/other/userstat
 rm -r $SRC_DIR/projects/stargazer/plugins/store/db
 
+make -C $SRC_DIR/doc/xmlrpc-doc
+
 tar -zcf $ARC_NAME $SRC_DIR