[Pkg-javascript-commits] [jquery] 01/02: no point in interactivity

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Aug 29 01:50:09 UTC 2015


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

terceiro pushed a commit to branch master
in repository jquery.

commit 210cd062a59cfb36986edf8ef7197d1ec42d67ed
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Aug 28 22:47:28 2015 -0300

    no point in interactivity
---
 debian/release-check | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/release-check b/debian/release-check
index 920069c..6c24552 100755
--- a/debian/release-check
+++ b/debian/release-check
@@ -17,10 +17,4 @@ diff --ignore-blank-line \
   -u $cachedir/jquery-${version}.js dist/jquery.js || rc=$?
 ./debian/rules clean
 
-if [ "$rc" -ne 0 ]; then
-  printf "Proceed? [y/N]"
-  read proceed
-  if [ "$proceed" != y -a "$proceed" != Y ]; then
-    exit 1
-  fi
-fi
+exit $rc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery.git



More information about the Pkg-javascript-commits mailing list