Commit de41ae41 authored by Christophe Dumez's avatar Christophe Dumez

- make svn_update.sh non-iteractive (ssl trust...)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7142 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b9a090c
......@@ -20,9 +20,9 @@ for p in $PRODUCTS
echo ""
echo "----- Updating $p -----"
if ls $ZOPE_PRODUCTS/$p > /dev/null 2>&1 /dev/null; then
svn update $p
svn --non-interactive update $p
else
svn checkout https://svn.erp5.org/repos/public/erp5/trunk/products/$p
svn --non-interactive checkout https://svn.erp5.org/repos/public/erp5/trunk/products/$p
fi
done
......@@ -66,4 +66,4 @@ for p in $PRODUCTS
fi
done
exit 0
\ No newline at end of file
exit 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment