From 0a9888d89f798824f40159cd7bd35d6d87265397 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 9 Jul 2019 23:25:53 +0200 Subject: [PATCH] build-devmock: Set up proper $HOME for interactive shell Also add a few useful packages --- build-devmock | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 <