This website works better with JavaScript.
Home
Help
Sign In
alinz
/
klingt.net
mirror of
https://github.com/klingtnet/klingt.net.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Update some services
master
Andreas Linz
2 years ago
parent
e3353be7f1
commit
51bffaaef2
Signed by:
alinz
GPG Key ID:
9BF39809C9DA580C
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/gitea/Makefile
+1
-1
build/grafana/Makefile
+1
-1
build/node_exporter/Makefile
+1
-1
build/prometheus/Makefile
+ 1
- 1
build/gitea/Makefile
View File
@ -1,6 +1,6 @@
.PHONY
:
clean
VERSION
:=
v1.4.
1
VERSION
:=
v1.4.
3
GITEA_SRC
:=
gitea-src-
$(
VERSION
)
GOPATH
:=
$(
shell
pwd
)
/
$(
GITEA_SRC
)
/.go
GITEA_BUILD_TAGS
:=
bindata
+ 1
- 1
build/grafana/Makefile
View File
@ -1,6 +1,6 @@
.PHONY
:
grafana
clean
VERSION
:=
5.
1.
2
VERSION
:=
5.2
.0
all
:
grafana
+ 1
- 1
build/node_exporter/Makefile
View File
@ -1,6 +1,6 @@
.PHONY
:
clean
VERSION
:=
0.1
5.2
VERSION
:=
0.1
6.0
GOPATH
:=
$(
shell
pwd
)
/.go
all
:
node_exporter
+ 1
- 1
build/prometheus/Makefile
View File
@ -1,6 +1,6 @@
.PHONY
:
clean
VERSION
=
2.
2
.1
VERSION
=
2.
3
.1
all
:
prometheus
Write
Preview
Loading…
Cancel
Save