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 ...@@ -20,9 +20,9 @@ for p in $PRODUCTS
echo "" echo ""
echo "----- Updating $p -----" echo "----- Updating $p -----"
if ls $ZOPE_PRODUCTS/$p > /dev/null 2>&1 /dev/null; then if ls $ZOPE_PRODUCTS/$p > /dev/null 2>&1 /dev/null; then
svn update $p svn --non-interactive update $p
else 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 fi
done done
...@@ -66,4 +66,4 @@ for p in $PRODUCTS ...@@ -66,4 +66,4 @@ for p in $PRODUCTS
fi fi
done done
exit 0 exit 0
\ No newline at end of file
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