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
Minor updates for almost all services
master
Andreas Linz
2 years ago
parent
bd8adf1e7b
commit
38ea44e489
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/droneci/Makefile
+1
-1
build/gitea/Makefile
+1
-1
build/grafana/Makefile
+1
-1
build/prometheus/Makefile
+ 1
- 1
build/droneci/Makefile
View File
@ -1,6 +1,6 @@
.PHONY
:
clean
VERSION
:=
v0.8.
6
VERSION
:=
v0.8.
7
DRONE_SRC
:=
drone-src-
$(
VERSION
)
GOPATH
:=
$(
shell
pwd
)
/
$(
DRONE_SRC
)
/.go
+ 1
- 1
build/gitea/Makefile
View File
@ -1,6 +1,6 @@
.PHONY
:
clean
VERSION
:=
v1.5.
1
VERSION
:=
v1.5.
2
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.
2.4
VERSION
:=
5.
3.2
all
:
grafana
+ 1
- 1
build/prometheus/Makefile
View File
@ -1,6 +1,6 @@
.PHONY
:
clean
VERSION
=
2.4.
0
VERSION
=
2.4.
3
all
:
prometheus
Write
Preview
Loading…
Cancel
Save