aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-nightly-packages.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-30osmocom-nightly-packages: Build latest libgtpnlHarald Welte1-0/+2
libgtpnl is the userspace library for using kenrel GTP-U support, which is used by openggsn (and will be used by osmo-ggsn). Change-Id: Iad600a36cb658bbd874b4587ec514f49703d6a45
2017-10-26osmocom:nightly OBS: add osmo-bsc package / remove nitb-splitHarald Welte1-0/+2
This was the last package that we only built in osmocom:nitb-split:nightly, so we can remove the latter, too Change-Id: Ib99e0775e9db30ec3c5263bb3a364d8cab4633c3
2017-10-26osmocom:nightly OBS: Add osmo-msc + osmo-mgwHarald Welte1-0/+4
Change-Id: Ie417f912f11f3a45c6efb39595d6a4d89cf3a058
2017-10-26osmocom:nightly OBS: remove old osmo-stp/cellmgr-ng packageHarald Welte1-2/+0
this package doesn't exist in the OBS anyway, yet we continue to attempt to upload it there. Stop that :) Change-Id: I0f0726ed412e4a281dcf99047ca22b494216b4ad
2017-10-10nightly-pacakges: don't copy over gsm_data_shared.[ch] anymoreHarald Welte1-8/+0
This is no longer needed by upstream osmo-bts since Change-Id I9f004fb5c4c1db29d4792dfd281d388c7063da13 Change-Id: Ie53482a1538d1559e764da86dbbb78031c9c386b
2017-10-06osmocom-nightly-packages.sh: Add libasn1c required by osmo-iuhHarald Welte1-0/+2
Change-Id: Ia455655eaf53faeab6c3049a54c153cb9ddd3d37
2017-10-05Add osmo-iuh to nightly .deb buildsMax1-0/+2
It produces libosmo-ranap-dev which is required by osmo-sgsn. Change-Id: Ief40137cc94e2c54da8c12e2a00953834a578171
2017-10-04Fix OsmoSGSN nightly buildMax1-1/+1
It depends on libgtp provided by OsmoGGSN so let's build it in that order. Change-Id: Icedc259ddc3a3b83ce8fe87f5572596ef29d6814 Related: OS#2527
2017-10-02Use new GPRS repositoriesMax1-2/+2
* use coverity check on osmo-ggsn instead of openggsn * move osmo-sgsn and osmo-ggsn from nightly-split into nightly Change-Id: Ia49969cbfb9ef57b635a3b5759f411f71a54f8e1
2017-09-06build both openggsn (old) and osmo-ggsn (new) in nightly feedsHarald Welte1-0/+2
Change-Id: I310c6237ce5ec34e4cc008123a5219d5cadaf7a3
2017-03-14osmocom-nightly-packages.sh: add osmo-hlrNeels Hofmeyr1-0/+2
2017-03-14osmocom-nightly-packages.sh: chmod a+xNeels Hofmeyr1-0/+0
2017-03-14add script to submit nightly packagesNeels Hofmeyr1-0/+70
Move the script here from http://jenkins.osmocom.org/jenkins/job/Osmocom_nightly_packages/ The jenkins job shall call this script instead. One change: instead of 'rm -rf *', rather check for an empty dir, to not endanger valuable data a user may have around when invoking this script out of curiosity.