From 34d1de19782e64c554547db09a5785825dec0bbc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Mar 2018 12:50:28 +0200 Subject: Rename manifest in bootstrap scripts, add backwards-compatibility to agent --- etc/bootstrap/bbot-bootstrap-msvc-14.bat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'etc/bootstrap/bbot-bootstrap-msvc-14.bat') diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat index 0e129b7..c16ba7a 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -152,12 +152,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 -- cgit v1.1