Remove garbage histories.
[scm/meta/abs.git] / update.template
index d132059..4b3f2b1 100644 (file)
@@ -50,6 +50,8 @@ for pf in $PROFILE; do
   rm -rf $SDK_PATH/platforms/tizen-5.0/$pf/rootstraps/
 done
 
+rm -rf $SDK_PATH/.info/*private*
+
 wget --no-proxy -P $SHARE_ROOT/ -r -nd -np -R index.html* ${ROOTSTRAP_URL}/ &> /dev/null
 
 rs_list=`ls $SHARE_ROOT | grep .*-rs.*.zip`