[DRE-commits] [ruby-gnome2] 01/02: ignore quilt exit 2.

Daisuke Higuchi dai at moszumanska.debian.org
Sat Jul 29 12:37:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

dai pushed a commit to branch master
in repository ruby-gnome2.

commit dc8f065c68570c0d653f6f86a860a53b07822976
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sat Jul 29 21:02:43 2017 +0900

    ignore quilt exit 2.
---
 debian/tests/run-test | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/run-test b/debian/tests/run-test
index 1e35992..874f12f 100644
--- a/debian/tests/run-test
+++ b/debian/tests/run-test
@@ -2,6 +2,6 @@
 
 set -e
 
-QUILT_PATCHES=debian/patches quilt push -a
+QUILT_PATCHES=debian/patches quilt push -a || true
 xvfb-run --server-args='-screen 0 640x480x16' ruby run-test.rb
-QUILT_PATCHES=debian/patches quilt pop -a
+QUILT_PATCHES=debian/patches quilt pop -a || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git



More information about the Pkg-ruby-extras-commits mailing list