Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
f5c39473
Unverified
Commit
f5c39473
authored
6 years ago
by
Josef Schlehofer
Browse files
Options
Downloads
Patches
Plain Diff
netdata: update to version 1.12.1
Signed-off-by:
Josef Schlehofer
<
pepe.schlehofer@gmail.com
>
parent
48b3242c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/netdata/Makefile
+7
-5
7 additions, 5 deletions
admin/netdata/Makefile
with
7 additions
and
5 deletions
admin/netdata/Makefile
+
7
−
5
View file @
f5c39473
...
...
@@ -8,7 +8,7 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
netdata
PKG_VERSION
:=
1.1
1
.1
PKG_VERSION
:=
1.1
2
.1
PKG_RELEASE
:=
1
PKG_MAINTAINER
:=
PKG_LICENSE
:=
GPL-3.0+
...
...
@@ -16,8 +16,8 @@ PKG_LICENSE_FILES:=COPYING
PKG_SOURCE
:=
$(
PKG_NAME
)
-v
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://github.com/netdata/netdata/releases/download/v
$(
PKG_VERSION
)
PKG_HASH
:=
0150b2a060da0e5cc844bd9540d6704cd352c434ea1bb9d5268131830a815736
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
_rolling
PKG_HASH
:=
ce4516af03a6dc17a1219e939eb6b4c14ec44fd73d186797c9390260c4cfe571
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
v
$(
PKG_VERSION
)
PKG_INSTALL
:=
1
PKG_FIXUP
:=
autoreconf
...
...
@@ -38,7 +38,7 @@ define Package/netdata/description
monitoring
for
Linux
systems,
applications
and
SNMP
devices
over
the
web.
If
you
want
to
use
Python
plugins
install
python3,
python3-yaml
and
python3-urllib3
however
urllib3
isn't
packaged
yet
(needs
a
PR
on
GitHub)
python3-urllib3
endef
TARGET_CFLAGS
:=
$(
filter-out
-O
%,
$(
TARGET_CFLAGS
))
...
...
@@ -73,11 +73,13 @@ define Package/netdata/install
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/usr/sbin/netdata
$(1)/usr/sbin
$(INSTALL_DIR)
$(1)/usr/share/netdata
$(CP)
$(PKG_INSTALL_DIR)/usr/share/netdata
$(1)/usr/share
rm
-rf
$(1)/usr/share/netdata/web/images
rm
$(1)/usr/share/netdata/web/demo*html
rm
$(1)/usr/share/netdata/web/fonts/*.svg
rm
$(1)/usr/share/netdata/web/fonts/*.ttf
rm
$(1)/usr/share/netdata/web/fonts/*.woff
rm
$(1)/usr/share/netdata/web/images/*.png
rm
$(1)/usr/share/netdata/web/images/*.gif
rm
$(1)/usr/share/netdata/web/images/*.ico
$(INSTALL_DIR)
$(1)/etc/init.d
$(INSTALL_BIN)
./files/netdata.init
$(1)/etc/init.d/netdata
endef
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment