From Eriberto Mota@21:1/5 to All on Wed Apr 9 22:40:01 2025
Hi again Guido,
Today I created a loop 'for' to import several 'dsc' downloaded via debsnap command. This loop was using the 'gbp import-dsc' command. For my surprise,
the order of upstream branches was truncated. So I added a 'sleep' command after 'gbp import-dsc' and the result was fixed. The conclusion is some
imports are occurring before the last import ends.
Could you add an option to provide a pause between each import? Something
like this:
gbp import-dscs -p 30 source/*.dsc
Where 30 is the time in seconds.
Another solution is to make the command 'gbp import-dscs' to verify if the
tags upstream/<version> and debian/<revision> were created before start to import the next 'dsc'.