]> piware.de Git - bin.git/blobdiff - build-devtoolbox
build-devtoolbox: Install debuginfo packages for cockpit
[bin.git] / build-devtoolbox
index 7d495be3f7dd38ba042b76e9e16d527a95bbeb14..d4cbb3c8a448eb217ac0787a1073a4e0ce19686d 100755 (executable)
@@ -24,12 +24,14 @@ sudo update-ca-trust
 sudo dnf builddep -y cockpit
 sudo dnf install -y make npm fontconfig git valgrind chromium-headless \
     libvirt-daemon-kvm libvirt-client python3-libvirt \
-    virt-viewer libappstream-glib \
+    virt-viewer virt-install libappstream-glib \
     expect python3-pycodestyle python3-pyflakes \
     fedpkg rhpkg /usr/bin/oc /usr/bin/genisoimage \
     man-pages socat wget genisoimage vim-enhanced \
-    ansible standard-test-roles rsync \
-    pwgen glibc-langpack-en
+    ansible standard-test-roles rsync strace \
+    pwgen glibc-langpack-en waiverdb-cli
+
+sudo dnf debuginfo-install -y glib2 glibc libssh gnutls
 
 sudo dnf clean packages
 
@@ -38,4 +40,8 @@ cat <<EOF | sudo tee /etc/krb5.conf.d/0_file_ccache
 [libdefaults]
     default_ccache_name = FILE:/tmp/krb5.ccache
 EOF
+
+# set up waiverdb
+printf "[waiverdb]\nauth_method=Kerberos\nresultsdb_api_url=https://resultsdb-api.engineering.redhat.com/api/v2.0\napi_url=https://waiverdb.engineering.redhat.com/api/v1.0\nkrb_principal=HTTP/waiverdb.engineering.redhat.com@REDHAT.COM\n" | sudo tee /etc/waiverdb/client.conf
+printf "[libdefaults]\n    dns_canonicalize_hostname = false\n" | sudo tee /etc/krb5.conf.d/waiverdb-canonicalize-hostname
 '