fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=11
This commit is contained in:
parent
5dabc5e6fb
commit
d9ba034cba
4
tar_scm
4
tar_scm
@ -138,9 +138,9 @@ if [ "$MYSCM" == "svn" ]; then
|
||||
cd "$MYSUBDIR"
|
||||
fi
|
||||
if [ -n "$MYREVISION" ]; then
|
||||
svn co --trust-server-cert -r"$MYREVISION" "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
|
||||
svn co --non-interactive --trust-server-cert -r"$MYREVISION" "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
|
||||
else
|
||||
svn co --trust-server-cert "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
|
||||
svn co --non-interactive --trust-server-cert "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
|
||||
fi
|
||||
if [ -n "$MYSUBDIR" ]; then
|
||||
cd -
|
||||
|
Loading…
Reference in New Issue
Block a user