Slides 2000.
[libguestfs-talks.git] / 2021-pipelines / run
index 4fadab1..b86d6b3 100755 (executable)
@@ -16,10 +16,19 @@ unset ftp_proxy
 talkdir=$PWD ./restore
 
 # Check environment.
-#(nothing)
+if [ ! -d /mnt/scratch/pipes ]; then
+    echo "Error: no remote server."
+    exit 1
+fi
+if [ ! -f /mnt/scratch/pipes/fedora-33.img ]; then
+    echo "Error: no remote file."
+    exit 1
+fi
 
 # Precreate any files necessary.
-#(nothing)
+if [ ! -f fedora-33.img ]; then
+    virt-builder fedora-33
+fi
 
 # Run techtalk.
 #techtalk-pse "$@"