Skip to content

Commit

Permalink
force terminal for ssh that build sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Sep 29, 2020
1 parent fc40a4d commit 2be2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ _pkgbuild_innervm_run () {
ssh "$lxc_ip" sudo apt-get -y install build-essential dpatch fakeroot devscripts equivs lintian quilt
ssh "$lxc_ip" "sudo mk-build-deps --install --tool 'apt-get -y' build-deb/debian/control"

ssh "$lxc_ip" cd build-deb \&\& dpkg-buildpackage $DPBP_FLAG
ssh -t "$lxc_ip" cd build-deb \&\& dpkg-buildpackage $DPBP_FLAG
scp "$lxc_ip:"*.{tar.?z,changes,dsc} ../
scp "$lxc_ip:"*.buildinfo ../ || true
if echo "$DPBP_FLAG" | grep -q -v -- '-S'; then
Expand Down

0 comments on commit 2be2c4f

Please sign in to comment.