aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-msvc-15.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-06 12:50:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-06 12:50:28 +0200
commit34d1de19782e64c554547db09a5785825dec0bbc (patch)
tree6e0ae58dbf7a1608faca6caf761e8e3b5af6b4f4 /etc/bootstrap/bbot-bootstrap-msvc-15.bat
parent0a564ee2d9f476b4e3b187c59ee177a321c64991 (diff)
Rename manifest in bootstrap scripts, add backwards-compatibility to agent
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-msvc-15.bat')
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc-15.bat7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat
index 6e81052..ce3986a 100644
--- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat
+++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat
@@ -150,12 +150,13 @@ rmdir /S /Q %config%
@if errorlevel 1 goto error
@rem
-@rem Finish off by uploading the result manifest produced by the bbot worker.
+@rem Finish off by uploading the bootstrap result manifest produced by the
+@rem bbot worker.
@rem
-bbot-worker --bootstrap >manifest
+bbot-worker --bootstrap >bootstrap.manifest
@if errorlevel 1 goto error
-curl -s -S --upload-file manifest "tftp://%tftp%/manifest"
+curl -s -S --upload-file bootstrap.manifest "tftp://%tftp%/bootstrap.manifest"
@if errorlevel 1 goto error
shutdown /s /t 5