[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: always run checks after a build

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Mar 3 15:15:26 UTC 2016


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

terceiro pushed a commit to branch quick-start
in repository pkg-ruby-extras.

commit dc4fb10f80de9f777b9457bd7ccd623b85e06a12
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Mar 3 12:04:23 2016 -0300

    build-and-upload: always run checks after a build
---
 build-and-upload | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-and-upload b/build-and-upload
index c60a44b..ae5291e 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -158,11 +158,12 @@ else
   fi
 fi
 
+check_package 2>&1
+
 if [ "$UPLOAD" = 'no' ]; then
   exit 0
 fi
 
-check_package 2>&1
 
 ask_to_proceed "Proceed with the upload to \033[38;1;1m${host}\033[m? [y/N] "
 

-- 
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