
Remove the user, build host, and build date from the Windows batch files to avoid the appearance of changes in the scripts when there are none. Change-Id: Ic36eb016dd2247c38b8bcbd627de76d443d9c317
17 lines
326 B
Batchfile
17 lines
326 B
Batchfile
@ECHO OFF
|
|
|
|
REM This is an automatically generated Windows batch file. It creates the
|
|
REM %PRODUCT% for an OpenStack training-labs setup.
|
|
|
|
SETLOCAL ENABLEDELAYEDEXPANSION
|
|
|
|
ECHO.
|
|
ECHO OpenStack labs for VirtualBox on Windows
|
|
ECHO Generated by osbash
|
|
ECHO.
|
|
ECHO Create %PRODUCT%
|
|
ECHO.
|
|
|
|
REM vim: set ai ts=4 sw=4 et ft=dosbatch:
|
|
|