[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: s/adt-run/autopkgtest/

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Jul 3 19:10:16 UTC 2017


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 035466c4abfdca350bad781a7e42b2a35914d8d9
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jul 3 16:09:59 2017 -0300

    build-and-upload: s/adt-run/autopkgtest/
---
 build-and-upload | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-and-upload b/build-and-upload
index 44b2ff6..fdc8367 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -81,7 +81,7 @@ check_package() {
       adt_dist=${adt_dist%%-security}
       adt_dist=${adt_dist%%-backports}
       rc=0
-      adt-run --user debci --apt-upgrade --shell-fail "$changes" --- lxc --sudo adt-"$adt_dist"-"$arch" || rc=$?
+      autopkgtest --user debci --apt-upgrade --shell-fail "$changes" -- lxc --sudo adt-"$adt_dist"-"$arch" || rc=$?
       if [ $rc -ne 0 -a $rc -ne 2 ]; then
         warning "Test suite failed! Please verify before uploading"
       fi
@@ -139,7 +139,7 @@ test_reverse_dependencies() {
 
         if [ "$do_test" = 'y' -o "$do_test" = 'a' ]; then
           local rc=0
-          adt-run --user debci --apt-upgrade $debs "$pkg" --- lxc --sudo adt-sid-"$arch" || rc=$?
+          autopkogtest --user debci --apt-upgrade $debs "$pkg" -- lxc --sudo adt-sid-"$arch" || rc=$?
           if [ $rc -ne 0 -a $rc -ne 2 -a $rc -ne 8 ]; then
             failed_rdeps="$failed_rdeps $pkg"
           fi

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