[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: drop "-security" from distribution for autopkgtest
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Mar 9 07:42:36 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 d414603a384deae283cb26fd572892cd4ffb99ba
Author: Antonio Terceiro <terceiro at debian.org>
Date: Wed Mar 9 14:41:28 2016 +0700
build-and-upload: drop "-security" from distribution for autopkgtest
---
build-and-upload | 1 +
1 file changed, 1 insertion(+)
diff --git a/build-and-upload b/build-and-upload
index 5131bc4..153bfaa 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -77,6 +77,7 @@ check_package() {
if [ "$adt_dist" = unstable -o "$adt_dist" = UNRELEASED ]; then
adt_dist=sid
fi
+ adt_dist=${adt_dist%%-security}
rc=0
adt-run --user debci --apt-upgrade --shell-fail "$changes" --- lxc --sudo adt-"$adt_dist"-"$arch" || rc=$?
if [ $rc -ne 0 ]; then
--
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