[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: map UNRELEASED → sid for adt-run

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Mar 3 21:17:50 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 4cfbf51ba04fc9dcb70890d2af11e619cf18a2fd
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Mar 3 18:17:11 2016 -0300

    build-and-upload: map UNRELEASED → sid for adt-run
---
 build-and-upload | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-and-upload b/build-and-upload
index 2953e5c..64aa51b 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -74,7 +74,7 @@ check_package() {
     banner "This package has a test suite!"
     if confirm "Run the test suite now? [Y/n]" y; then
       adt_dist="$distribution"
-      if [ "$adt_dist" = unstable ]; then
+      if [ "$adt_dist" = unstable -o "$adt_dist" = UNRELEASED ]; then
         adt_dist=sid
       fi
       rc=0

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