[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: fix adt-run to use the correct user

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Mar 3 18:03:33 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 c44e71a41faeb0b868859b5afeb7fa55aa0fc7ed
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Mar 3 15:03:15 2016 -0300

    build-and-upload: fix adt-run to use the correct user
---
 build-and-upload | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-and-upload b/build-and-upload
index ae5291e..2953e5c 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -78,7 +78,7 @@ check_package() {
         adt_dist=sid
       fi
       rc=0
-      adt-run --apt-upgrade --shell-fail "$changes" --- lxc --sudo adt-"$adt_dist"-"$arch" || rc=$?
+      adt-run --user debci --apt-upgrade --shell-fail "$changes" --- lxc --sudo adt-"$adt_dist"-"$arch" || rc=$?
       if [ $rc -ne 0 ]; then
         warning "Test suite failed! Please verify before uploading"
       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