From: Eric Blake Date: Thu, 24 Oct 2019 02:26:35 +0000 (-0500) Subject: Run with self-built binaries. X-Git-Url: http://git.annexia.org/?p=libguestfs-talks.git;a=commitdiff_plain;h=d9b6b0bd1e07910b6f549dd8f0f4d369a1caefef Run with self-built binaries. Necessary since I want to demo features that are not yet in stable releases, so stock Fedora 30 binaries don't show off more recent additions. Assumes that ~/d/$PROJ is the build directory for each of qemu, nbdkit, and libnbd. (Matches what was done in 2019-tech-introductions) --- diff --git a/2019-kvm-forum/run b/2019-kvm-forum/run index 6645a8e..2b0453a 100755 --- a/2019-kvm-forum/run +++ b/2019-kvm-forum/run @@ -15,6 +15,8 @@ export GNOME_KEYRING_PID= # If we need to precreate any files. # ... -# Run techtalk. -techtalk-pse +# Run techtalk. The demos require nbdkit 1.14, libnbd 1.1.5, and qemu 4.2, +# which are not present in Fedora 30, so point to self-built versions. +export PATH=$HOME/d/nbdkit:$HOME/d/qemu:$PATH +$HOME/d/libnbd/run techtalk-pse #~/d/techtalk-pse/techtalk-pse