All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] svn fetcher: do not save authentication
@ 2013-04-12  6:35 Vanveerdeghem, Simon
  0 siblings, 0 replies; only message in thread
From: Vanveerdeghem, Simon @ 2013-04-12  6:35 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Simon.Vanveerdeghem

[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]

 

 

Signed-off-by: Simon Vanveerdeghem <simon.vanveerdeghem@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.

[-- Attachment #2: Type: text/html, Size: 3737 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-12  7:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-12  6:35 [PATCH] svn fetcher: do not save authentication Vanveerdeghem, Simon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.