aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap.sh')
-rwxr-xr-xetc/bootstrap/bbot-bootstrap.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/bootstrap/bbot-bootstrap.sh b/etc/bootstrap/bbot-bootstrap.sh
index 1505a4b..84489a7 100755
--- a/etc/bootstrap/bbot-bootstrap.sh
+++ b/etc/bootstrap/bbot-bootstrap.sh
@@ -134,7 +134,8 @@ run bpkg install bbot
run cd ..
run rm -r "$config"
-# Finish off by uploading the result manifest produced by the bbot worker.
+# Finish off by uploading the bootstrap result manifest produced by the bbot
+# worker.
#
-run bbot-worker --bootstrap >manifest
-run curl -s -S --upload-file manifest "tftp://$tftp/manifest"
+run bbot-worker --bootstrap >bootstrap.manifest
+run curl -s -S --upload-file bootstrap.manifest "tftp://$tftp/bootstrap.manifest"