Revision: 2742 Author: stansmith Date: 11:20:54 AM, Thursday, March 18, 2010 Message: [OFED] shorten installer folder names server --> svr for web download readability. cleanup comments w.r.t. OFED vs. WinOF
signed-off-by: stan smith <[email protected]> ---- Modified : /gen1/trunk/OFED/WIX/build-OFA-dist.bat --- a/OFED/WIX/build-OFA-dist.bat Thu Mar 18 11:17:49 2010 +++ b/OFED/WIX/build-OFA-dist.bat Thu Mar 18 10:29:19 2010 @@ -15,7 +15,7 @@ rem 1) current arch specific installers are in %systemroot%\temp\*.msi rem resultant from trunk\buildrelease.bat execution. rem -rem ASSUMES %CD% == gen1\trunk\OFED\Wix +rem ASSUMES %CD% == ...\OFED\Wix rem rem build-OFA-dist release_ID {target_path} rem @@ -77,9 +77,9 @@ if "!OSF!" == "" ( echo "Missing components?" - echo "Must execute from gen1\trunk\WinOF\WIX -- and --" + echo "Must execute from ...\OFED\WIX -- and --" echo " .\win7,wnet,wxp,wlh\bin\ must be populated." - echo " run gen1\trunk\OFED\BuildRelease.bat -or- gen1\trunk\etc\makebin" + echo " run ...\OFED\BuildRelease.bat -or- ...\etc\makebin" exit /B 1 ) @@ -223,10 +223,10 @@ rem rename MS Operating System code-names to common Retail names pushd v%ID% -rename wlh Server_2008-Vista-HPC -rename wnet Server_2003-XP64 +rename wlh Svr_2008-Vista-HPC +rename wnet Svr_2003-XP64 rename wxp XP32 -rename win7 Windows7_Server_2008_R2 +rename win7 Win7-Svr_2008_R2-HPC_Edition popd IF EXIST %ZIP% del /F/Q %ZIP% @@ -237,7 +237,7 @@ popd -echo ----- +echo. echo ----- echo OFED v%ID% distribution @ %MSI%\%ZIP% echo ----- _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
