Projects
osmocom:master
open5gs
Log In
Username
Password
Error getting diff: tar:
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 70
View file
commit_02054bea31b06f8d60bbbe887694f08f36946487.txt
Added
View file
commit_9170617df15eae3b71ee177bf0c21bcf3df9dcde.txt
Deleted
View file
open5gs_2.5.5.34.9170.dsc -> open5gs_2.5.5.35.0205.dsc
Changed
@@ -2,7 +2,7 @@ Source: open5gs Binary: open5gs-common, open5gs-mme, open5gs-sgwc, open5gs-smf, open5gs-amf, open5gs-sgwu, open5gs-upf, open5gs-hss, open5gs-pcrf, open5gs-nrf, open5gs-scp, open5gs-ausf, open5gs-udm, open5gs-pcf, open5gs-nssf, open5gs-bsf, open5gs-udr, open5gs, open5gs-dbg Architecture: any -Version: 2.5.5.34.9170 +Version: 2.5.5.35.0205 Maintainer: Harald Welte <laforge@gnumonks.org> Uploaders: Sukchan Lee <acetcom@gmail.com> Homepage: https://open5gs.org @@ -31,8 +31,8 @@ open5gs-udr deb net optional arch=any open5gs-upf deb net optional arch=any Checksums-Sha1: - 04ca6217cec5dc51a45ad262cb6049abaed284c9 13147492 open5gs_2.5.5.34.9170.tar.xz + 324f8ad8c6dbb23cd2a552b7f8c29060c1a2d7ff 13146700 open5gs_2.5.5.35.0205.tar.xz Checksums-Sha256: - 60e3e0d43393d3bf01f3c569823ae9729f3b7bb75590775bad25e2d518783872 13147492 open5gs_2.5.5.34.9170.tar.xz + bb4f2fb909ea99e8c755fac4f239db79d1a2ef98b45478335dc7d11949c61bbe 13146700 open5gs_2.5.5.35.0205.tar.xz Files: - 94785c551a8bf624aa5f22ee0c086c76 13147492 open5gs_2.5.5.34.9170.tar.xz + dd9e6269421dbc7f7ca9883efc27e8ab 13146700 open5gs_2.5.5.35.0205.tar.xz
View file
open5gs_2.5.5.34.9170.tar.xz/.tarball-version -> open5gs_2.5.5.35.0205.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.5.5.34-9170 +2.5.5.35-0205
View file
open5gs_2.5.5.34.9170.tar.xz/debian/changelog -> open5gs_2.5.5.35.0205.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -open5gs (2.5.5.34.9170) unstable; urgency=medium +open5gs (2.5.5.35.0205) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 27 Nov 2022 00:10:49 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 27 Nov 2022 02:55:36 +0000 open5gs (2.5.6) unstable; urgency=medium
View file
open5gs_2.5.5.34.9170.tar.xz/docs/assets/webui/install -> open5gs_2.5.5.35.0205.tar.xz/docs/assets/webui/install
Changed
@@ -96,6 +96,11 @@ exit 1 fi +if ! -x /usr/bin/npm ; then + print_status "First you need to install NPM packages." + exit 1 +fi + PRE_INSTALL_PKGS="" # Check that HTTPS transport is available to APT @@ -270,14 +275,22 @@ EOF" exec_cmd_nobail "systemctl daemon-reload" -exec_cmd "systemctl enable open5gs-webui" -exec_cmd "deb-systemd-invoke start open5gs-webui" +exec_cmd_nobail "systemctl enable open5gs-webui" +exec_cmd_nobail "deb-systemd-invoke start open5gs-webui" } postinstall() { print_status "Default Administrator Account Username:admin, Password:1423..." -exec_cmd "mongosh open5gs ./${PACKAGE}-${VERSION}/docs/assets/webui/mongo-init.js" +if -x /usr/bin/mongo ; +then + exec_cmd "mongo open5gs ./${PACKAGE}-${VERSION}/docs/assets/webui/mongo-init.js" +elif -x /usr/bin/mongosh ; +then + exec_cmd "mongosh open5gs ./${PACKAGE}-${VERSION}/docs/assets/webui/mongo-init.js" +else + echo "Failed to execute mongo-init.js" +fi exec_cmd "rm -rf ./${PACKAGE}-${VERSION}" }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.