[Buildroot] [PATCH] suport/download: force svn to be non-interactive

Yann E. MORIN yann.morin.1998 at free.fr
Sun Nov 5 16:41:05 UTC 2017


On 2017-11-05 17:40 +0100, Yann E. MORIN spake thusly:
> All,
> 
> On 2017-11-05 17:34 +0100, Arnout Vandecappelle spake thusly:
> > On 05-11-17 16:14, André Hentschel wrote:
> > > Am 03.11.2017 um 22:22 schrieb Yann E. MORIN:
> > >> Fixes:
> > >>     http://autobuild.buildroot.org/results/2af/2af7412846c576089f8596857ab8c81ac31c1bed/
> > >>
> > >> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> > >> Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> > >> Cc: André Hentschel <nerv at dawncrow.de>
> > >> ---
> > >>  support/download/svn | 2 +-
> > >>  1 file changed, 1 insertion(+), 1 deletion(-)
> > >>
> > >> diff --git a/support/download/svn b/support/download/svn
> > >> index 77abf3d02d..9f27d71f86 100755
> > >> --- a/support/download/svn
> > >> +++ b/support/download/svn
> > >> @@ -33,6 +33,6 @@ _svn() {
> > >>      eval ${SVN} "${@}"
> > >>  }
> > >>  
> > >> -_svn export ${verbose} "${@}" "'${repo}@${rev}'" "'${basename}'"
> > >> +_svn --non-interactive export ${verbose} "${@}" "'${repo}@${rev}'" "'${basename}'"
> > >>  
> > >>  tar czf "${output}" "${basename}"
> > >>
> > > 
> > > 
> > > Reviewed-by: André Hentschel <nerv at dawncrow.de>
> > 
> >  Thanks! Sorry that Thomas, Yann and I gave you the same message three times.
> > Race conditions, difficult to avoid :-)
> 
> lock(buildroot.mailing_list)
> 
> Yeah I found it pretty funny in retrospect. A bit like the other
> discussion about BR2_REPRODUCIBLE where I basically repeated Thomas and
> Peter's words, when I should have just read the entire thread before
> replying.

Aha! got y'all stuck!

unlock(buildroot.mailing_list)

There, fixed. ;]

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list