aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-05-10 12:11:26 +0200
committerOliver Smith <osmith@sysmocom.de>2023-05-10 12:13:33 +0200
commit0b87eb3fbfa42f2a5aed80d43a3435956bddf6dc (patch)
tree9938df4b761c438c2d874b5275c2398d521f2b75
parent106120cace3630a1b99c26dba5b8d646dd962a79 (diff)
obs: build_binpkg: ubuntu: use manuals container
Use the optimization of only installing osmo-gsm-manuals-dev and all its dependencies once not only with debian, but also with ubuntu. Change-Id: Ic9fef9f10b4384538e7a73479bf57a9b737a9a55
-rwxr-xr-xscripts/obs/build_binpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/obs/build_binpkg.py b/scripts/obs/build_binpkg.py
index 37dc6be..67a4bec 100755
--- a/scripts/obs/build_binpkg.py
+++ b/scripts/obs/build_binpkg.py
@@ -85,7 +85,7 @@ def main():
# Optimization: use docker container with osmo-gsm-manuals-dev already
# installed if it is in build depends
- if distro.startswith("debian:") \
+ if env["PACKAGEFORMAT"] == "deb" \
and lib.srcpkg.requires_osmo_gsm_manuals_dev(args.package):
image_type += "_manuals"