Final touches before 2015 KVM Forum talk.
[libguestfs-talks.git] / 2015-kvm-forum / run
1 #!/bin/bash -
2 # Run the talk.
3
4 # Avoid GNOME keyring stupidity
5 export GNOME_KEYRING_CONTROL=
6 export GNOME_KEYRING_PID=
7
8 # Clean up everything.
9 find -name '*~' -delete
10 rm -f virt-v2v.d/windows.xml
11 rm -f virt-v2v.d/windows-sda
12
13 # No proxy.
14 unset http_proxy
15 unset https_proxy
16 unset ftp_proxy
17
18 # Get everything into the cache.
19 guestfish -a /dev/null run || exit 1
20
21 # Run techtalk.
22 techtalk-pse