| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
armhf removed due to lack of CI.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Previous PR was merged with CI failing before I had a chance to
find a fix.
https://github.com/alpinelinux/aports/pull/10874
|
| |
|
| |
|
|
|
|
|
|
|
| |
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
switch from glide to dep
remove pkgusers/groups - they're not needed during build
simplify build script
simplify init.d script
move config from /etc/telegraf/telegraf.conf to /etc/telegraf.conf
and /etc/telegraf.conf.d
remove broken logrotate config, it missed action to force telegraf
to reopen log file.
log rotation can be done via telegraf config
add conf.d file
|
|
|
|
|
|
|
|
|
|
| |
Stripping go binaries used to be an issue but nowadays it should work as
expected.
> We don't intentionally do anything that would make stripping a binary
> not OK, and strip has worked for the past five years or so.
https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit b278ca91122ed0faee3da41f801d7cb0c33c9473.
This aport downloads dependencies from internet without any
verification ("go get"), i.e. the build is not deterministic.
Also the provided init script is quite bad.
|
|
|