Skip to content

Commit

Permalink
dev-db/redis: remove abusive use of nonfatal fix #551160
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
ultrabug committed Aug 28, 2015

Unverified

The email in this signature doesn’t match the committer email.
1 parent 30f3100 commit d378eed
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-db/redis/redis-2.6.15-r1.ebuild
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ src_install() {
systemd_dounit "${FILESDIR}/redis.service"
systemd_newtmpfilesd "${FILESDIR}/redis.tmpfiles" redis.conf

nonfatal dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README
dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README

dobin src/redis-cli
dosbin src/redis-benchmark src/redis-server src/redis-check-aof src/redis-check-dump
2 changes: 1 addition & 1 deletion dev-db/redis/redis-2.6.16.ebuild
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ src_install() {
systemd_dounit "${FILESDIR}/redis.service"
systemd_newtmpfilesd "${FILESDIR}/redis.tmpfiles" redis.conf

nonfatal dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README
dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README

dobin src/redis-cli
dosbin src/redis-benchmark src/redis-server src/redis-check-aof src/redis-check-dump
2 changes: 1 addition & 1 deletion dev-db/redis/redis-2.8.17-r1.ebuild
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ src_install() {
systemd_dounit "${FILESDIR}/redis.service"
systemd_newtmpfilesd "${FILESDIR}/redis.tmpfiles" redis.conf

nonfatal dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README
dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README

dobin src/redis-cli
dosbin src/redis-benchmark src/redis-server src/redis-check-aof src/redis-check-dump
2 changes: 1 addition & 1 deletion dev-db/redis/redis-2.8.19-r1.ebuild
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ src_install() {
systemd_dounit "${FILESDIR}/redis.service"
systemd_newtmpfilesd "${FILESDIR}/redis.tmpfiles" redis.conf

nonfatal dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README
dodoc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README

dobin src/redis-cli
dosbin src/redis-benchmark src/redis-server src/redis-check-aof src/redis-check-dump

0 comments on commit d378eed

Please sign in to comment.