Skip to content

Changes

Summary

  1. CI: OBS: centos7: use vault.centos.org (details)
  2. obs/lib/srcpkg: also rstrip() the output of git-version-gen (details)
Commit 637e5c1a89beb6353b7a6aff6b409037d73ad2c6 by Oliver Smith
CI: OBS: centos7: use vault.centos.org

The centos7 images try to use mirrorlist.centos.org to determine the
fastest mirror, and then download binary packages from there. But
mirrorlist.centos.org isn't online anymore. Use the vault instead.

Without this patch, the mirrors that can't be reached are ignored, and
later on it fails to properly install packages because of missing
dependencies.

Related: docker-playground I0a8f93bb16dd9245760b8a1ad53f0642d446b4cf
Change-Id: I2489fe1d6edf969e55e154bca4b6d961da2a9d94
The file was modified scripts/obs/data/build_binpkg.Dockerfile
Commit d25c03956153d78b7da3a1f8799bd381b7259d8d by laforge
obs/lib/srcpkg: also rstrip() the output of git-version-gen

Ensures there is no trailing newline or space at the end of the version.

Change-Id: Ieab16b9f497a264ee025e4da362005630e83c1bb
The file was modified scripts/obs/lib/srcpkg.py