aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-nightly-packages.sh
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-13 09:55:18 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-13 15:46:50 +0200
commit3232c7102b2274afbb08b5385f43582e5a464f85 (patch)
tree5f2f8c2f6c4ae216aed9abca58b418852ce9ece1 /scripts/osmocom-nightly-packages.sh
parent5edcd058f6ae90d5e594776737f0b448b590ccc1 (diff)
OBS: add RPM spec filesosmith/rpm
Use existing osmocom-*-packages.sh scripts to add RPM spec files. Set the same version, as in the debian .dsc files. Related: OS#4550 Change-Id: If93b9d95e4c18cf1c29594c0802cbffaea27101c
Diffstat (limited to 'scripts/osmocom-nightly-packages.sh')
-rwxr-xr-xscripts/osmocom-nightly-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 433a615..5c1bfea 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -131,6 +131,7 @@ build() {
cd "$oscdir"
osc add -- *.tar* *.dsc
+ osmo_obs_add_rpm_spec "$oscdir" "$repodir" "$name"
osc ci -m "Snapshot $name $DT"
}