Change in osmo-ci[master]: scripts/osmocom-obs-link.sh: new file

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Tue May 19 15:03:14 UTC 2020


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/18364 )


Change subject: scripts/osmocom-obs-link.sh: new file
......................................................................

scripts/osmocom-obs-link.sh: new file

Related: OS#4550
Change-Id: Ib36682d645d9badad5515476675a947f2aec0baa
---
A scripts/osmocom-obs-link.sh
1 file changed, 30 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/64/18364/1

diff --git a/scripts/osmocom-obs-link.sh b/scripts/osmocom-obs-link.sh
new file mode 100755
index 0000000..5f017ff
--- /dev/null
+++ b/scripts/osmocom-obs-link.sh
@@ -0,0 +1,30 @@
+#!/bin/sh -x
+# Building packages for CentOS requires some dependencies, that are only available in openSUSE. These packages are
+# linked into the Osmocom repository, so they get built for CentOS as well. This script is a reference for all linked
+# packages in the repository and can be executed once when creating a new repository (e.g. in home:USER:nightly for
+# testing changes before applying them to network:osmocom:nightly).
+
+PROJ="home:USER"
+
+# osmo-sip-connector: depends on sofia-sip-ua-glib
+osc linkpac openSUSE:Factory sofia-sip "$PROJ"
+
+# osmo-pcap: depends on libzmq
+osc linkpac openSUSE:Factory zeromq "$PROJ"
+osc linkpac openSUSE:Factory libunwind "$PROJ"
+osc linkpac openSUSE:Factory libsodium "$PROJ"
+osc linkpac openSUSE:Factory openpgm "$PROJ"
+
+# osmo-remsim: depends on libulfius
+osc linkpac openSUSE:Factory ulfius "$PROJ"
+osc linkpac openSUSE:Factory orcania "$PROJ"
+osc linkpac openSUSE:Factory yder "$PROJ"
+
+# osmo-remsim: depends on libcsv
+osc linkpac openSUSE:Factory libcsv "$PROJ"
+
+# libusrp: depends on fdupes
+osc linkpac openSUSE:Factory fdupes "$PROJ"
+
+# libusrp: depends on sdcc
+osc linkpac openSUSE:Factory sdcc "$PROJ"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/18364
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ib36682d645d9badad5515476675a947f2aec0baa
Gerrit-Change-Number: 18364
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200519/c2e55553/attachment.htm>


More information about the gerrit-log mailing list