diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-mingw.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-mingw.bat | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index 00912a8..3257aaf 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -162,12 +162,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 +@rem the 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 |