This is only required to avoid a lock inversion between the repo lock
and database table locks, but we have no explicit database table locks
any more.
We do not want to hold the repo lock for an extended period,
particularly when we are running a database retry loop.
In practice, currently, cs-bisection-step always fails with a database
serialisation error.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
}
csreadconfig();
-grabrepolock_reexec(@org_argv);
reportcmdline();
findbasics();
digraph_whole();