forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced referenced to firehol github org with netdata github org (ne…
…tdata#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
- Loading branch information
Showing
35 changed files
with
137 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Section: net | |
Priority: optional | ||
Maintainer: Costa Tsaousis <[email protected]> | ||
Standards-Version: 3.9.6 | ||
Homepage: https://github.com/firehol/netdata/wiki | ||
Homepage: https://github.com/netdata/netdata/wiki | ||
|
||
Package: netdata | ||
Architecture: any | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Section: net | |
Priority: optional | ||
Maintainer: Costa Tsaousis <[email protected]> | ||
Standards-Version: 3.9.6 | ||
Homepage: https://github.com/firehol/netdata/wiki | ||
Homepage: https://github.com/netdata/netdata/wiki | ||
|
||
Package: netdata | ||
Architecture: any | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: Netdata | ||
Upstream-Contact: Costa Tsaousis <[email protected]> | ||
Source: https://github.com/firehol/netdata | ||
Source: https://github.com/netdata/netdata | ||
|
||
Files: * | ||
Copyright: 2014-2016, Costa Tsaousis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,4 @@ curl --progress-bar --form token="${token}" \ | |
--form [email protected] \ | ||
--form version="${version}" \ | ||
--form description="netdata, real-time performance monitoring, done right." \ | ||
https://scan.coverity.com/builds?project=firehol%2Fnetdata | ||
https://scan.coverity.com/builds?project=netdata%2Fnetdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,18 +13,18 @@ ORIGIN="$(git config --get remote.origin.url || echo "unknown")" | |
if [[ "${ORIGIN}" =~ ^[email protected]:.*/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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ Version: @PACKAGE_RPM_VERSION@ | |
Release: 1%{?dist} | ||
License: GPLv3+ | ||
Group: Applications/System | ||
Source0: https://github.com/firehol/%{name}/releases/download/v@PACKAGE_VERSION@/%{name}-@[email protected] | ||
Source0: https://github.com/netdata/%{name}/releases/download/v@PACKAGE_VERSION@/%{name}-@[email protected] | ||
URL: http://my-netdata.io | ||
BuildRequires: pkgconfig | ||
BuildRequires: xz | ||
|
@@ -233,10 +233,10 @@ rm -rf "${RPM_BUILD_ROOT}" | |
%changelog | ||
* Tue Mar 27 2018 Costa Tsaousis <[email protected]> - 1.10.0-1 | ||
Please check full changelog at github. | ||
https://github.com/firehol/netdata/releases | ||
https://github.com/netdata/netdata/releases | ||
* Sun Dec 17 2017 Costa Tsaousis <[email protected]> - 1.9.0-1 | ||
Please check full changelog at github. | ||
https://github.com/firehol/netdata/releases | ||
https://github.com/netdata/netdata/releases | ||
* Sun Sep 17 2017 Costa Tsaousis <[email protected]> - 1.8.0-1 | ||
This is mainly a bugfix release. | ||
Please check full changelog at github. | ||
|
Oops, something went wrong.