diff options
-rwxr-xr-x | src/build/tools/hbRelease | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/build/tools/hbRelease b/src/build/tools/hbRelease index 5f8c285dc..2f1253bd7 100755 --- a/src/build/tools/hbRelease +++ b/src/build/tools/hbRelease @@ -45,13 +45,13 @@ my %globals = ( branch => "master", my $TOKEN = "!@#%^"; # List of files to check into CMVC separated by whitespace -my $CMVC_FILES = "src/hbfw/img/hostboot.bin ", - "src/hbfw/img/hostboot_extended.bin ", - "src/hbfw/img/hostboot_runtime.bin ", - "src/hbfw/img/makefile ", - "src/hbfw/fsp.tar ", - "src/hbfw/makefile ", - "src/hbfw/releaseNotes.html ", +my $CMVC_FILES = "src/hbfw/img/hostboot.bin ". + "src/hbfw/img/hostboot_extended.bin ". + "src/hbfw/img/hostboot_runtime.bin ". + "src/hbfw/img/makefile ". + "src/hbfw/fsp.tar ". + "src/hbfw/makefile ". + "src/hbfw/releaseNotes.html ". "src/hbfw/simics.tar"; # Directory to look up latest release tag for a specific release my $HOSTBOOT_GSA_HOME = "/gsa/ausgsa/home/h/o/hostboot"; |