[bitbake-devel] [PATCH] svn fetcher: do not save authentication

Vanveerdeghem, Simon Simon.Vanveerdeghem at barco.com
Fri Apr 12 06:35:38 UTC 2013


 

 

Signed-off-by: Simon Vanveerdeghem <simon.vanveerdeghem at barco.com>

---

lib/bb/fetch2/svn.py |    2 ++

1 file changed, 2 insertions(+)

 

diff --git a/lib/bb/fetch2/svn.py b/lib/bb/fetch2/svn.py

index ea5902e..a64a461 100644

--- a/lib/bb/fetch2/svn.py

+++ b/lib/bb/fetch2/svn.py

@@ -81,6 +81,8 @@ class Svn(FetchMethod):

 

         options = []

 

+       options.append("--no-auth-cache")

+

         if ud.user:

             options.append("--username %s" % ud.user)

 

--

1.7.10.4



DISCLAIMER:
Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20130412/da8ca6da/attachment-0001.html>


More information about the bitbake-devel mailing list