[MERGED] osmo-ci[master]: osmocom:nitb-split:nightly Re-introduce osmo-sgsn + osmo-ggsn

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Oct 6 02:15:30 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: osmocom:nitb-split:nightly Re-introduce osmo-sgsn + osmo-ggsn
......................................................................


osmocom:nitb-split:nightly Re-introduce osmo-sgsn + osmo-ggsn

For some strange reason, in commit
8e9fe0808072d3f5eca8b4c6fac9865a52c9beb3, the osmocom:nitb-split:nightly
package feed was rendered to use old packages for sgsn+ggsn, rather than
current ones by removing the "osc upload" from this script, but still
leaving the packages in OBS at
https://build.opensuse.org/project/show/network:osmocom:nitb-split:nightly

Removing them half (only in osmo-ci but not at OBS) is a bad idea, as
it leaves people with old packages who actually want to use nightly
builds.

Also, removing the packages in general is a very bad idea.  People
are *either* using osmocom:nightly, *or* they are using the
osmocom:nitb-split:nightly feed, but not both. So we cannot remove
any packages from the osmocom:nitb-split:nightly feed until we have
introduced all those packages to osmocom:nightly *and* we have given
people sufficient notice to update!

Change-Id: I5c091127d92a4b4beb7355e16abd9788fa3b9fe5
---
M scripts/osmocom-nightly-nitb-split.sh
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/scripts/osmocom-nightly-nitb-split.sh b/scripts/osmocom-nightly-nitb-split.sh
index 4484214..3b547bf 100755
--- a/scripts/osmocom-nightly-nitb-split.sh
+++ b/scripts/osmocom-nightly-nitb-split.sh
@@ -90,9 +90,11 @@
   checkout libasn1c
   checkout osmo-iuh
   checkout osmo-hlr
+  checkout osmo-ggsn
   checkout osmo-mgw
   checkout osmo-bsc
   checkout osmo-msc
+  checkout osmo-sgsn
 
   build libosmocore
   build libosmo-abis
@@ -102,9 +104,11 @@
   build libasn1c
   build osmo-iuh
   build osmo-hlr
+  build osmo-ggsn
   build osmo-mgw
   build osmo-bsc
   build osmo-msc
+  build osmo-sgsn
 
   post
 }

-- 
To view, visit https://gerrit.osmocom.org/4149
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5c091127d92a4b4beb7355e16abd9788fa3b9fe5
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list