[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: announce reverse (build) deps more dramatically
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Jul 21 12:10:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository pkg-ruby-extras.
commit 633aa3976bf79231e11c0337f2854b0ef399441c
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Jul 21 09:09:36 2016 -0300
build-and-upload: announce reverse (build) deps more dramatically
---
build-and-upload | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-and-upload b/build-and-upload
index 48a42e9..c7f69f7 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -116,7 +116,7 @@ test_reverse_dependencies() {
local rdeps="$(chdist apt-cache unstable rdepends $binaries | grep '^\s' | xargs -n 1 chdist bin2src unstable | sort -u)"
local failed_rdeps=""
if [ -n "$rdeps" ]; then
- echo "I: found reverse dependencies:"
+ banner "Found reverse dependencies!"
echo "$rdeps"
for pkg in $rdeps; do
if chdist apt-cache unstable showsrc "$pkg" | grep -q ^Testsuite:; then
@@ -154,7 +154,7 @@ test_reverse_build_dependencies() {
local rbdeps="$(chdist grep-dctrl-sources unstable -F Build-Depends -r "$pattern" -n -s Package | sort -u)"
if [ -n "$rbdeps" ]; then
- echo "I: found reverse build dependencies:"
+ banner "Found reverse build dependencies!"
echo "$rbdeps"
local pkg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git
More information about the Pkg-ruby-extras-commits
mailing list