Skip to content

Commit

Permalink
app-emulation/docker-registry: use config.yml example from tarball
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
zmedico committed Apr 25, 2016
1 parent f21ecc2 commit 21508b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion app-emulation/docker-registry/docker-registry-2.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ src_install() {
exeinto /usr/libexec/${PN}
doexe "${S}"/bin/*
insinto /etc/docker/registry
newins "${FILESDIR}/config.yml" config.yml.example
newins "${S}"/src/${EGO_PN%/*}/cmd/registry/config-example.yml config.yml.example
newinitd "${FILESDIR}/${SVCNAME}.initd" "${SVCNAME}"
newconfd "${FILESDIR}/${SVCNAME}.confd" "${SVCNAME}"
systemd_dounit "${FILESDIR}/${SVCNAME}.service"
Expand Down
18 changes: 0 additions & 18 deletions app-emulation/docker-registry/files/config.yml

This file was deleted.

0 comments on commit 21508b9

Please sign in to comment.