<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 5, 2019, 6:10 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 5 Aug 2019, Jeremy Hansen wrote:<br>
<br>
>> The pending queue file has 195 packages. Should I separate these by repo<br>
>> category into separate .sqf files?<br>
<br>
> I wouldn't. One file will make it easier.<br>
<br>
Jeremy,<br>
<br>
Okay. I'll leave them all in one file.<br>
<br>
> Does the sequence of packages in [a|the] queue file matter?<br>
><br>
> Yes! This is the order sbopkg will build them in, so they need to be in<br>
> the right build order. sqg generates queue files based on the needed build<br>
> order for the SlackBuilds.<br>
<br>
I thought so yet hoped for a command line option that would make life<br>
simpler. :-)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">This actually reminded me of a request I made for sqg almost 4 years ago that Willy implemented 2 years ago. You should be able to run sqg with the programs you you want with a -o after it and it will write a /var/lib/sbopkg/queues/custom.sqf file</div><div dir="auto"><br></div><div dir="auto">sqg -p "krusader filezilla mediainfo" -o</div><div dir="auto"><br></div><div dir="auto">You could use this to have sqg create a custom.sqf file, which you should then be able to run sbopkg -i custom and then tell it to do the queuefile.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div></div>