]> piware.de Git - bin.git/blobdiff - build-devmock
build-devmock: Add packages for running OSCI integration tests
[bin.git] / build-devmock
index 2e50451f1b595ac9203c1c5af1da81e9feecc5b1..410ac32c9f14ab5c9dd4f0465e036210d5e28f59 100755 (executable)
@@ -11,7 +11,8 @@ $MOCK -i $(sed -n '/^BuildRequires:/ {s/^.*: //; s/>=.*$//; s/%{.*}//; p}' ~/ups
     virt-viewer libguestfs-tools-c \
     expect python3-pycodestyle python3-pyflakes \
     fedpkg /usr/bin/oc /usr/bin/genisoimage \
-    man-pages socat wget genisoimage vim-enhanced
+    man-pages socat wget genisoimage vim-enhanced \
+    ansible standard-test-roles rsync
 
 # interactive shell sessions work as user martin, not builder
 $MOCK --unpriv --copyin /dev/stdin /builddir/.bashrc <<EOF
@@ -27,4 +28,14 @@ fi
 EOF
 
 # make mock compatible with ostree's /home → /var/home structure
-mock -r ${OS:-default} --chroot -- ln -sf /home /var/home
+$MOCK --chroot -- ln -sf /home /var/home
+
+# install rhpkg
+$MOCK -i ~martin/Dokumente/Arbeit/RedHat/redhat-internal-cert-install-0.1-7.el7.csb.noarch.rpm
+$MOCK --chroot --cwd=/etc/yum.repos.d -- 'echo >> /etc/dnf/dnf.conf; curl --location https://download.devel.redhat.com/rel-eng/RCMTOOLS/rcm-tools-fedora.repo >> /etc/dnf/dnf.conf'
+$MOCK -i rhpkg
+
+# ssh looks at passwd, not $HOME
+$MOCK --chroot --unpriv -- rm -rf /builddir/.ssh
+$MOCK --chroot --unpriv -- ln -s /home/martin/.ssh /builddir/.ssh
+$MOCK --chroot --unpriv -- ln -s /home/martin/upstream /builddir/upstream