Skip to content
Success

#27274 (Mar 6, 2026, 10:05:52 AM)

Started 1 day 3 hr ago
Took 1.9 sec on build5-deb12build-ansible

Started by upstream project gerrit-pysim build number 2891
originally caused by:

This run spent:

  • 19 sec waiting;
  • 1.9 sec build duration;
  • 21 sec total from scheduled to completion.
Revision: b1e45cf59aebc91fa7ba9426a2001fb28b8c8ddb
Repository: $GERRIT_REPO_URL
  • master
contrib/smpp-ota-tool: define commandline arguments in global scope

The commandline arguments are currently defined under __main__ in a
private scope. From there they are not reachable to the sphinx
argparse module. We have to define the arguments globally at the
top. (like in the other applications)

Related: SYS#7881
Change-Id: I2d9782e3f5b1cac78c22d206fdcac4118c7d5e7c
pmaier@sysmocom.de at