bitbake: fetch2/svn: Do not save authentication
authorVanveerdeghem, Simon <Simon.Vanveerdeghem@barco.com>
Fri, 12 Apr 2013 06:35:38 +0000 (08:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 May 2013 15:24:13 +0000 (16:24 +0100)
(Bitbake rev: a9b1e7c2ad13ff47acb629bae082d4f96e174f99)

Signed-off-by: Simon Vanveerdeghem <simon.vanveerdeghem@barco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/svn.py

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