From: Martin Pitt Date: Tue, 9 Jul 2019 21:25:53 +0000 (+0200) Subject: build-devmock: Set up proper $HOME for interactive shell X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=0a9888d89f798824f40159cd7bd35d6d87265397 build-devmock: Set up proper $HOME for interactive shell Also add a few useful packages --- diff --git a/build-devmock b/build-devmock index d288959..54729fc 100755 --- a/build-devmock +++ b/build-devmock @@ -8,5 +8,19 @@ mock --clean $MOCK -i $(sed -n '/^BuildRequires:/ {s/^.*: //; s/>=.*$//; s/%{.*}//; p}' ~/upstream/cockpit/tools/cockpit.spec) \ npm fontconfig git valgrind chromium-headless \ libvirt-daemon-kvm libvirt-client python3-libvirt \ + virt-viewer libguestfs-tools-c \ expect python3-pycodestyle python3-pyflakes \ - fedpkg /usr/bin/oc + fedpkg /usr/bin/oc /usr/bin/genisoimage \ + man-pages socat wget genisoimage vim-enhanced + +$MOCK --unpriv --copyin /dev/stdin /builddir/.bashrc <