Change in osmo-ci[master]: OBS: nightly: don't download bumpversion

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 Feb 2 13:16:27 UTC 2021


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


Change subject: OBS: nightly: don't download bumpversion
......................................................................

OBS: nightly: don't download bumpversion

Stop downloading bumpversion related archives with each run. They were
not uploaded to OBS after the download (no 'osc add' runs aftewards, and
last modified of network:osmocom:nightly:bumpversion is 3 years ago).

bumpversion is needed to run osmo-release.sh, and is available in debian
since 9 (stretch).

Related: https://build.opensuse.org/package/show/network:osmocom:nightly/bumpversion
Change-Id: Iaf2527043e9acdb6acff3e481d4516ac4b75b7e7
---
M scripts/osmocom-nightly-packages.sh
1 file changed, 0 insertions(+), 17 deletions(-)



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

diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 44f4a6e..58a8a52 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -162,21 +162,6 @@
   osc status
 }
 
-download_bumpversion() {
-  # bumpversion is required for debian < 9/stretch
-  local oscdir=$REPO/osc/$PROJ/bumpversion
-  local version=0.5.3
-  local release=3
-
-  if [ ! -d "$oscdir" ] ; then
-    mkdir "$oscdir"
-    cd "$oscdir"
-    wget "http://http.debian.net/debian/pool/main/b/bumpversion/bumpversion_$version-$release.dsc"
-    wget "http://http.debian.net/debian/pool/main/b/bumpversion/bumpversion_$version.orig.tar.gz"
-    wget "http://http.debian.net/debian/pool/main/b/bumpversion/bumpversion_$version-$release.debian.tar.xz"
-  fi
-}
-
 checkout_limesuite() {
   cd "$REPO"
   git clone https://github.com/myriadrf/LimeSuite limesuite
@@ -284,8 +269,6 @@
   build osmo-smlc
   build osmo-cbc
 
-  download_bumpversion
-
   post
 }
 

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iaf2527043e9acdb6acff3e481d4516ac4b75b7e7
Gerrit-Change-Number: 22632
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/20210202/e6f7e01b/attachment.htm>


More information about the gerrit-log mailing list