This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 4e632527c5643c3aa4598b5c1cbf0ca5839f6563 Author: James McCoy <[email protected]> Date: Sun Aug 21 22:02:18 2016 -0400 test_package_lifecycle: Ignore gpg → gpg2 conversion output Signed-off-by: James McCoy <[email protected]> --- test/test_package_lifecycle | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_package_lifecycle b/test/test_package_lifecycle index 66b8b81..6f22629 100755 --- a/test/test_package_lifecycle +++ b/test/test_package_lifecycle @@ -103,6 +103,7 @@ runCommandOutCmpFile() { sed -e "s/\`/'/g" | \ sed -e "s/^dpkg-buildpackage: info: /dpkg-buildpackage: /g" | \ sed -e "s/^dpkg-genchanges: info: /dpkg-genchanges: /g" | \ + sed -e "/^gpg: /d" | \ sed -e's!^ -- Testophilus Testownik <[email protected]>.*! -- Testophilus Testownik <[email protected]>!' > ${stdoutF} retval=$? eval "cmp ${stdoutF} ${exp_stdoutfile}" 3>&1 >/dev/null -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
