Skip to content

Changes

Summary

  1. release-tarball: support git submodules (details)
  2. release-tarball: fix osmo-trx 1.5.0 (details)
  3. release-tarball: remove PARALLEL_MAKE variable (details)
  4. release-tarball: add var to use list from jenkins (details)
  5. release-tarball: add libosmo-pfcp, libgtpnl (details)
Commit c801b72336d744ede233d5be991d5bfb7b1ceabc by Oliver Smith
release-tarball: support git submodules

osmo-trx 1.5.0 is now using a git submodule for osmocom-bb, so add
support for it.

Change-Id: I35e9ef6d976ae8cf2bfb4f3c410e6b2cb3ca7841
The file was modified release-tarball-build-dist/osmocom-release-tarballs.sh
Commit 2ef19d24d25066e8cba53188c082842bb6d7176d by Oliver Smith
release-tarball: fix osmo-trx 1.5.0

Run configure with the --with-mstrx argument, so LIBTRXCON_DIR is not
pointing at an empty directory.

Fix for:
  make[2]: Entering directory '/build/_temp/repos/osmo-trx/osmocom-bb'
  make[2]: *** No rule to make target 'distdir'.  Stop.

Change-Id: I2f067409f98119d4e35cf86cc2c816fc3c19e3f5
The file was modified release-tarball-build-dist/osmocom-release-tarballs.sh
Commit c23f21f31cc75e6472587c5749a3fa01e2d2a740 by Oliver Smith
release-tarball: remove PARALLEL_MAKE variable

Probably copy pasted from another script, doesn't make much sense here
since only the release tarballs are built. Nothing gets compiled here,
the variable was not used.

Change-Id: Ie74ee6976759f9634503b21e964e93efcc925679
The file was modified release-tarball-build-dist/osmocom-release-tarballs.sh
Commit b769d120211a19636526dcc74e94667fe95d1e61 by Oliver Smith
release-tarball: add var to use list from jenkins

Add a parameter that can be used to reproduce the failure locally with
the last list from jenkins, without having SSH set up to download the
list of existing tarballs.

Change-Id: I9af310c24aa65c21cc4bd365d3df7804cba02df7
The file was modified release-tarball-build-dist/jenkins.sh
The file was modified release-tarball-build-dist/Dockerfile
The file was modified release-tarball-build-dist/osmocom-release-tarballs.sh
Commit 4bbe87db968489a6631fba105e93fb9ae65b0bcc by Oliver Smith
release-tarball: add libosmo-pfcp, libgtpnl

Change-Id: I4096c21352366c16167efce5c2a97f4e04c1addb
The file was modified release-tarball-build-dist/osmocom-release-tarballs.sh