bitbake: fetch2/svn: Do not save authentication

(Bitbake rev: a9b1e7c2ad13ff47acb629bae082d4f96e174f99)

Signed-off-by: Simon Vanveerdeghem <simon.vanveerdeghem@barco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Vanveerdeghem, Simon 2013-04-12 08:35:38 +02:00 committed by Richard Purdie
parent 7709342e69
commit 67ed18e656
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ class Svn(FetchMethod):
options = []
options.append("--no-auth-cache")
if ud.user:
options.append("--username %s" % ud.user)