Transfer github repository open5gs to acetcom

This commit is contained in:
Sukchan Lee 2020-07-13 23:40:16 -04:00
parent c22ef51e01
commit 760f052f01
10 changed files with 13 additions and 13 deletions

4
debian/control vendored
View File

@ -22,8 +22,8 @@ Build-Depends: debhelper (>= 11),
Standards-Version: 4.3.0 Standards-Version: 4.3.0
Rules-Requires-Root: no Rules-Requires-Root: no
Homepage: https://open5gs.org Homepage: https://open5gs.org
Vcs-Browser: https://github.com/open5gs/open5gs Vcs-Browser: https://github.com/acetcom/open5gs
Vcs-Git: git://github.com/open5gs/open5gs Vcs-Git: git://github.com/acetcom/open5gs
Package: open5gs-common Package: open5gs-common
Architecture: any Architecture: any

2
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: open5gs Upstream-Name: open5gs
Source: https://github.com/open5gs/open5gs Source: https://github.com/acetcom/open5gs
Files: * Files: *
Copyright: 2017 Open5GS Group Copyright: 2017 Open5GS Group

View File

@ -8,7 +8,7 @@ MAINTAINER Sukchan Lee <acetcom@gmail.com>
WORKDIR /root WORKDIR /root
COPY setup.sh /root COPY setup.sh /root
ARG USER=open5gs ARG USER=acetcom
ARG REPO=open5gs ARG REPO=open5gs
ARG BRANCH=master ARG BRANCH=master
RUN git clone https://github.com/$USER/$REPO RUN git clone https://github.com/$USER/$REPO

View File

@ -8,7 +8,7 @@ ARG VERSION=1.0.0
RUN set -e; \ RUN set -e; \
cd /usr/src; \ cd /usr/src; \
rm -rf ./$PACKAGE; \ rm -rf ./$PACKAGE; \
curl -SLO "https://github.com/open5gs/$PACKAGE/archive/v$VERSION.tar.gz"; \ curl -SLO "https://github.com/acetcom/$PACKAGE/archive/v$VERSION.tar.gz"; \
tar -xvf v$VERSION.tar.gz; \ tar -xvf v$VERSION.tar.gz; \
mv ./$PACKAGE-$VERSION/ ./$PACKAGE; mv ./$PACKAGE-$VERSION/ ./$PACKAGE;

View File

@ -52,7 +52,7 @@ minima_reboot:
date_format: "%Y-%m-%d %H:%M" date_format: "%Y-%m-%d %H:%M"
footer_icons: footer_icons:
- username: open5gs - username: acetcom
url: https://open5gs.org url: https://open5gs.org
icon: icon-github.svg icon: icon-github.svg

View File

@ -143,7 +143,7 @@ If your device shows as connected (Includes LTE/4G symbol) there are a few simpl
## Further Debugging ## Further Debugging
--- ---
Problem with Open5GS can be filed as [GitHub Issues](https://github.com/open5gs/open5gs/issues). Please include the following to get help: Problem with Open5GS can be filed as [GitHub Issues](https://github.com/acetcom/open5gs/issues). Please include the following to get help:
- Attach `*.pcapng` file created by wireskark. - Attach `*.pcapng` file created by wireskark.
- Attach configuration files at `/etc/open5gs/*.yaml`. - Attach configuration files at `/etc/open5gs/*.yaml`.

View File

@ -17,4 +17,4 @@ Please contact [Harald Welte \<sales@sysmocom.de\>](mailto:sales@sysmocom.de) fo
#### Are there any success stories about Open5GS deployments? #### Are there any success stories about Open5GS deployments?
See [https://github.com/open5gs/open5gs/issues/360](https://github.com/open5gs/open5gs/issues/360) See [https://github.com/acetcom/open5gs/issues/360](https://github.com/acetcom/open5gs/issues/360)

View File

@ -1,5 +1,5 @@
--- ---
title: GitHub title: GitHub
redirect_to: redirect_to:
- https://github.com/open5gs/open5gs - https://github.com/acetcom/open5gs
--- ---

View File

@ -215,15 +215,15 @@ fi
install() { install() {
print_status "Download the Open5GS Source Code (v${VERSION})..." print_status "Download the Open5GS Source Code (v${VERSION})..."
if [ -x /usr/bin/curl ]; then if [ -x /usr/bin/curl ]; then
exec_cmd "curl -sLf 'https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -" exec_cmd "curl -sLf 'https://github.com/acetcom/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
RC=$? RC=$?
else else
exec_cmd "wget -qO- /dev/null 'https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -" exec_cmd "wget -qO- /dev/null 'https://github.com/acetcom/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
RC=$? RC=$?
fi fi
if [[ $RC != 0 ]]; then if [[ $RC != 0 ]]; then
print_status "Failed to download: https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz" print_status "Failed to download: https://github.com/acetcom/${PACKAGE}/archive/v${VERSION}.tar.gz"
exit 1 exit 1
fi fi

View File

@ -3,7 +3,7 @@
"version": "1.3.0", "version": "1.3.0",
"description": "Open5gs", "description": "Open5gs",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/open5gs/webui", "repository": "https://github.com/acetcom/open5gs/webui",
"author": "Open5gs Group", "author": "Open5gs Group",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {