summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-09-22 14:56:47 +0300
committerGitHub <noreply@github.com>2018-09-22 14:56:47 +0300
commitd56a4ece381a71692e5cda351ae3ee4351e9fc28 (patch)
tree3357f7aa3ae982b76b500a1b9b12c2f24f5022a0 /makeself
parent9dcf1c772fdeb828c5e576b665419d9db6219b73 (diff)
replaced referenced to firehol github org with netdata github org (#4249)
* replaced referenced to firehol github org with netdata github org * increased versions of js files * added new docker hub badge netdata/netdata and restored firehol/netdata
Diffstat (limited to 'makeself')
-rwxr-xr-xmakeself/build.sh2
-rwxr-xr-xmakeself/jobs/99-makeself.install.sh6
-rw-r--r--makeself/makeself-help-header.txt2
-rw-r--r--makeself/makeself-license.txt2
4 files changed, 6 insertions, 6 deletions
diff --git a/makeself/build.sh b/makeself/build.sh
index 1337b72a1c..c306cf29f5 100755
--- a/makeself/build.sh
+++ b/makeself/build.sh
@@ -33,7 +33,7 @@ cd $(dirname "$0") || exit 1
# download it and run from it
if [ ! -f ../netdata-installer.sh ]
then
- git clone https://github.com/firehol/netdata.git netdata.git || exit 1
+ git clone https://github.com/netdata/netdata.git netdata.git || exit 1
cd netdata.git/makeself || exit 1
./build.sh "$@"
exit $?
diff --git a/makeself/jobs/99-makeself.install.sh b/makeself/jobs/99-makeself.install.sh
index e32f19fd0b..ba1c46fb5d 100755
--- a/makeself/jobs/99-makeself.install.sh
+++ b/makeself/jobs/99-makeself.install.sh
@@ -13,18 +13,18 @@ ORIGIN="$(git config --get remote.origin.url || echo "unknown")"
if [[ "${ORIGIN}" =~ ^git@github.com:.*/netdata.*$ ]]
then
NOWNER="${ORIGIN/git@github.com:/}"
- NOWNER="${NOWNER/\/netdata*/}"
+ NOWNER="$( echo ${NOWNER} | cut -d '/' -f 1 )"
elif [[ "${ORIGIN}" =~ ^https://github.com/.*/netdata.*$ ]]
then
NOWNER="${ORIGIN/https:\/\/github.com\//}"
- NOWNER="${NOWNER/\/netdata*/}"
+ NOWNER="$( echo ${NOWNER} | cut -d '/' -f 1 )"
fi
# make sure it does not have any slashes in it
NOWNER="${NOWNER//\//_}"
-if [ "${NOWNER}" = "firehol" ]
+if [ "${NOWNER}" = "netdata" ]
then
NOWNER=
else
diff --git a/makeself/makeself-help-header.txt b/makeself/makeself-help-header.txt
index 6ed85386df..6e9e96237e 100644
--- a/makeself/makeself-help-header.txt
+++ b/makeself/makeself-help-header.txt
@@ -41,6 +41,6 @@
netdata re-distributes a lot of open source software components.
Check its full license at:
- https://github.com/firehol/netdata/blob/master/LICENSE.md
+ https://github.com/netdata/netdata/blob/master/LICENSE.md
diff --git a/makeself/makeself-license.txt b/makeself/makeself-license.txt
index 6ed85386df..6e9e96237e 100644
--- a/makeself/makeself-license.txt
+++ b/makeself/makeself-license.txt
@@ -41,6 +41,6 @@
netdata re-distributes a lot of open source software components.
Check its full license at:
- https://github.com/firehol/netdata/blob/master/LICENSE.md
+ https://github.com/netdata/netdata/blob/master/LICENSE.md