Skip to content
Success

Changes

Summary

  1. OBS: build_srcpkg.Dockerfile: add sphinx-common (details)
  2. OBS: config: add python/pyosmocom (details)
  3. jobs/gerrit-verfifications: pyosmocom: build debs (details)
  4. manuals: publish pyosmocom manuals for releases (details)
Commit 9679c5d20778cba7e479e3e5bd75eac7cbb4f85f by Oliver Smith
OBS: build_srcpkg.Dockerfile: add sphinx-common

Install sphinx-common, as it is needed to build the source package for
pyosmocom.

Fix for:
  dh clean --with python3,sphinxdoc --buildsystem=pybuild
  dh: error: unable to load addon sphinxdoc: Can't locate Debian/Debhelper/Sequence/sphinxdoc.pm in @INC (you may need to install the Debian::Debhelper::Sequence::sphinxdoc module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at (eval 13) line 1.
  BEGIN failed--compilation aborted at (eval 13) line 1.

Change-Id: I598f0b18c44522adc1a038df9dc4d05c7f39e4b1
The file was modifiedscripts/obs/data/build_srcpkg.Dockerfile
Commit ef2502c21bb6926dcb6a7b7843be80368fdbc036 by Oliver Smith
OBS: config: add python/pyosmocom

Prepare to build debian packages for pyosmocom.

Change-Id: Ieaf033136186cb0f7c5fcba79d066f8dc863d4e2
The file was modifiedscripts/obs/lib/config.py
Commit 63e7c173b25580f02876fef8d5b0a49fdcb6b46d by Oliver Smith
jobs/gerrit-verfifications: pyosmocom: build debs

Related: pyosmocom If862c14c7802d1967d99c3939038b8eb7fe301f3
Change-Id: I3b7a53cd7a7ca2fc7d00aa0773ff0954818f8125
The file was modifiedjobs/gerrit-verifications.yml
Commit 072b1eae88a89bba4585b38ef0e47ccc6c60bea9 by Oliver Smith
manuals: publish pyosmocom manuals for releases

Adjust the building and publishing commands to work for pyosmocom.
Remove the 0.0.3 release from TAGS_IGNORE, because it already has
manuals.

Skip "apt-get -y build-dep" and adjusting "debian/control" if that file
does not exist, as it is the case with the 0.0.3 and 0.0.4 releases of
pyosmocom.

Change-Id: I3799cf825937cdd8dfca9fbd98e8b6b159f7cea8
The file was modifiedscripts/manuals/publish-manuals-for-tags.sh