aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-latest-packages.sh
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-05-17 11:41:57 +0200
committerOliver Smith <osmith@sysmocom.de>2021-05-17 17:14:15 +0200
commit2281a6fe33f670c025a0bd78b01acbaf4b7e8963 (patch)
tree5edead98947d7e23dd386fb104152e28f056a31e /scripts/osmocom-latest-packages.sh
parent2e5cd825b019a157d9d4229d6c84b538f0e43207 (diff)
OBS: use nightly script to build 2021q1 feedosmith/obs-2021q1
Use the nightly script instead of latest, so all packages get upgraded when upgrading osmocom-2021q1. Related: SYS#5370 Change-Id: If8de585652997aae1edb586c948c181f564f6994
Diffstat (limited to 'scripts/osmocom-latest-packages.sh')
-rwxr-xr-xscripts/osmocom-latest-packages.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index c5c19c4..bbdc5a1 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -5,15 +5,14 @@
# * PROJ: the OBS namespace to upload to (e.g. "network:osmocom:latest")
# * FEED:
# * "latest": use latest tagged release (default)
-# * other (e.g. "2021q1"): use last commit of branch of same name, exit with
-# error if it does not exist
+# * other: use last commit of branch of same name, exit with error if it does
+# not exist
# * PACKAGES: set to a space-separated list of packages to skip all others
. "$(dirname "$0")/common.sh"
. "$(dirname "$0")/common-obs.sh"
# Values for FEED env var. Adjust FEEDS_ALL in common-obs when changing.
FEEDS="
- 2021q1
latest
"