[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: also map experimental to unstable for adt-run
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Mar 11 04:50:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository pkg-ruby-extras.
commit 6259c20cedc55e0821fa17e00ae8dcc4d46fbaed
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Mar 11 11:49:01 2016 +0700
build-and-upload: also map experimental to unstable 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 153bfaa..7e7321c 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 -o "$adt_dist" = UNRELEASED ]; then
+ if [ "$adt_dist" = unstable -o "$adt_dist" = UNRELEASED -o "$adt_dist" = 'experimental' ]; then
adt_dist=sid
fi
adt_dist=${adt_dist%%-security}
--
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