https://github.com/statsd/statsd
Raw File
Tip revision: 7c07eec4e7cebbd376d8313b230cea96c6571423 authored by Elliot Blackburn on 22 August 2023, 12:52:19 UTC
Correct container image tagging
Tip revision: 7c07eec
.pkgr.yml
default_dependencies: false
targets:
  ubuntu-14.04:
  ubuntu-12.04:
  debian-7:
  centos-6:
before:
  - mv packager/Procfile .
after_install: ./packager/postinst
back to top