<p dir="ltr"><br>
On Jan 1, 2016 2:10 PM, "Willy Sudiarto Raharjo" <<a href="mailto:willysr@sbopkg.org">willysr@sbopkg.org</a>> wrote:<br>
><br>
> > In the manual it says this regarding the -B option for installing without asking for confirmation:<br>
> ><br>
> > -B<br>
> >     Process the packages or queues without prompting for confirmation first.<br>
> ><br>
> > This works when installing packages, but for queues I still get the confirmation question. Is this right?<br>
><br>
> I tried sbopkg -Bi libbonobo and it only asked whether i want to build<br>
> it using queues (generated by sqg already), package, or quit<br>
> when i pick queues, it will run the process without asking anymore<br>
><br>
> sbopkg -Bi libbonobo<br>
> Both a queuefile and a package were found with the name "libbonobo".<br>
><br>
> Use (Q)ueuefile, (P)ackage, or (A)bort?: q<br></p>
<p dir="ltr">If you want to script it just pipe 'echo q' into your sbopkg command:</p>
<p dir="ltr">  echo q | sbopkg ...</p>
<p dir="ltr">I do something similar in config-o-matic:</p>
<p dir="ltr"><a href="https://github.com/ryanpcmcquen/config-o-matic/blob/master/.slackConfigROOT.sh#L144">https://github.com/ryanpcmcquen/config-o-matic/blob/master/.slackConfigROOT.sh#L144</a></p>