commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
b71ecb0eb4d6fea77216de5984247761abc1fc03
makebuild.bat
makebuild.bat
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including Qt core/ui/network/webkit/phonon dll's, and also VS2008 @rem redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\communication\*.pyc del build\pymodules\core\*.pyc del build\pymodules\usr\*.pyc
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, and also VS2008 redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C /Y del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C /Y del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\circuits\core\*.pyc del build\pymodules\circuits\net\*.pyc del build\pymodules\circuits\tools\*.pyc del build\pymodules\circuits\web\*.pyc del build\pymodules\core\*.pyc del build\pymodules\editgui\*.pyc del build\pymodules\lib\*.pyc del build\pymodules\lib\webdav\*.pyc del build\pymodules\lib\webdav\acp\*.pyc del build\pymodules\usr\*.pyc del build\pymodules\webdavinventory\*.pyc del build\pymodules\webserver\*.pyc cd build\data rmdir configuration /S /Q mkdir configuration cd ..\..
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build.
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build. git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@1617 5b2332b8-efa3-11de-8684-7d64432d61a3
Batchfile
apache-2.0
jesterKing/naali,AlphaStaxLLC/tundra,jesterKing/naali,AlphaStaxLLC/tundra,BogusCurry/tundra,realXtend/tundra,realXtend/tundra,AlphaStaxLLC/tundra,realXtend/tundra,antont/tundra,pharos3d/tundra,jesterKing/naali,realXtend/tundra,jesterKing/naali,jesterKing/naali,AlphaStaxLLC/tundra,realXtend/tundra,antont/tundra,jesterKing/naali,pharos3d/tundra,BogusCurry/tundra,antont/tundra,jesterKing/naali,AlphaStaxLLC/tundra,BogusCurry/tundra,BogusCurry/tundra,pharos3d/tundra,antont/tundra,pharos3d/tundra,antont/tundra,antont/tundra,BogusCurry/tundra,realXtend/tundra,antont/tundra,pharos3d/tundra,pharos3d/tundra,AlphaStaxLLC/tundra,BogusCurry/tundra
770073ae6ba0d5f166f915a01aa56e02967060b3
tools/appveyor/windows_tests/before_test.bat
tools/appveyor/windows_tests/before_test.bat
cd bin :: ### Clone MNE-CPP test data ### call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data cd ..
cd bin :: ### Clone MNE-CPP test data ### :: call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data cd ..
Check if Appveyor fails when test fails
[LIB-153] Check if Appveyor fails when test fails
Batchfile
bsd-3-clause
LostSign/mne-cpp,ViktorKL/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,louiseichhorst/mne-cpp,louiseichhorst/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,ViktorKL/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,LostSign/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp
14230f8b9e3a7a20ed3728686f67c82894d25518
recipes/genesis2/bld.bat
recipes/genesis2/bld.bat
copy mpi.f.single mpi.f copy mpif.h.single mpif.h gfortran -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi.f copy genesis2 %LIBRARY_PREFIX%
copy mpi.f.single mpi.f copy mpif.h.single mpif.h gfortran -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi.f echo "DEBUG Info..." dir copy genesis2 %LIBRARY_BIN%
Add dir after gfortran command to check which files we have there.
DEBUG: Add dir after gfortran command to check which files we have there.
Batchfile
bsd-3-clause
SylvainCorlay/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes
db68be5f9c3a03b5c2badd009a4e450a7001f61f
openmole/bin/openmole/resources/openmole.bat
openmole/bin/openmole/resources/openmole.bat
set PWD=%~dp0 start /MIN %PWD%dbserver\bin\openmole-dbserver.bat mkdir "%UserProfile%\.openmole\.tmp" set ran="%UserProfile%\.openmole\.tmp\%random%" java -d64 -version >nul 2>&1 if errorlevel 1 goto is32bit set FLAG="-XX:+UseCompressedOops" :is32bit java -Dosgi.locking=none -Dopenmole.location="%PWD%\" -Dosgi.classloader.singleThreadLoads=true -Dosgi.configuration.area=%ran% -splash:splashscreen.png -XX:MaxPermSize=128M -XX:+UseG1GC -Xmx1G -XX:MaxPermSize=128M %FLAG% -jar %PWD%/plugins/org.eclipse.equinox.launcher.jar -consoleLog -cp %PWD%/openmole-plugins -gp %PWD%/openmole-plugins-gui %* rmdir /s /q %ran%
set PWD=%~dp0 start /MIN "%PWD%dbserver\bin\openmole-dbserver.bat" mkdir "%UserProfile%\.openmole\.tmp" set ran="%UserProfile%\.openmole\.tmp\%random%" java -d64 -version >nul 2>&1 if errorlevel 1 goto is32bit set FLAG="-XX:+UseCompressedOops" :is32bit java -Dosgi.locking=none -Dopenmole.location="%PWD%\" -Dosgi.classloader.singleThreadLoads=true -Dosgi.configuration.area=%ran% -splash:splashscreen.png -XX:MaxPermSize=128M -XX:+UseG1GC -Xmx1G -XX:MaxPermSize=128M %FLAG% -jar "%PWD%/plugins/org.eclipse.equinox.launcher.jar" -consoleLog -cp "%PWD%/openmole-plugins" -gp "%PWD%/openmole-plugins-gui" %* rmdir /s /q %ran%
Fix work in path with spaces on windows.
Fix work in path with spaces on windows.
Batchfile
agpl-3.0
openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole
538ecb4cf87aabfe333a7a71905566bd0625d6ba
tools/appveyor/windows_tests/before_test.bat
tools/appveyor/windows_tests/before_test.bat
:: Go to bin directory cd bin :: Clone MNE-CPP test data call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data curl https://www.dropbox.com/s/464j97jbaef7q3n/sample-5120-5120-5120-bem-sol.fif?dl=1 -L curl https://www.dropbox.com/s/tkrl3p1kifbzjo1/sample-5120-5120-5120-bem.fif?dl=1 -L :: Go back to mne-cpp root cd ..
:: Go to bin directory cd bin :: Clone MNE-CPP test data call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data curl https://www.dropbox.com/s/464j97jbaef7q3n/sample-5120-5120-5120-bem-sol.fif?dl=1 -L -o sample-5120-5120-5120-bem-sol.fif curl https://www.dropbox.com/s/tkrl3p1kifbzjo1/sample-5120-5120-5120-bem.fif?dl=1 -L -o sample-5120-5120-5120-bem.fif :: Go back to mne-cpp root cd ..
Add output file name to bem download in win ci
Add output file name to bem download in win ci
Batchfile
bsd-3-clause
chdinh/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp
1b33a0ab2d010236305904870b79744f64f0d710
NetKVM/CoInstaller/setbuildenv.bat
NetKVM/CoInstaller/setbuildenv.bat
@echo off call :set_sdk_path call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib call :clean_sdk_path goto :eof :setshortpath set %1=%~s2 goto :eof :set_sdk_path set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A" if NOT "%SDK_PATH%"=="" set __sdk_path__="%SDK_PATH%" goto :eof :clean_sdk_path set __sdk_path__= goto :eof
@echo off call :set_sdk_path call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib call :clean_sdk_path goto :eof :setshortpath set %1=%~s2 goto :eof :set_sdk_path set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A" if not exist %__sdk_path__% set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v7.0A" if NOT "%SDK_PATH%"=="" set __sdk_path__="%SDK_PATH%" goto :eof :clean_sdk_path set __sdk_path__= goto :eof
Add SDK7.0A as one of the possible defaults during the build of coinstaller\CLI for NetKVM driver
[NetKVM] Add SDK7.0A as one of the possible defaults during the build of coinstaller\CLI for NetKVM driver
Batchfile
bsd-3-clause
YanVugenfirer/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,ladipro/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,GoogleCloudPlatform/compute-windows-drivers,virtio-win/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,daynix/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,daynix/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,YanVugenfirer/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,virtio-win/kvm-guest-drivers-windows
5e7e5d0dee7ebf512e82a00aebe0f2a18709e93f
build.cmd
build.cmd
set Version=1.0.45 call tools\nuget.exe install JetBrains.runAs -Version %Version% -o win32 copy win32\JetBrains.runAs.%Version%\tools\x64\JetBrains.runAs.exe win32\x64 /Y copy win32\JetBrains.runAs.%Version%\tools\x86\JetBrains.runAs.exe win32\x86 /Y call mvn package call createPlugin.cmd
set Version=1.0.50 call tools\nuget.exe install JetBrains.runAs -Version %Version% -o win32 copy win32\JetBrains.runAs.%Version%\tools\x64\JetBrains.runAs.exe win32\x64 /Y copy win32\JetBrains.runAs.%Version%\tools\x86\JetBrains.runAs.exe win32\x86 /Y call mvn package call createPlugin.cmd
Change win 32 tool version to 50
Change win 32 tool version to 50
Batchfile
apache-2.0
JetBrains/teamcity-runas,JetBrains/teamcity-runas,JetBrains/teamcity-runas,JetBrains/teamcity-runas-plugin,JetBrains/teamcity-runas,JetBrains/teamcity-runas-plugin
3d92266cfdee17a9d92be79cc229ca25965c063c
build.cmd
build.cmd
@echo off cls "tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "tools\nuget\nuget.exe" "install" "FSharp.Formatting.CommandTool" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease" "tools\nuget\nuget.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" "-ExcludeVersion" SET TARGET="Default" IF NOT [%1]==[] (set TARGET="%1") "tools\FAKE\tools\Fake.exe" "build.fsx" "target=%TARGET%"
@echo off cls "tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease" "tools\nuget\nuget.exe" "install" "FSharp.Formatting.CommandTool" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease" "tools\nuget\nuget.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" "-ExcludeVersion" SET TARGET="Default" IF NOT [%1]==[] (set TARGET="%1") "tools\FAKE\tools\Fake.exe" "build.fsx" "target=%TARGET%"
USe FAKE prerelease for testing
USe FAKE prerelease for testing
Batchfile
apache-2.0
tpetricek/FAKE,featuresnap/FAKE,philipcpresley/FAKE,neoeinstein/FAKE,molinch/FAKE,ArturDorochowicz/FAKE,beeker/FAKE,daniel-chambers/FAKE,pacificIT/FAKE,modulexcite/FAKE,jayp33/FAKE,xavierzwirtz/FAKE,satsuper/FAKE,featuresnap/FAKE,satsuper/FAKE,featuresnap/FAKE,hitesh97/FAKE,gareth-evans/FAKE,philipcpresley/FAKE,mfalda/FAKE,mat-mcloughlin/FAKE,mat-mcloughlin/FAKE,yonglehou/FAKE,neoeinstein/FAKE,darrelmiller/FAKE,satsuper/FAKE,haithemaraissia/FAKE,brianary/FAKE,naveensrinivasan/FAKE,RMCKirby/FAKE,wooga/FAKE,ArturDorochowicz/FAKE,philipcpresley/FAKE,ilkerde/FAKE,daniel-chambers/FAKE,dlsteuer/FAKE,ctaggart/FAKE,satsuper/FAKE,tpetricek/FAKE,MichalDepta/FAKE,hitesh97/FAKE,warnergodfrey/FAKE,warnergodfrey/FAKE,ctaggart/FAKE,rflechner/FAKE,dlsteuer/FAKE,gareth-evans/FAKE,pacificIT/FAKE,dmorgan3405/FAKE,daniel-chambers/FAKE,wooga/FAKE,NaseUkolyCZ/FAKE,rflechner/FAKE,ArturDorochowicz/FAKE,wooga/FAKE,yonglehou/FAKE,brianary/FAKE,RMCKirby/FAKE,modulexcite/FAKE,ctaggart/FAKE,featuresnap/FAKE,dmorgan3405/FAKE,MiloszKrajewski/FAKE,naveensrinivasan/FAKE,NaseUkolyCZ/FAKE,ilkerde/FAKE,jayp33/FAKE,pmcvtm/FAKE,ovu/FAKE,darrelmiller/FAKE,leflings/FAKE,yonglehou/FAKE,pmcvtm/FAKE,mfalda/FAKE,molinch/FAKE,warnergodfrey/FAKE,MichalDepta/FAKE,gareth-evans/FAKE,Kazark/FAKE,RMCKirby/FAKE,ovu/FAKE,brianary/FAKE,dlsteuer/FAKE,gareth-evans/FAKE,philipcpresley/FAKE,mfalda/FAKE,Kazark/FAKE,mfalda/FAKE,jayp33/FAKE,JonCanning/FAKE,ArturDorochowicz/FAKE,haithemaraissia/FAKE,beeker/FAKE,leflings/FAKE,modulexcite/FAKE,MiloszKrajewski/FAKE,neoeinstein/FAKE,ilkerde/FAKE,leflings/FAKE,mat-mcloughlin/FAKE,Kazark/FAKE,mglodack/FAKE,tpetricek/FAKE,pacificIT/FAKE,naveensrinivasan/FAKE,beeker/FAKE,JonCanning/FAKE,dmorgan3405/FAKE,MichalDepta/FAKE,naveensrinivasan/FAKE,ovu/FAKE,dlsteuer/FAKE,mglodack/FAKE,beeker/FAKE,pacificIT/FAKE,leflings/FAKE,brianary/FAKE,molinch/FAKE,RMCKirby/FAKE,ilkerde/FAKE,MiloszKrajewski/FAKE,yonglehou/FAKE,daniel-chambers/FAKE,xavierzwirtz/FAKE,NaseUkolyCZ/FAKE,pmcvtm/FAKE,JonCanning/FAKE,rflechner/FAKE,neoeinstein/FAKE,JonCanning/FAKE,Kazark/FAKE,xavierzwirtz/FAKE,ovu/FAKE,mglodack/FAKE,ctaggart/FAKE,pmcvtm/FAKE,jayp33/FAKE,dmorgan3405/FAKE,haithemaraissia/FAKE,darrelmiller/FAKE,molinch/FAKE,hitesh97/FAKE,rflechner/FAKE,modulexcite/FAKE,MiloszKrajewski/FAKE,mglodack/FAKE,tpetricek/FAKE,xavierzwirtz/FAKE,hitesh97/FAKE,MichalDepta/FAKE,wooga/FAKE,mat-mcloughlin/FAKE,warnergodfrey/FAKE,haithemaraissia/FAKE,NaseUkolyCZ/FAKE,darrelmiller/FAKE
87080ac33afc978b588b80344c124607da7aa5bd
build.cmd
build.cmd
@echo off setlocal cd "%~dp0" set MSBUILDEXE=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe if not exist "%MSBUILDEXE%" ( echo The .NET Framework 4.0 does not appear to be installed on this echo machine, which is required to build the solution. exit /b 1 ) if "%1"=="docs" call :docs %2 %3 %4 %5 %6 %7 %8 %9 & goto :EOF :base for %%i in (debug release) do "%MSBUILDEXE%" "MoreLinq.sln" /v:m /p:Configuration=%%i %* goto :EOF :docs call :base && "%MSBUILDEXE%" MoreLinq.shfbproj %* goto :EOF
@echo off setlocal cd "%~dp0" if "%PROCESSOR_ARCHITECTURE%"=="x86" set MSBUILD=%ProgramFiles% if defined ProgramFiles(x86) set MSBUILD=%ProgramFiles(x86)% set MSBUILD=%MSBUILD%\MSBuild\14.0\bin\msbuild if not exist "%MSBUILD%" ( echo Microsoft Build Tools 2015 does not appear to be installed on this echo machine, which is required to build the solution. You can install echo it from the URL below and then try building again: echo https://www.microsoft.com/en-us/download/detailscd .aspx?id=48159 exit /b 1 ) if "%1"=="docs" call :docs %2 %3 %4 %5 %6 %7 %8 %9 & goto :EOF :base for %%i in (debug release) do "%MSBUILD%" "MoreLinq.sln" /v:m /p:Configuration=%%i %* goto :EOF :docs call :base && "%MSBUILD%" MoreLinq.shfbproj %* goto :EOF
Use MSBuild 14 from MS Build Tools 2015
Use MSBuild 14 from MS Build Tools 2015
Batchfile
apache-2.0
fsateler/MoreLINQ,morelinq/MoreLINQ,ddpruitt/morelinq,ddpruitt/morelinq,morelinq/MoreLINQ,fsateler/MoreLINQ
2aa7a6f9ef062e95156c73afc55d05953c0a317e
setup.bat
setup.bat
rem Set up script for Windows. copy /-Y .vimrc %HOME%\_vimrc copy /-Y .gvimrc %HOME%\_gvimrc
rem Set up script for Windows. mklink %HOME%\_vimrc %HOME%\vim-dotfiles\.vimrc mklink %HOME%\_gvimrc %HOME%\vim-dotfiles\.gvimrc
Use mklink instead of copy.
Use mklink instead of copy.
Batchfile
mit
shimamu/vim-dotfiles
53a9d27532b116ab4667daaabc4a4c6591535300
Scripts/buildpack.bat
Scripts/buildpack.bat
ECHO ON SETLOCAL SET VERSION=%1 rmdir obj /s /q rmdir Release /s /q msbuild tools\versionupdater\versionupdater.csproj /p:Configuration=Release /p:OutputPath=.. || exit /B 1 tools\versionupdater -v %VERSION%
ECHO ON SETLOCAL SET VERSION=%1 rmdir obj /s /q rmdir Release /s /q msbuild tools\versionupdater\versionupdater.csproj /p:Configuration=Release /p:OutputPath=..\bin || exit /B 1 tools\bin\versionupdater -v %VERSION% || exit /B 1
Build versionupdater in bin folder
Build versionupdater in bin folder So that binaries are ignored by git
Batchfile
mit
charlenni/Mapsui,charlenni/Mapsui,pauldendulk/Mapsui
7f4f192aab3f29ddb62802b90933705f3010437d
dev/zip/scalive.bat
dev/zip/scalive.bat
@set JAVA_OPTS=-Djava.awt.headless=true @set ROOT_DIR=%~dp0 @cd "%ROOT_DIR%" @set CLASS_PATH="%ROOT_DIR%\*;." @java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %ROOT_DIR% %*
@echo off set JAVA_OPTS=-Djava.awt.headless=true set ROOT_DIR=%~dp0 cd "%ROOT_DIR%" set CLASS_PATH="%ROOT_DIR%\*;." java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %ROOT_DIR% %*
Use "@echo off" for brevity
Use "@echo off" for brevity
Batchfile
mit
xitrum-framework/scalive,xitrum-framework/scalive
b9afc18293b3d2ef85b8f97ad3af6000d3dc8bdc
src/condor_tests/job_ckpt_memory-file_std.cmd
src/condor_tests/job_ckpt_memory-file_std.cmd
universe = standard executable = job_ckpt_memory-file_std.cndr.exe.$$(OPSYS).$$(ARCH) output = job_ckpt_memory-file_std.out error = job_ckpt_memory-file_std.err log = job_ckpt_memory-file_std.log priority = 6 arguments = -f x_job_ckpt_memory-file_std.t1 -s 10000 -o 25000 -_condor_aggravate_bugs notification = never queue
universe = standard executable = job_ckpt_memory-file_std.cndr.exe.$$(OPSYS).$$(ARCH) output = job_ckpt_memory-file_std.out error = job_ckpt_memory-file_std.err log = job_ckpt_memory-file_std.log priority = 6 arguments = -f x_job_ckpt_memory-file_std.t1 -s 10000 -o 75000 -_condor_aggravate_bugs notification = never queue
Increase loop count in std uni test to improve reliabilty
Increase loop count in std uni test to improve reliabilty
Batchfile
apache-2.0
neurodebian/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor,bbockelm/condor-network-accounting,clalancette/condor-dcloud,neurodebian/htcondor,zhangzhehust/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,djw8605/condor,neurodebian/htcondor,bbockelm/condor-network-accounting,bbockelm/condor-network-accounting,mambelli/osg-bosco-marco,djw8605/condor,neurodebian/htcondor,djw8605/htcondor,mambelli/osg-bosco-marco,zhangzhehust/htcondor,mambelli/osg-bosco-marco,clalancette/condor-dcloud,djw8605/condor,mambelli/osg-bosco-marco,neurodebian/htcondor,neurodebian/htcondor,clalancette/condor-dcloud,clalancette/condor-dcloud,htcondor/htcondor,djw8605/htcondor,djw8605/htcondor,djw8605/condor,bbockelm/condor-network-accounting,djw8605/htcondor,mambelli/osg-bosco-marco,zhangzhehust/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,zhangzhehust/htcondor,clalancette/condor-dcloud,zhangzhehust/htcondor,zhangzhehust/htcondor,neurodebian/htcondor,bbockelm/condor-network-accounting,clalancette/condor-dcloud,djw8605/htcondor,htcondor/htcondor,djw8605/condor,djw8605/htcondor,zhangzhehust/htcondor,djw8605/condor,neurodebian/htcondor,htcondor/htcondor,htcondor/htcondor,djw8605/htcondor,htcondor/htcondor,zhangzhehust/htcondor,djw8605/condor,clalancette/condor-dcloud,mambelli/osg-bosco-marco,neurodebian/htcondor,djw8605/condor,bbockelm/condor-network-accounting,htcondor/htcondor,zhangzhehust/htcondor
cc21a909fce53f987926f19b92a1014ce648b804
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/93edfcb6e9c75d395e805825f5051e707bd50bb8 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/af63dea4db22bae730dba99d2090c27bedcde159 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
Update Kudu to use latest KuduScript
Update Kudu to use latest KuduScript
Batchfile
apache-2.0
projectkudu/kudu,shibayan/kudu,projectkudu/kudu,shibayan/kudu,projectkudu/kudu,puneet-gupta/kudu,projectkudu/kudu,shibayan/kudu,shibayan/kudu,EricSten-MSFT/kudu,shibayan/kudu,puneet-gupta/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,puneet-gupta/kudu
944759f107f8e89687769794036b7b3a0a643d3a
urbackupserver_installer_win/data_common/reset_pw.bat
urbackupserver_installer_win/data_common/reset_pw.bat
@echo off net session >nul 2>&1 if NOT %errorLevel% == 0 ( echo Failure: Current permissions inadequate. Please run as administrator. pause exit /b 1 ) set /p newpw=Please enter the new password for user 'admin': "%~dp0\urbackup_srv.exe" --cmdline --no-server --plugin urbackupserver.dll --set_admin_pw "%newpw%" exit /b 0
@echo off net session >nul 2>&1 if NOT %errorLevel% == 0 ( echo Failure: Current permissions inadequate. Please run as administrator. pause exit /b 1 ) set /p newpw=Please enter the new password for user 'admin': "%~dp0\urbackup_srv.exe" --cmdline --no-server --plugin cryptoplugin.dll --plugin urbackupserver.dll --set_admin_pw "%newpw%" exit /b 0
Fix password reset on Windows
Fix password reset on Windows
Batchfile
agpl-3.0
uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend
538a684952e52ae3ffbc96416861dd76c9d363a6
recipes/convert3d/bld.bat
recipes/convert3d/bld.bat
setlocal EnableDelayedExpansion mkdir build cd build cmake -GNinja ^ -DCMAKE_BUILD_TYPE:STRING=Release ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^ -DCONVERT3D_USE_ITK_REMOTE_MODULES:BOOL=OFF ^ .. if errorlevel 1 exit 1 cmake --build . if errorlevel 1 exit 1 ctest --extra-verbose --output-on-failure . if errorlevel 1 exit 1 cmake --install . if errorlevel 1 exit 1
setlocal EnableDelayedExpansion mkdir build cd build set CFLAGS="%CFLAGS% -I %LIBRARY_PREFIX%\include\eigen3" set CXXFLAGS="%CXXFLAGS% -I %LIBRARY_PREFIX%\include\eigen3" cmake -GNinja ^ -DCMAKE_BUILD_TYPE:STRING=Release ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^ -DCONVERT3D_USE_ITK_REMOTE_MODULES:BOOL=OFF ^ .. if errorlevel 1 exit 1 cmake --build . if errorlevel 1 exit 1 ctest --extra-verbose --output-on-failure . if errorlevel 1 exit 1 cmake --install . if errorlevel 1 exit 1
Add missing CFLAGS override for Windows
Add missing CFLAGS override for Windows
Batchfile
bsd-3-clause
ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes
431843564500d138078975108164d9c4c0390947
win-files/cmake.cmd
win-files/cmake.cmd
set "PATH=%PATH%;C:\Program Files\CMake\bin" if %1 == -E ( cmake.exe %* ) else ( cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit %* )
setlocal set "PATH=%PATH%;C:\Program Files\CMake\bin" if %1 == -E ( cmake.exe %* ) else ( cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit %* )
Add setlocal to make sure settings only apply to this session.
Add setlocal to make sure settings only apply to this session.
Batchfile
bsd-3-clause
vfonov/torch-distro,PPC64/torch-distro,torch/distro
993cbb166affdd1ae16eb4f5861c1bd0c8b18d47
redpen-cli/bin/redpen.bat
redpen-cli/bin/redpen.bat
@echo off SETLOCAL if NOT DEFINED JAVA_HOME goto err set SCRIPT_DIR=%~dp0 for %%I in ("%SCRIPT_DIR%..") do set REDPEN_HOME=%%~dpfI set REDPEN_CLASSPATH=%REDPEN_HOME%/conf;%REDPEN_HOME%/lib/* set JAVA_OPTS=%JAVA_OPTS% "%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath "%REDPEN_CLASSPATH%" cc.redpen.Main %* goto finally :err echo Error: JAVA_HOME is not defined. Can not start RedPen pause :finally ENDLOCAL
@echo off SETLOCAL if NOT DEFINED JAVA_HOME goto err set SCRIPT_DIR=%~dp0 for %%I in ("%SCRIPT_DIR%..") do set REDPEN_HOME=%%~dpfI set REDPEN_CLASSPATH=%REDPEN_HOME%/conf;%REDPEN_HOME%/lib/* set JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8 "%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath "%REDPEN_CLASSPATH%" cc.redpen.Main %* goto finally :err echo Error: JAVA_HOME is not defined. Can not start RedPen pause :finally ENDLOCAL
Fix character corruption in Windows
Fix character corruption in Windows
Batchfile
apache-2.0
redpen-cc/redpen,recruit-tech/redpen,kenhys/redpen,kenhys/redpen,gerryhocks/redpen,kenhys/redpen,redpen-cc/redpen,redpen-cc/redpen,gerryhocks/redpen,recruit-tech/redpen,redpen-cc/redpen,redpen-cc/redpen,kenhys/redpen,gerryhocks/redpen,recruit-tech/redpen,gerryhocks/redpen,recruit-tech/redpen
8a41570eea39330d3c5f32febeceff2a79c58dc2
zipsrc.bat
zipsrc.bat
cd .. del/q scite.zip zip scite.zip scintilla\*.* scintilla\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp cd scite
cd .. del/q scite.zip zip scite.zip scintilla\*.* scintilla\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp -x *.ncb -x *.sbr -x *.ilk -x *.idb cd scite
Remove more temporary build files from the set zipped.
Remove more temporary build files from the set zipped.
Batchfile
isc
R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone
ce30a8860aaa1a6c66813ca434451fb40f4e732e
build.cmd
build.cmd
.paket\paket.bootstrapper.exe if errorlevel 1 ( exit "There was an error with paket.bootstrapper" ) IF EXIST paket.lock ( .paket\paket.exe restore if errorlevel 1 ( exit "There was an error restoring packages from paket.lock" ) ) IF EXIST init.fsx ( .paket\paket.exe install packages\FAKE\tools\FAKE.exe init.fsx ) packages\FAKE\tools\FAKE.exe build.fsx
IF NOT EXIST .paket\paket.exe ( .paket\paket.bootstrapper.exe if errorlevel 1 ( exit "There was an error with paket.bootstrapper" ) ) IF EXIST paket.lock ( .paket\paket.exe restore if errorlevel 1 ( exit "There was an error restoring packages from paket.lock" ) ) IF EXIST init.fsx ( .paket\paket.exe install packages\FAKE\tools\FAKE.exe init.fsx ) packages\FAKE\tools\FAKE.exe build.fsx
Check first if paket.exe is already downloaded in ..paket folder
Check first if paket.exe is already downloaded in ..paket folder
Batchfile
mit
renehernandez/NetConsole.WebApi,renehernandez/NetConsole.WebApi,renehernandez/NetConsole.Core,renehernandez/NetConsole.Core
8b231ca1624acea6bfa833260514d78332021021
test/bin-debug/packageWin.bat
test/bin-debug/packageWin.bat
SET AIR_SDK=%USERPROFILE%\Documents\AdobeAIRSDK set STEAM_SDK=%USERPROFILE%\Documents\Steam\sdk SET ANE_PATH=..\..\FRESteamWorksLib\bin copy "%STEAM_SDK%\redistributable_bin\steam_api.dll" . copy "%STEAM_SDK%\redistributable_bin\osx32\libsteam_api.dylib" . call "%AIR_SDK%\bin\adt.bat" -package -XnoAneValidate -tsa none ^ -storetype pkcs12 -keystore CertificateTest.p12 ^ -storepass test -target bundle FRESteamWorksTest ^ FRESteamWorksTest-app.xml FRESteamWorksTest.swf ^ steam_api.dll libsteam_api.dylib steam_appid.txt^ -extdir "%ANE_PATH%" del steam_api.dll libsteam_api.dylib
SET AIR_SDK=%USERPROFILE%\Documents\AdobeAIRSDK set STEAM_SDK=%USERPROFILE%\Documents\Steam\sdk SET ANE_PATH=..\..\lib\bin copy "%STEAM_SDK%\redistributable_bin\steam_api.dll" . copy "%STEAM_SDK%\redistributable_bin\osx32\libsteam_api.dylib" . call "%AIR_SDK%\bin\adt.bat" -package -XnoAneValidate -tsa none ^ -storetype pkcs12 -keystore CertificateTest.p12 ^ -storepass test -target bundle FRESteamWorksTest ^ FRESteamWorksTest-app.xml FRESteamWorksTest.swf ^ steam_api.dll libsteam_api.dylib steam_appid.txt^ -extdir "%ANE_PATH%" del steam_api.dll libsteam_api.dylib
Fix the (hopefully) last path
Fix the (hopefully) last path
Batchfile
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
90df5d9f547fc7841a974709b18c11bf44739741
tools/nupkg/buildNupkg.cmd
tools/nupkg/buildNupkg.cmd
pushd %~dp0 rmdir /s /q .\lib mkdir .\lib\net45 mkdir .\lib\netstandard2.0 pushd ..\.. del /q /f *.nupkg copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.XML .\tools\nupkg\lib\net45 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.xml .\tools\nupkg\lib\netstandard2.0 .\.nuget\nuget.exe pack .\tools\nupkg\Microsoft.Azure.Storage.DataMovement.nuspec popd rmdir /s /q .\lib popd
pushd %~dp0 rmdir /s /q .\package mkdir .\package\lib\net45 mkdir .\package\lib\netstandard2.0 pushd ..\.. del /q /f *.nupkg copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\package\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\package\lib\net45 copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.XML .\tools\nupkg\package\lib\net45 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\package\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\package\lib\netstandard2.0 copy .\netcore\Microsoft.WindowsAzure.Storage.DataMovement\bin\Release\netstandard2.0\Microsoft.WindowsAzure.Storage.DataMovement.xml .\tools\nupkg\package\lib\netstandard2.0 copy .\tools\nupkg\Microsoft.Azure.Storage.DataMovement.nuspec .\tools\nupkg\package .\.nuget\nuget.exe pack .\tools\nupkg\package\Microsoft.Azure.Storage.DataMovement.nuspec popd rmdir /s /q .\package popd
Exclude nupkg script from DMLib's nuget package.
Exclude nupkg script from DMLib's nuget package.
Batchfile
mit
Azure/azure-storage-net-data-movement
26d3ada961a6ab82390112e974ad5c03cd9f0caa
sipXcallLib/sipXtapi/build.win32/updateVersion.bat
sipXcallLib/sipXtapi/build.win32/updateVersion.bat
call setRepoEnvVar sed -i "s/SIPXTAPI_BUILDNUMBER.*\".*\"/SIPXTAPI_BUILDNUMBER \"%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILD_WORD.*/SIPXTAPI_BUILD_WORD 2,9,1,%REPRO_VERSION%/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_FULL_VERSION.*\".*\"/SIPXTAPI_FULL_VERSION \"2.9.1.%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILDDATE.*\".*\"/SIPXTAPI_BUILDDATE \"%date:~10,4%-%date:~4,2%-%date:~7,2%\"/g" ..\..\include\tapi\sipXtapi.h
call setRepoEnvVar sed -i "s/SIPXTAPI_BUILDNUMBER.*\".*\"/SIPXTAPI_BUILDNUMBER \"%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILD_WORD [0-9,,]*/SIPXTAPI_BUILD_WORD 2,9,1,%REPRO_VERSION%/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_FULL_VERSION.*\".*\"/SIPXTAPI_FULL_VERSION \"2.9.1.%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h sed -i "s/SIPXTAPI_BUILDDATE.*\".*\"/SIPXTAPI_BUILDDATE \"%date:~10,4%-%date:~4,2%-%date:~7,2%\"/g" ..\..\include\tapi\sipXtapi.h
Tweak to the script used to modified the version in sipXtapi.h -- it removed the start of comment resulting in compiler errors.
Tweak to the script used to modified the version in sipXtapi.h -- it removed the start of comment resulting in compiler errors. git-svn-id: 5274dacc98e2a95d0b0452670772bfdffe61ca90@7201 a612230a-c5fa-0310-af8b-88eea846685b
Batchfile
lgpl-2.1
sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror
14dd266d0db212b5a97e7140267b8f59906cdb91
recipes/grpcio/bld.bat
recipes/grpcio/bld.bat
"%PYTHON%" -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv if errorlevel 1 exit 1
set "GRPC_PYTHON_BUILD_SYSTEM_ZLIB=True" set "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True" set "GRPC_PYTHON_CFLAGS=/DPB_FIELD_16BIT" "%PYTHON%" -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv if errorlevel 1 exit 1
Use zlib and openssl from conda-forge for windows
Use zlib and openssl from conda-forge for windows
Batchfile
bsd-3-clause
kwilcox/staged-recipes,johanneskoester/staged-recipes,rmcgibbo/staged-recipes,chrisburr/staged-recipes,synapticarbors/staged-recipes,petrushy/staged-recipes,rmcgibbo/staged-recipes,igortg/staged-recipes,cpaulik/staged-recipes,mcs07/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,asmeurer/staged-recipes,birdsarah/staged-recipes,scopatz/staged-recipes,ceholden/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,dschreij/staged-recipes,jjhelmus/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,synapticarbors/staged-recipes,rvalieris/staged-recipes,mcs07/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,Juanlu001/staged-recipes,stuertz/staged-recipes,isuruf/staged-recipes,goanpeca/staged-recipes,ceholden/staged-recipes,conda-forge/staged-recipes,asmeurer/staged-recipes,birdsarah/staged-recipes,SylvainCorlay/staged-recipes,basnijholt/staged-recipes,sodre/staged-recipes,sodre/staged-recipes,patricksnape/staged-recipes,shadowwalkersb/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,cpaulik/staged-recipes,jakirkham/staged-recipes,isuruf/staged-recipes,stuertz/staged-recipes,SylvainCorlay/staged-recipes,petrushy/staged-recipes,jochym/staged-recipes,shadowwalkersb/staged-recipes,Juanlu001/staged-recipes,rvalieris/staged-recipes,dschreij/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,jjhelmus/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,sodre/staged-recipes
1a99b2eafaac3035617bbed11a35436ef1d78975
contrib/appveyor/build_main.bat
contrib/appveyor/build_main.bat
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set "BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0" ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set "PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE=-DCMAKE_BUILD_TYPE=%configuration% cmake %BUILD_TYPE% -G"%CMAKE_GENERATOR%" %BOOST_ARGS% c:\projects\plib mingw32-make ctest ) else ( if "%USE_MSYS%"=="1" ( set "PATH=C:\msys2\bin;C:\Program Files (x86)\CMake\bin" c:\msys2\bin\bash c:\projects\plib\contrib\appveyor\build_msys.sh ) )
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set "BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0" ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set "PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE=-DCMAKE_BUILD_TYPE=%configuration% cmake %BUILD_TYPE% -G"%CMAKE_GENERATOR%" %BOOST_ARGS% c:\projects\plib mingw32-make ctest ) else ( if "%USE_MSYS%"=="1" ( set "PATH=C:\msys64\usr\bin;C:\Program Files (x86)\CMake\bin" bash c:\projects\plib\contrib\appveyor\build_msys.sh ) )
Fix path to MSYS2 binaries
appveyor: Fix path to MSYS2 binaries
Batchfile
unknown
saprykin/plibsys,saprykin/plibsys,saprykin/plib,saprykin/plib,saprykin/plibsys
c673b3999740b998d5bf5b19c9c5379637f6f1e8
scripts/create-exe.bat
scripts/create-exe.bat
@echo off set cwd=%cd% cd /D %~dp0 set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" set MSBuildOptions=/v:m /p:Configuration=Release set BuildDir64="build-exe-64" set BuildDir32="build-exe-32" call %DevCmd% echo Building 64-bit tev... mkdir %BuildDir64% cd %BuildDir64% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017 Win64" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev.exe" cd .. rmdir /S /Q %BuildDir64% echo Building 32-bit tev... mkdir %BuildDir32% cd %BuildDir32% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev-32bit.exe" cd .. rmdir /S /Q %BuildDir32% echo Returning to original directory. cd /D %cwd% pause
@echo off set cwd=%cd% cd /D %~dp0 set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" set MSBuildOptions=/v:m /p:Configuration=Release set BuildDir64="build-exe-64" set BuildDir32="build-exe-32" call %DevCmd% echo Building 64-bit tev... mkdir %BuildDir64% cd %BuildDir64% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017 Win64" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev.exe" cd .. rmdir /S /Q %BuildDir64% echo Building 32-bit tev... mkdir %BuildDir32% cd %BuildDir32% cmake -DTEV_DEPLOY=1 -G "Visual Studio 15 2017" ..\.. msbuild %MSBuildOptions% tev.sln move "Release\tev.exe" "..\..\tev-32bit.exe" cd .. rmdir /S /Q %BuildDir32% echo Returning to original directory. cd /D %cwd% pause
Update Windows Release build script
Update Windows Release build script
Batchfile
bsd-3-clause
Tom94/tev,Tom94/tev,Tom94/tev,Tom94/tev
95e605260038945d755c1decf0c6abb281668ba4
build-theme-file.bat
build-theme-file.bat
@echo off echo Building your theme... mkdir temp echo Building fonts... bin\makebundle.exe temp\8x8.fnt Template\font8x8 bin\makebundle.exe temp\7x6.fnt Template\font7x6 bin\makebundle.exe temp\4x6.fnt Template\font4x6 echo Copying colors... copy /y Template\colors.txt temp\colors.txt echo Copying graphics... copy /y Template\bevel.* temp copy /y Template\vu.* temp copy /y Template\analyzor.* temp copy /y Template\logo.* temp echo Bundling everything together... bin\makebundle.exe MyNewTheme temp echo --- echo Your new theme is now packed in the file called "MyNewTheme"! echo Copy the file in klystrack\res and restart klystrack. pause
@echo off echo Building your theme... mkdir temp echo Building fonts... bin\makebundle.exe temp\8x8.fnt Template\font8x8 bin\makebundle.exe temp\7x6.fnt Template\font7x6 bin\makebundle.exe temp\4x6.fnt Template\font4x6 echo Copying colors... copy /y Template\colors.txt temp\colors.txt echo Copying graphics... copy /y Template\bevel.* temp copy /y Template\vu.* temp copy /y Template\analyzor.* temp copy /y Template\logo.* temp copy /y Template\cursor.* temp echo Bundling everything together... bin\makebundle.exe MyNewTheme temp echo --- echo Your new theme is now packed in the file called "MyNewTheme"! echo Copy the file in klystrack\res and restart klystrack. pause
Support for cursor.png mouse cursor file
Support for cursor.png mouse cursor file
Batchfile
mit
kometbomb/klystrack-theme-kit
7917dd5bc6a6158b310ac8340013be2b52e70df5
src/main/bin/run.bat
src/main/bin/run.bat
@echo off setlocal EnableDelayedExpansion SET OLDCD=%CD% cd %~dp0.. SET JAVA_OPTS= -Xmx1g SET CLASS=com.github.rnewson.couchdb.lucene.Main SET CLASSPATH="conf" for %%i in ("lib\*.jar") do @SET CLASSPATH=!CLASSPATH!;"%%~dpfi" java %JAVA_OPTS% -cp %CLASSPATH% %CLASS% > nul cd %OLDCD%
@echo off setlocal EnableDelayedExpansion SET OLDCD=%CD% cd %~dp0.. SET JAVA_OPTS= -Xmx1g SET CLASS=com.github.rnewson.couchdb.lucene.Main SET CLASSPATH="conf" for %%i in ("lib\*.jar") do @SET CLASSPATH=!CLASSPATH!;"%%~sdpfi" java %JAVA_OPTS% -cp %CLASSPATH% %CLASS% > nul cd %OLDCD%
Use short filenames on Windows becauses spaces are evil
Use short filenames on Windows becauses spaces are evil
Batchfile
apache-2.0
eHealthAfrica/couchdb-lucene,rnewson/couchdb-lucene,eHealthAfrica/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,eHealthAfrica/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene
c249d249e34b9ea034f2c62c4b3d653afa684646
recipes/cartopy_offlinedata/scripts/activate.bat
recipes/cartopy_offlinedata/scripts/activate.bat
:: Store existing env vars and set to this conda env :: so other installs don't pollute the environment. @if defined CARTOPY_OFFLINE_SHARED ( set "_CONDA_SET_CARTOPY_OFFLINE_SHARED=%CARTOPY_OFFLINE_SHARED%" ) @set "CARTOPY_OFFLINE_SHARED=%CONDA_PREFIX%\Library\share\cartopy"
:: Store existing env vars and set to this conda env :: so other installs don't pollute the environment. @if defined CARTOPY_OFFLINE_SHARED ( set "_CONDA_SET_CARTOPY_OFFLINE_SHARED=%CARTOPY_OFFLINE_SHARED%" ) @set "CARTOPY_OFFLINE_SHARED=%CONDA_PREFIX%\share\cartopy"
Update fix Windows activation script
Update fix Windows activation script Co-Authored-By: Isuru Fernando <[email protected]>
Batchfile
bsd-3-clause
chrisburr/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,asmeurer/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,asmeurer/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,Juanlu001/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,dschreij/staged-recipes,stuertz/staged-recipes,Juanlu001/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,birdsarah/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,patricksnape/staged-recipes,SylvainCorlay/staged-recipes,birdsarah/staged-recipes,johanneskoester/staged-recipes,SylvainCorlay/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes
2d30438eae3ff0111adc77b5c4102575eb0a5695
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.71" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.72" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.72 update
[Nomad] Patch for version 0.72 update
Batchfile
mit
LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide
8324506eb02e6d1339ca1877a706f709055b0e62
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install http://github.com/projectkudu/KuduScript/tarball/master IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install http://github.com/projectkudu/KuduScript/tarball/99816ade95addbfa6cfae7d74b7b616e2eebf772 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
Use a specific version (commit) for kudu-script
Use a specific version (commit) for kudu-script
Batchfile
apache-2.0
projectkudu/kudu,kenegozi/kudu,shanselman/kudu,sitereactor/kudu,kali786516/kudu,bbauya/kudu,oliver-feng/kudu,puneet-gupta/kudu,duncansmart/kudu,dev-enthusiast/kudu,bbauya/kudu,puneet-gupta/kudu,badescuga/kudu,barnyp/kudu,shibayan/kudu,kali786516/kudu,shibayan/kudu,sitereactor/kudu,juvchan/kudu,duncansmart/kudu,juvchan/kudu,juvchan/kudu,chrisrpatterson/kudu,MavenRain/kudu,shibayan/kudu,oliver-feng/kudu,EricSten-MSFT/kudu,kali786516/kudu,bbauya/kudu,juvchan/kudu,sitereactor/kudu,YOTOV-LIMITED/kudu,duncansmart/kudu,sitereactor/kudu,projectkudu/kudu,juoni/kudu,chrisrpatterson/kudu,mauricionr/kudu,projectkudu/kudu,YOTOV-LIMITED/kudu,barnyp/kudu,dev-enthusiast/kudu,juvchan/kudu,shrimpy/kudu,shrimpy/kudu,shrimpy/kudu,juoni/kudu,oliver-feng/kudu,projectkudu/kudu,shanselman/kudu,chrisrpatterson/kudu,juoni/kudu,duncansmart/kudu,mauricionr/kudu,projectkudu/kudu,barnyp/kudu,MavenRain/kudu,badescuga/kudu,WeAreMammoth/kudu-obsolete,badescuga/kudu,shanselman/kudu,YOTOV-LIMITED/kudu,kali786516/kudu,MavenRain/kudu,WeAreMammoth/kudu-obsolete,uQr/kudu,shibayan/kudu,uQr/kudu,mauricionr/kudu,shrimpy/kudu,juoni/kudu,puneet-gupta/kudu,uQr/kudu,badescuga/kudu,kenegozi/kudu,badescuga/kudu,EricSten-MSFT/kudu,uQr/kudu,mauricionr/kudu,barnyp/kudu,kenegozi/kudu,kenegozi/kudu,shibayan/kudu,bbauya/kudu,puneet-gupta/kudu,dev-enthusiast/kudu,MavenRain/kudu,EricSten-MSFT/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,WeAreMammoth/kudu-obsolete,YOTOV-LIMITED/kudu,sitereactor/kudu,dev-enthusiast/kudu,chrisrpatterson/kudu,EricSten-MSFT/kudu,oliver-feng/kudu
bad62daa3fc4205e13045337dac4fdbc455fd0e1
bootstrap.bat
bootstrap.bat
@echo off :: set batch file directory as current pushd "%~dp0" set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU if %errorlevel% NEQ 0 goto error set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.cs") /verbose echo %SM_CMD% %SM_CMD% if %errorlevel% NEQ 0 goto error goto success @REM ----------------------------------------------------------------------- :success COLOR 2F echo Bootstrap succeeded^! timeout /t 5 exit /b 0 @REM ----------------------------------------------------------------------- :error COLOR 4F echo Bootstrap failed^! pause set ERROR_CODE=1 goto end @REM ----------------------------------------------------------------------- :end :: restore caller current directory popd exit /b %ERROR_CODE%
@echo off :: set batch file directory as current pushd "%~dp0" set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU if %errorlevel% NEQ 0 goto error set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.cs") /verbose echo %SM_CMD% %SM_CMD% if %errorlevel% NEQ 0 goto error goto success @REM ----------------------------------------------------------------------- :success COLOR 2F echo Bootstrap succeeded^! timeout /t 5 goto end @REM ----------------------------------------------------------------------- :error COLOR 4F echo Bootstrap failed^! pause set ERROR_CODE=1 goto end @REM ----------------------------------------------------------------------- :end :: restore caller current directory popd exit /b %ERROR_CODE%
Fix boostrap not going to end when successful, which lead to working directory not being correctly reset.
Fix boostrap not going to end when successful, which lead to working directory not being correctly reset.
Batchfile
apache-2.0
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
bbc1f2157065f911355ad0566f6d16b8499c1f6a
PCbuild/rt.bat
PCbuild/rt.bat
@rem Run Tests. Run the regression test suite. @rem Plain "rt" runs Release build, arguments passed on to regrtest. @rem "rt -d" runs Debug build similarly, after shifting off -d. @set _exe=python @if "%1" =="-d" set _exe=python_d @if "%1" =="-d" shift %_exe% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9 @set _exe=
@rem Run Tests. Run the regression test suite. @rem Plain "rt" runs Release build, arguments passed on to regrtest. @rem "rt -d" runs Debug build similarly, after shifting off -d. @set _exe=python @if "%1" =="-d" set _exe=python_d @if "%1" =="-d" shift @del ..\Lib\*.pyc @del ..\Lib\*.pyo @del ..\Lib\test\*.pyc @del ..\Lib\test\*.pyo %_exe% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9 @set _exe=
Delete the bytecode from the library and tests before running the tests for the first time -- like the Unix Makefile does. This avoids not catching problems in the bytecode generator and/or bytecode marshalling.
Delete the bytecode from the library and tests before running the tests for the first time -- like the Unix Makefile does. This avoids not catching problems in the bytecode generator and/or bytecode marshalling.
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
dddef34ae414194aa260142e098b8522f9344482
recipes/shellcheck/bld.bat
recipes/shellcheck/bld.bat
set "BINARY_HOME=%PREFIX%\bin" set "PACKAGE_HOME=%PREFIX%\share\%PKG_NAME%-%PKG_VERSION%-%PKG_BUILDNUM%" set "STACK_ROOT=%PACKAGE_HOME%\stackroot" mkdir "%BINARY_HOME%" || goto :error mkdir "%PACKAGE_HOME%" || goto :error mkdir "%STACK_ROOT%" || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ setup ^ || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ install --ghc-options ^ "-optl-pthread -optl-L%PREFIX%\lib -optl-Wl,-rpath,%PREFIX%\lib" ^ || goto :error strip "%PREFIX%\bin\shellcheck.exe" || goto :error rmdir /S /Q "%PACKAGE_HOME%" || goto :error goto :EOF :error echo Failed with error #%errorlevel%. exit 1
set "BINARY_HOME=%PREFIX%\bin" set "PACKAGE_HOME=%PREFIX%\share\%PKG_NAME%-%PKG_VERSION%-%PKG_BUILDNUM%" set "STACK_ROOT=%PACKAGE_HOME%\stackroot" mkdir "%BINARY_HOME%" || goto :error mkdir "%PACKAGE_HOME%" || goto :error mkdir "%STACK_ROOT%" || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ setup ^ || goto :error stack --local-bin-path "%PREFIX%\bin" ^ --extra-include-dirs "%PREFIX%\include" ^ --extra-lib-dirs "%PREFIX%\lib" ^ --stack-root "%STACK_ROOT%" ^ install --ghc-options ^ "-optl-pthread -optl-L%PREFIX%\lib" ^ || goto :error strip "%PREFIX%\bin\shellcheck.exe" || goto :error rmdir /S /Q "%PACKAGE_HOME%" || goto :error goto :EOF :error echo Failed with error #%errorlevel%. exit 1
Remove rpath in windows stack build
Remove rpath in windows stack build There are no shared run-time libs on windows.
Batchfile
bsd-3-clause
jochym/staged-recipes,ocefpaf/staged-recipes,isuruf/staged-recipes,ReimarBauer/staged-recipes,synapticarbors/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,birdsarah/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,shadowwalkersb/staged-recipes,petrushy/staged-recipes,synapticarbors/staged-recipes,goanpeca/staged-recipes,birdsarah/staged-recipes,jjhelmus/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,shadowwalkersb/staged-recipes,rmcgibbo/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,basnijholt/staged-recipes,patricksnape/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,cpaulik/staged-recipes,isuruf/staged-recipes,SylvainCorlay/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,sodre/staged-recipes,ceholden/staged-recipes,mariusvniekerk/staged-recipes,rmcgibbo/staged-recipes,jakirkham/staged-recipes,sodre/staged-recipes,asmeurer/staged-recipes,jjhelmus/staged-recipes,mcs07/staged-recipes,kwilcox/staged-recipes,ceholden/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,mcs07/staged-recipes,hadim/staged-recipes,sodre/staged-recipes,goanpeca/staged-recipes,chrisburr/staged-recipes,asmeurer/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,dschreij/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes
d27ed6bec005f1fbf0061d0c33cff516ecb24225
build/Build-debug.bat
build/Build-debug.bat
@ECHO OFF SET release=6.1.6 SET comment= SET version=%release% IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%) ReplaceIISExpressPortNumber.exe ..\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj %release% %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build-debug.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment% echo off SET SRC=N:\web\webcentrum-dev.muni.cz\umbraco-source\Umbraco\build\_BuildOutput\WebApp SET DEST=N:\web\webcentrum-dev.muni.cz\%1\web echo. && echo bin: robocopy %SRC%\bin %DEST%\bin /S /XO /NJH /NFL /NDL echo. && echo umbraco: robocopy %SRC%\umbraco %DEST%\umbraco /S /XO /NJH /NFL /NDL echo. && echo umbraco_client: robocopy %SRC%\umbraco_client %DEST%\umbraco_client /S /XO /NJH /NFL /NDL REM pause
@ECHO OFF SET release=6.1.6 SET comment= SET version=%release% IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%) ReplaceIISExpressPortNumber.exe ..\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj %release% %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build-debug.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment% echo off SET SRC=N:\web\webcentrum-dev.muni.cz\umbraco-source\Umbraco\build\_BuildOutput\WebApp SET DEST=N:\web\webcentrum-dev.muni.cz\%1\web echo. && echo bin: robocopy %SRC%\bin %DEST%\bin /S /XO /IS /NJH /NFL /NDL echo. && echo umbraco: robocopy %SRC%\umbraco %DEST%\umbraco /S /XO /IS /NJH /NFL /NDL echo. && echo umbraco_client: robocopy %SRC%\umbraco_client %DEST%\umbraco_client /S /XO /IS /NJH /NFL /NDL REM pause
Build debug overwrite files always
Build debug overwrite files always
Batchfile
mit
WebCentrum/Umbraco-CMS,WebCentrum/Umbraco-CMS,WebCentrum/Umbraco-CMS
1e30cba20f08bb1443afa4e668177720051f954f
VisualStudio/01-generate.bat
VisualStudio/01-generate.bat
@echo off cd ../.. if not exist "temp" mkdir temp cd temp cmake -DCMAKE_INSTALL_PREFIX=../temp/install -G "Visual Studio 16 2019" -A x64 .. if %errorlevel% neq 0 exit /b %errorlevel% cd ../build/VisualStudio
@echo off cd ../.. if not exist "temp" mkdir temp cd temp cmake -DCMAKE_INSTALL_PREFIX=../temp/install -G "Visual Studio 15 2017 Win64" .. if %errorlevel% neq 0 exit /b %errorlevel% cd ../build/VisualStudio
Rollback to Visual Studio 2017
Rollback to Visual Studio 2017
Batchfile
mit
chronoxor/CppBuildScripts
e63d6cbbd245ef0acb101b5ee614811c0109b6c7
makebuild.bat
makebuild.bat
@rem Makes a build of the viewer @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including gtkmm & the Visual Studio 9 runtime @echo off rmdir build /S /Q md build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll del build\modules\test\*d.dll del build\modules\test\TestModule*.* del build\modules\test\non_existing_system.xml xcopy ..\viewerbuilddlls\*.* build /S /C
@rem Makes a build of the viewer @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including gtkmm & the Visual Studio 9 runtime @echo off rmdir build /S /Q md build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll del build\modules\test\*d.dll del build\modules\test\TestModule*.* del build\modules\test\non_existing_system.xml del build\modules\core\OpenAL*.* xcopy ..\viewerbuilddlls\*.* build /S /C
Delete OpenAL module from build from now on, because it's not yet used.
Delete OpenAL module from build from now on, because it's not yet used. git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@918 5b2332b8-efa3-11de-8684-7d64432d61a3
Batchfile
apache-2.0
antont/tundra,jesterKing/naali,antont/tundra,pharos3d/tundra,BogusCurry/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,antont/tundra,pharos3d/tundra,jesterKing/naali,AlphaStaxLLC/tundra,AlphaStaxLLC/tundra,antont/tundra,antont/tundra,jesterKing/naali,BogusCurry/tundra,AlphaStaxLLC/tundra,antont/tundra,pharos3d/tundra,pharos3d/tundra,BogusCurry/tundra,realXtend/tundra,antont/tundra,BogusCurry/tundra,pharos3d/tundra,jesterKing/naali,jesterKing/naali,AlphaStaxLLC/tundra,realXtend/tundra,AlphaStaxLLC/tundra,pharos3d/tundra,BogusCurry/tundra,realXtend/tundra,jesterKing/naali,realXtend/tundra,realXtend/tundra,realXtend/tundra,jesterKing/naali
b403f112e4f4e27c1a0b0a427edb23b04a24caa8
externals/bundles/hadoop/0.20.0-p2/build_hadoop-0.20.0-p2.bat
externals/bundles/hadoop/0.20.0-p2/build_hadoop-0.20.0-p2.bat
rm -rf ..\..\install\hdfs mkdir ..\..\install\hdfs mkdir ..\..\install\hdfs\conf cp -r %PACKAGE_NAME%\webapps ..\..\install\hdfs cp -r %PACKAGE_NAME%\lib ..\..\install\hdfs cp %PACKAGE_NAME%\hadoop-0.20.0-p1-core.jar ..\..\install\hdfs\lib cp %PACKAGE_NAME%\src\hdfs\hdfs-default.xml ..\..\install\hdfs\conf
rm -rf ..\..\install\hdfs mkdir ..\..\install\hdfs mkdir ..\..\install\hdfs\conf cp -r %PACKAGE_SRC_NAME%\webapps ..\..\install\hdfs cp -r %PACKAGE_SRC_NAME%\lib ..\..\install\hdfs cp %PACKAGE_SRC_NAME%\hadoop-0.20.0-p1-core.jar ..\..\install\hdfs\lib cp %PACKAGE_SRC_NAME%\src\hdfs\hdfs-default.xml ..\..\install\hdfs\conf
Fix windows build script for hadoop external.
Fix windows build script for hadoop external.
Batchfile
apache-2.0
mambelli/osg-bosco-marco,mambelli/osg-bosco-marco,neurodebian/htcondor,bbockelm/condor-network-accounting,djw8605/condor,zhangzhehust/htcondor,clalancette/condor-dcloud,zhangzhehust/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,djw8605/htcondor,clalancette/condor-dcloud,djw8605/condor,htcondor/htcondor,clalancette/condor-dcloud,htcondor/htcondor,zhangzhehust/htcondor,neurodebian/htcondor,djw8605/htcondor,djw8605/htcondor,neurodebian/htcondor,neurodebian/htcondor,bbockelm/condor-network-accounting,htcondor/htcondor,djw8605/condor,djw8605/condor,bbockelm/condor-network-accounting,djw8605/htcondor,clalancette/condor-dcloud,mambelli/osg-bosco-marco,clalancette/condor-dcloud,htcondor/htcondor,neurodebian/htcondor,neurodebian/htcondor,djw8605/condor,clalancette/condor-dcloud,zhangzhehust/htcondor,djw8605/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,bbockelm/condor-network-accounting,htcondor/htcondor,zhangzhehust/htcondor,zhangzhehust/htcondor,zhangzhehust/htcondor,mambelli/osg-bosco-marco,neurodebian/htcondor,htcondor/htcondor,zhangzhehust/htcondor,djw8605/condor,mambelli/osg-bosco-marco,mambelli/osg-bosco-marco,neurodebian/htcondor,zhangzhehust/htcondor,bbockelm/condor-network-accounting,djw8605/htcondor,mambelli/osg-bosco-marco,clalancette/condor-dcloud,djw8605/condor,bbockelm/condor-network-accounting,djw8605/condor,neurodebian/htcondor,htcondor/htcondor,djw8605/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor
5c125f587cedb2023e9fbdfe31bbada28a6bcfff
gtest/bld.bat
gtest/bld.bat
@echo off mkdir build cd build rem Need to handle Python 3.x case at some point (Visual Studio 2010) if %ARCH%==32 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008" ) ) if %ARCH%==64 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008 Win64" ) ) cmake .. -G %CMAKE_GENERATOR% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% cmake --build . --config Release mkdir %LIBRARY_LIB% copy /y Release\*.lib %LIBRARY_LIB% > nul if errorlevel 1 exit 1
@echo off mkdir build cd build rem Need to handle Python 3.x case at some point (Visual Studio 2010) if %ARCH%==32 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008" ) ) if %ARCH%==64 ( if %PY_VER% LSS 3 ( set CMAKE_GENERATOR="Visual Studio 9 2008 Win64" ) ) cmake .. -G %CMAKE_GENERATOR% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% cmake --build . --config Release rem mkdir %LIBRARY_PREFIX%\src mkdir %LIBRARY_PREFIX%\src\gtest copy /y Release\*.lib %LIBRARY_LIB% > nul if errorlevel 1 exit 1 cd .. xcopy include %LIBRARY_INC% /E /I > nul if errorlevel 1 exit 1 xcopy src %LIBRARY_PREFIX%\src\gtest\src /E /I > nul if errorlevel 1 exit 1 xcopy cmake %LIBRARY_PREFIX%\src\gtest\cmake /E /I > nul if errorlevel 1 exit 1 copy /y CmakeLists.txt %LIBRARY_PREFIX%\src\gtest > nul if errorlevel 1 exit 1
Add missing headers and source files
gtest: Add missing headers and source files
Batchfile
bsd-2-clause
ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes
70dbcaec387344c112a102c38e81d3c66abd290a
onnx_chainer/.flexci/run_test.bat
onnx_chainer/.flexci/run_test.bat
@echo off set CUDA_VER=%1 set PY_VER=%2 set "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VER%" set PY_PATH=C:\Development\Python\Python%PY_VER% set PATH=%CUDA_PATH%\bin;%CUDA_PATH%\libnvvp;%PY_PATH%;%PY_PATH%\Scripts\%PATH% pip install --pre cupy-cuda101 pip install -e .[test] pip install "onnx<1.7.0" onnxruntime pytest-cov pip list -v pytest -x -s -vvvs tests\onnx_chainer_tests --cov onnx_chainer
@echo off set CUDA_VER=%1 set PY_VER=%2 set "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VER%" set PY_PATH=C:\Development\Python\Python%PY_VER% set PATH=%CUDA_PATH%\bin;%CUDA_PATH%\libnvvp;%PY_PATH%;%PY_PATH%\Scripts\%PATH% pip install --pre cupy-cuda101 pip install -e .[test] pip install "onnx<1.7.0" onnxruntime==1.2.0 pytest-cov pip list -v pytest -x -s -vvvs tests\onnx_chainer_tests --cov onnx_chainer
Fix onnxruntime version for CI failure
Fix onnxruntime version for CI failure
Batchfile
mit
chainer/chainer,chainer/chainer,chainer/chainer,chainer/chainer
beca0886863b25b98b81777fdecb2857f0efc882
updateDatabaseWIN.bat
updateDatabaseWIN.bat
:: Start Emotion in Motion in Windows Machine :: Imports latest dataBase dump (mongod needs to be running) mongorestore --port 28017 -d emotion-in-motion-dev --drop ./mongodb-dump/emotion-in-motion-dev mongorestore --port 28017 -d emotion-in-motion-test --drop ./mongodb-dump/emotion-in-motion-test mongorestore --port 28017 -d emotion-in-motion-production --drop ./mongodb-dump/emotion-in-motion-production :: Start Node (not necessary in EiM terminals) :: node server.js pause
:: Start Emotion in Motion in Windows Machine :: Imports latest dataBase dump (mongod needs to be running) mongorestore --port 27017 -d emotion-in-motion-dev --drop ./mongodb-dump/emotion-in-motion-dev mongorestore --port 27017 -d emotion-in-motion-test --drop ./mongodb-dump/emotion-in-motion-test mongorestore --port 27017 -d emotion-in-motion-production --drop ./mongodb-dump/emotion-in-motion-production :: Start Node (not necessary in EiM terminals) :: node server.js pause
Use default MongoDB port in database update script
Use default MongoDB port in database update script
Batchfile
mit
brennon/eim,brennon/eim,brennon/eim,brennon/eim
b62954316098226f3deab8b499b0f7095bf6d2ee
packaging/patchkit-tools.bat
packaging/patchkit-tools.bat
@echo off :: http://stackoverflow.com/questions/2952401/remove-trailing-slash-from-batch-file-input set current_dir=%~dp0 IF %current_dir:~-1%==\ SET current_dir=%current_dir:~0,-1% :: Tell Bundler where the Gemfile and gems are. set BUNDLE_GEMFILE=%current_dir%\vendor\Gemfile set BUNDLE_IGNORE_CONFIG= :: Run the actual app using the bundled Ruby interpreter, with Bundler activated. @"%current_dir%\ruby\bin\ruby.bat" -rbundler/setup "%current_dir%\app\lib\bootstrap.rb" %* set current_dir=
@echo off :: http://stackoverflow.com/questions/2952401/remove-trailing-slash-from-batch-file-input set current_dir=%~dp0 IF %current_dir:~-1%==\ SET current_dir=%current_dir:~0,-1% :: Tell Bundler where the Gemfile and gems are. set BUNDLE_GEMFILE=%current_dir%\vendor\Gemfile set BUNDLE_IGNORE_CONFIG= :: Run the actual app using the bundled Ruby interpreter, with Bundler activated. @"%current_dir%\ruby\bin\ruby.bat" -W0 -rbundler/setup "%current_dir%\app\lib\bootstrap.rb" %* set current_dir=
Hide warnings in packaged tools for Windows
Hide warnings in packaged tools for Windows
Batchfile
mit
patchkit-net/patchkit-tools,patchkit-net/patchkit-tools
fab7d553f6892815a74b957c7f2b3b2d629c0e62
makebuild.bat
makebuild.bat
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, including Qt core/ui/network/webkit/phonon dll's, and also VS2008 @rem redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C del build\data\configuration\*.xml rmdir build\testing /S /Q del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\communication\*.pyc del build\pymodules\core\*.pyc del build\pymodules\usr\*.pyc
@rem Makes a build directory of the viewer, so that you can run the NSIS install script @rem You should have a directory ..\viewerbuilddlls which has release versions of @rem all dependency dlls, and also VS2008 redistributable (vcredist_x86.exe) @echo off rmdir build /S /Q md build copy readme.txt build xcopy bin\*.* build /S /C /Y del build\*.dll del build\viewerd.exe del build\modules\core\*d.dll xcopy ..\viewerbuilddlls\*.* build /S /C /Y del build\pymodules\*.pyc del build\pymodules\apitest\*.pyc del build\pymodules\circuits\*.pyc del build\pymodules\circuits\core\*.pyc del build\pymodules\circuits\net\*.pyc del build\pymodules\circuits\tools\*.pyc del build\pymodules\circuits\web\*.pyc del build\pymodules\core\*.pyc del build\pymodules\editgui\*.pyc del build\pymodules\lib\*.pyc del build\pymodules\lib\webdav\*.pyc del build\pymodules\lib\webdav\acp\*.pyc del build\pymodules\usr\*.pyc del build\pymodules\webdavinventory\*.pyc del build\pymodules\webserver\*.pyc cd build\data rmdir configuration /S /Q mkdir configuration cd ..\..
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build.
Delete .pyc files when making build. Make sure that data/configuration directory exists in the build. git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@1617 5b2332b8-efa3-11de-8684-7d64432d61a3
Batchfile
apache-2.0
BogusCurry/tundra,antont/tundra,BogusCurry/tundra,antont/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,jesterKing/naali,antont/tundra,pharos3d/tundra,AlphaStaxLLC/tundra,antont/tundra,jesterKing/naali,realXtend/tundra,realXtend/tundra,realXtend/tundra,jesterKing/naali,jesterKing/naali,realXtend/tundra,jesterKing/naali,realXtend/tundra,pharos3d/tundra,antont/tundra,BogusCurry/tundra,pharos3d/tundra,AlphaStaxLLC/tundra,BogusCurry/tundra,realXtend/tundra,pharos3d/tundra,pharos3d/tundra,antont/tundra,AlphaStaxLLC/tundra,pharos3d/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,AlphaStaxLLC/tundra,antont/tundra,jesterKing/naali,jesterKing/naali
ac24add0cad643d590d7a0118763985d783ad4f8
bin/farabi6.bat
bin/farabi6.bat
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl6 "%~dp0\%0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; __END__ :endofperl
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl6 "%~dp0\%~n0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; __END__ :endofperl
Make .bat file work with powershell as well as cmd courtesy of panda.bat. retupmoca++
Make .bat file work with powershell as well as cmd courtesy of panda.bat. retupmoca++
Batchfile
artistic-2.0
timo/farabi6,timo/farabi6,azawawi/farabi6,azawawi/farabi6,timo/farabi6,timo/farabi6
79e5e3471707fb4470518a2c150581a4ccb2084b
Publish/Publish.cmd
Publish/Publish.cmd
@echo off call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" set solution=..\OmniKassa.sln nuget restore %solution% msbuild %solution% /m:4 /t:Rebuild /p:Configuration=Release if %errorlevel% neq 0 goto done vstest.console /inIsolation ..\tests\OmniKassa.Tests\bin\Release\net45\OmniKassa.Tests.dll if %errorlevel% neq 0 goto done cd ..\tests\OmniKassa.Tests\ dotnet test -f netcoreapp1.1 if %errorlevel% neq 0 goto done cd ..\..\Publish set projectdir=..\src\OmniKassa msbuild %projectdir%\OmniKassa.csproj /m:4 /t:Pack /p:Configuration=Release if %errorlevel% neq 0 goto done copy %projectdir%\bin\Release\*.nupkg . :done pause
@echo off call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" set solution=..\OmniKassa.sln nuget restore %solution% msbuild %solution% /m:4 /t:Rebuild /p:Configuration=Release if %errorlevel% neq 0 goto done cd ..\tests\OmniKassa.Tests\ dotnet test --no-build -c Release if %errorlevel% neq 0 goto done cd ..\..\Publish set projectdir=..\src\OmniKassa msbuild %projectdir%\OmniKassa.csproj /m:4 /t:Pack /p:Configuration=Release if %errorlevel% neq 0 goto done copy %projectdir%\bin\Release\*.nupkg . :done pause
Use dotnet test for both tests.
Use dotnet test for both tests.
Batchfile
mit
dlemstra/OmniKassa
29b58059835912b3e49717beb97a1c46f7e5ccdc
distrib/_local_run.cmd
distrib/_local_run.cmd
echo off Rem: set path SET PATH= SET PATH=%PATH%;D:/Binutils/Ruby192/bin SET PATH=%PATH%;C:/Binutils/Ruby192/bin SET PATH=%PATH%;D:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;C:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;D:/Binutils/rubygems-1.3.5/bin SET PATH=%PATH%;C:/Binutils/rubygems-1.3.5/bin SET PATH=C:/Binutils/apache-ant-1.7.0/bin/;%PATH% SET PATH=D:/Binutils/apache-ant-1.7.0/bin/;%PATH% Rem: set java home SET JAVA_HOME=C:/Progra~1/Java/jre6 echo on Rem: set enviroment and execute ant script ant
echo off Rem: set path SET PATH= SET PATH=%PATH%;D:/Binutils/Ruby192/bin SET PATH=%PATH%;C:/Binutils/Ruby192/bin SET PATH=%PATH%;D:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;C:/Binutils/Ruby-186-27/bin SET PATH=%PATH%;D:/Binutils/rubygems-1.3.5/bin SET PATH=%PATH%;C:/Binutils/rubygems-1.3.5/bin SET PATH=C:/Binutils/apache-ant-1.7.0/bin/;%PATH% SET PATH=D:/Binutils/apache-ant-1.7.0/bin/;%PATH% SET PATH=C:/Progra~1/Git/bin;%PATH% Rem: set java home SET JAVA_HOME=C:/Progra~1/Java/jre6 echo on Rem: set enviroment and execute ant script ant
Set env path to git
Set env path to git
Batchfile
mit
majoron/DateTimePicker,majoron/DateTimePicker
23e365a97439a17375f205f5bedfa997307ed27a
Install.bat
Install.bat
pushd %~dp0 "%PROGRAMFILES(X86)%\MSBuild\12.0\Bin\MSBuild.exe" /t:Build /p:Configuration=Debug MonoDevelop.AddinMaker.sln if not %ERRORLEVEL% == 0 goto Error "%PROGRAMFILES(X86)%\MSBuild\12.0\Bin\MSBuild.exe" /t:InstallAddin /p:Configuration=Debug MonoDevelop.AddinMaker.csproj if not %ERRORLEVEL% == 0 goto Error goto Exit :Error echo ERROR pause goto Exit :Exit popd
pushd %~dp0 "%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MSBuild.exe" /t:Build /p:Configuration=Debug MonoDevelop.AddinMaker.sln if not %ERRORLEVEL% == 0 goto Error "%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MSBuild.exe" /t:InstallAddin /p:Configuration=Debug MonoDevelop.AddinMaker.csproj if not %ERRORLEVEL% == 0 goto Error goto Exit :Error echo ERROR pause goto Exit :Exit popd
Use MSBuild 14 from build script
Use MSBuild 14 from build script
Batchfile
mit
mhutch/MonoDevelop.AddinMaker,mhutch/MonoDevelop.AddinMaker
d1c1451ab82abe08a05c5dba89b63e48f92e3b91
build_msi.bat
build_msi.bat
rem needs strawberry perl installed and WiX Toolset in the %path% rmdir /q/s \rakudo perl Configure.pl --prefix=C:\rakudo --gen-moar gmake install rem following two lines are temporary hack rem main rakudo star Configure.pl needs fixing for windows copy c:\strawberry\perl\bin\libgcc_s_sjlj-1.dll c:\rakudo\bin copy c:\strawberry\perl\bin\libwinpthread-1.dll c:\rakudo\bin gmake msi
rem needs strawberry perl installed and WiX Toolset in the %path% rmdir /q/s \rakudo perl Configure.pl --prefix=C:\rakudo --gen-moar gmake install rem following two lines are temporary hack rem main rakudo star Configure.pl needs fixing for windows copy c:\strawberry\perl\bin\libgcc_s_sjlj-1.dll c:\rakudo\bin copy c:\strawberry\perl\bin\libwinpthread-1.dll c:\rakudo\bin copy c:\strawberry\perl\bin\libgcc_s_seh-1.dll c:\rakudo\bin gmake msi
Add new dll dependency for Windows
Add new dll dependency for Windows Fix https://github.com/rakudo/star/issues/135
Batchfile
artistic-2.0
rakudo/star
9e7d62b1ebe6830d48b2903877a95d1647cf8c59
scripts/test_native_code.bat
scripts/test_native_code.bat
@echo off setlocal EnableDelayedExpansion echo Test discovery started... dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt echo Testing (Google Test)... FOR /F %%i IN (__tmp_gtest.txt) DO ( echo %%i %%i ) del __tmp_gtest.txt
@echo off setlocal EnableDelayedExpansion echo Test discovery started... dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt echo Testing (Google Test)... set failures=0 FOR /F %%i IN (__tmp_gtest.txt) DO ( echo %%i %%i set /A failures=%failures%+1 ) del __tmp_gtest.txt EXIT /B 1
Add CI build failure on failed GTests
Add CI build failure on failed GTests
Batchfile
apache-2.0
mg6/spectre,spectre-team/spectre,mg6/spectre,mg6/spectre,spectre-team/spectre,spectre-team/spectre
68a1a9bff71bbdb4b29067d51b57fe2de4daa80a
test/Scripts/coff-dump.py.bat
test/Scripts/coff-dump.py.bat
@echo off %PYTHON_EXECUTABLE% %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo off @rem We need to set -u to treat stdin as binary. Python 3 has support for doing @rem this in code, but I haven't found a way to do this in 2.6 yet. %PYTHON_EXECUTABLE% -u %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
Fix binary stdin issues with coff-dump on Windows.
test: Fix binary stdin issues with coff-dump on Windows. git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@115908 91177308-0d34-0410-b5e6-96231b3b80d8
Batchfile
apache-2.0
apple/swift-llvm,apple/swift-llvm,chubbymaggie/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,chubbymaggie/asap,llvm-mirror/llvm,apple/swift-llvm,dslab-epfl/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,dslab-epfl/asap,llvm-mirror/llvm,llvm-mirror/llvm,apple/swift-llvm,dslab-epfl/asap,llvm-mirror/llvm,dslab-epfl/asap,dslab-epfl/asap,GPUOpen-Drivers/llvm,dslab-epfl/asap,apple/swift-llvm,chubbymaggie/asap,llvm-mirror/llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,llvm-mirror/llvm,dslab-epfl/asap,llvm-mirror/llvm,apple/swift-llvm,apple/swift-llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,chubbymaggie/asap,GPUOpen-Drivers/llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm
6e2b5d70e9c2d0f79556052ff8247b2b349164ff
windows/env.bat
windows/env.bat
:: Copyright 2015 Rouslan Solomakhin :: :: Licensed under the Apache License, Version 2.0 (the "License") :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. set EDITOR=runemacs set GYP_DEFINES="component=shared_library fastbuild=2" set GYP_GENERATORS=ninja set HOME=%USERPROFILE% set PATH=%PATH%;%SYSTEMDRIVE%\emacs\bin;%SYSTEMDRIVE%\console2;%SYSTEMDRIVE%\src\depot_tools;%USERPROFILE%\.third_party\cask\bin;%SYSTEMDRIVE%\java\jdk\bin;%SYSTEMDRIVE%\maven\bin call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
:: Copyright 2015 Rouslan Solomakhin :: :: Licensed under the Apache License, Version 2.0 (the "License") :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. set EDITOR=runemacs set GYP_DEFINES="component=shared_library fastbuild=2" set GYP_GENERATORS=ninja set HOME=%USERPROFILE% set JAVA_HOME=%SYSTEMDRIVE%\java\jdk set PATH=%PATH%;%SYSTEMDRIVE%\emacs\bin;%SYSTEMDRIVE%\console2;%SYSTEMDRIVE%\src\depot_tools;%HOME%\.third_party\cask\bin;%SYSTEMDRIVE%\maven\bin;%JAVA_HOME%\bin call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
Add JAVA_HOME var on windows.
Add JAVA_HOME var on windows.
Batchfile
apache-2.0
rsolomakhin/dotfiles
7b8401fb64804731c751d039750ab38ee287053d
src/dotnet.cmd
src/dotnet.cmd
@echo off setlocal set DOTNETPATH= for %%i in (dotnet.exe) do set DOTNETPATH=%%~$PATH:i if not defined DOTNETPATH call :no-dotnet set LINQPADLESS=__LINQPADLESS__ pushd "%~dp0" dotnet run -v quiet -p "%~dpn0" -- %* popd goto :EOF :no-dotnet >&2 echo dotnet CLI does not appear to be installed, which is needed to build >&2 echo and run the script. Visit https://dot.net/ for instruction on how to >&2 echo download and install. exit /b 1
@echo off setlocal set DOTNETPATH= for %%i in (dotnet.exe) do set DOTNETPATH=%%~$PATH:i if not defined DOTNETPATH call :no-dotnet set LINQPADLESS=__LINQPADLESS__ pushd "%~dp0" dotnet run -v quiet -p "%~dpn0" -c Release -- %* popd goto :EOF :no-dotnet >&2 echo dotnet CLI does not appear to be installed, which is needed to build >&2 echo and run the script. Visit https://dot.net/ for instruction on how to >&2 echo download and install. exit /b 1
Use release configuration on run
Use release configuration on run
Batchfile
apache-2.0
linqpadless/LinqPadless,linqpadless/LinqPadless
a37392efd8d3075f5f76d0a18f6baf9587322144
src/System.Private.ServiceModel/tools/setupfiles/CleanupWCFTestService.cmd
src/System.Private.ServiceModel/tools/setupfiles/CleanupWCFTestService.cmd
echo off setlocal REM elevated window does not set current directory correctly. REM Workaround it by passing the current directory around pushd %1 echo BridgeKeepRunning=%BridgeKeepRunning% if '%BridgeKeepRunning%' neq 'true' ( echo Stopping the Bridge.exe task locally... Taskkill /IM bridge.exe /F netsh http delete sslcert ipport=0.0.0.0:44285 certutil.exe -delstore my "85 58 be 22 44 5e 00 96 4d 0e 4c 7e 47 7a a6 3a" certutil -delstore Root "68 66 63 1a d6 d4 28 ab 49 82 7f ba 24 cc 33 26" ) else ( echo Bridge is left running because BridgeKeepRunning is true ) exit /b
echo off setlocal pushd %~dp0 echo BridgeKeepRunning=%BridgeKeepRunning% if '%BridgeKeepRunning%' neq 'true' ( echo Stopping the Bridge.exe task locally... Taskkill /IM bridge.exe /F netsh http delete sslcert ipport=0.0.0.0:44285 certutil.exe -delstore my "85 58 be 22 44 5e 00 96 4d 0e 4c 7e 47 7a a6 3a" certutil -delstore Root "68 66 63 1a d6 d4 28 ab 49 82 7f ba 24 cc 33 26" ) else ( echo Bridge is left running because BridgeKeepRunning is true ) exit /b
Clean script no longer requires working folder passed in
Clean script no longer requires working folder passed in
Batchfile
mit
shmao/wcf,ericstj/wcf,mmitche/wcf,ElJerry/wcf,mconnew/wcf,ElJerry/wcf,cashcat/wcf,SajayAntony/wcf,StephenBonikowsky/wcf,zhenlan/wcf,KKhurin/wcf,iamjasonp/wcf,mconnew/wcf,iamjasonp/wcf,MarcosRamiro/wcf,shmao/wcf,StephenBonikowsky/wcf,zhenlan/wcf,imcarolwang/wcf,KKhurin/wcf,MattGal/wcf,imcarolwang/wcf,dotnet/wcf,MattGal/wcf,ericstj/wcf,SajayAntony/wcf,dotnet/wcf,mmitche/wcf,imcarolwang/wcf,mconnew/wcf,dotnet/wcf,khdang/wcf,khdang/wcf,hongdai/wcf,MarcosRamiro/wcf,hongdai/wcf
b58ecefe7bf17886efa60aca9c4edade609d8bc7
tools/release_win.bat
tools/release_win.bat
PATH=C:\python26;C:\progra~2\7-zip;%PATH% del /q /s dist\*.* python setup.py py2exe cd dist 7z d library.zip jinja2\* dns\* 'graphy\* 7z a namebench_for_Windows.zip -r * namebench -x -O 8.8.8.8 -t5 -o test.html start test.html cd ..
PATH=C:\python26;C:\progra~2\7-zip;%PATH% del /q /s dist\*.* python setup.py py2exe cd dist 7z d library.zip jinja2\* dns\* 'graphy\* del /s w9xpopen.exe copy ..\README.txt . 7z a namebench_for_Windows.zip -r * namebench -x -O 8.8.8.8 -t5 -o test.html start test.html cd ..
Remove w9xopen.exe and add README.txt to Windows build
Remove w9xopen.exe and add README.txt to Windows build
Batchfile
apache-2.0
mirek2580/namebench
3921b5a74f5c87fdd950b1892c5d83f2b08d4987
build_release_uvision.bat
build_release_uvision.bat
mkdir uvision_release git rev-parse --verify HEAD > uvision_release\git_info.txt git diff --no-ext-diff --quiet --exit-code >> uvision_release\git_info.txt echo Uncommitted Changes: %errorlevel% >> uvision_release\git_info.txt virtualenv env call env\Scripts\activate pip install -r requirements.txt pip freeze > uvision_release\build_requirements.txt pgen export -t uvision -b python tools/copy_release_files.py
mkdir uvision_release git rev-parse --verify HEAD > uvision_release\git_info.txt git diff --no-ext-diff --quiet --exit-code >> uvision_release\git_info.txt echo Uncommitted Changes: %errorlevel% >> uvision_release\git_info.txt virtualenv env call env\Scripts\activate REM use project requirements if not specified if [%1]==[] pip install -r requirements.txt REM use custom requirements if specified if not [%1]==[] pip install -r %1 pip freeze > uvision_release\build_requirements.txt pgen export -t uvision -b python tools/copy_release_files.py
Allow requirements file to be specified for build
Allow requirements file to be specified for build If a requirements file is specified as an argument to build_release_uvision.bat use it to create the build. This allows builds using older tools to be easily reproduced.
Batchfile
apache-2.0
sg-/DAPLink,google/DAPLink-port,google/DAPLink-port,sg-/DAPLink,sg-/DAPLink,google/DAPLink-port,google/DAPLink-port
b29524c15b33fc5fbd630751226b896ac91967f8
ms/testpem.bat
ms/testpem.bat
echo=off set ssleay=%1% set tmp1=pem.out set cmp=fc.exe call tpem.bat crl ..\test\testcrl.pem if errorlevel 1 goto err call tpem.bat pkcs7 ..\test\testp7.pem if errorlevel 1 goto err call tpem.bat req ..\test\testreq.pem if errorlevel 1 goto err call tpem.bat req ..\test\testreq2.pem if errorlevel 1 goto err call tpem.bat rsa ..\test\testrsa.pem if errorlevel 1 goto err call tpem.bat x509 ..\test\testx509.pem if errorlevel 1 goto err call tpem.bat x509 ..\test\v3-cert1.pem if errorlevel 1 goto err call tpem.bat x509 ..\test\v3-cert1.pem if errorlevel 1 goto err call tpem.bat sess_id ..\test\testsid.pem if errorlevel 1 goto err echo OK del %tmp1% :err
echo=off set ssleay=%1% set tmp1=pem.out set cmp=fc.exe call tpem.bat crl ..\test\testcrl.pem if errorlevel 1 goto err call tpem.bat pkcs7 ..\test\testp7.pem if errorlevel 1 goto err call tpem.bat req ..\test\testreq2.pem if errorlevel 1 goto err call tpem.bat rsa ..\test\testrsa.pem if errorlevel 1 goto err call tpem.bat x509 ..\test\testx509.pem if errorlevel 1 goto err call tpem.bat x509 ..\test\v3-cert1.pem if errorlevel 1 goto err call tpem.bat x509 ..\test\v3-cert1.pem if errorlevel 1 goto err call tpem.bat sess_id ..\test\testsid.pem if errorlevel 1 goto err echo OK del %tmp1% :err
Delete Win32 test with testreq.pem and req: there is already a test with testreq2.pem.
Delete Win32 test with testreq.pem and req: there is already a test with testreq2.pem.
Batchfile
apache-2.0
openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl
3be1e1ccf64dca70e095d33b07d1e477d2d71f91
project_generate_msvc.bat
project_generate_msvc.bat
cd bin project_generate.exe --enable-gpl --enable-version3 --enable-avisynth --enable-nonfree --enable-libmp3lame --enable-libvorbis --enable-libspeex --enable-libopus --enable-libilbc --enable-libfdk-aac --enable-libtheora --enable-libx264 --enable-libx265 --enable-libxvid --enable-libvpx --enable-libgme --enable-libmodplug --enable-libsoxr --enable-libfreetype --enable-fontconfig --enable-libfribidi --enable-libass --enable-gnutls --enable-librtmp --enable-libssh --enable-libcdio --enable-libbluray --enable-opengl --enable-opencl --enable-nvenc --toolchain=msvc
cd bin project_generate.exe --enable-gpl --enable-version3 --enable-avisynth --enable-nonfree --enable-libmp3lame --enable-libvorbis --enable-libspeex --enable-libopus --enable-libilbc --enable-libfdk-aac --enable-libtheora --enable-libx264 --enable-libx265 --enable-libxvid --enable-libvpx --enable-libgme --enable-libmodplug --enable-libsoxr --enable-libfreetype --enable-fontconfig --enable-libfribidi --enable-libass --enable-gnutls --enable-librtmp --enable-libssh --enable-libcdio --enable-libbluray --enable-opengl --enable-opencl --enable-nvenc --enable-libmfx --toolchain=msvc
Update projects to support Quick Sync video by default.
projects: Update projects to support Quick Sync video by default.
Batchfile
lgpl-2.1
ShiftMediaProject/FFVS-Project-Generator
59650728a2abf126d703cca355b1f869b06f9ed2
.devtools/create_release_package.bat
.devtools/create_release_package.bat
set projectPath=%~dp0 if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% set projectPath=%projectPath%\.. set releasePath=%projectPath%\.release mkdir "%releasePath%" copy "%projectPath%\version.json" versiontemp.json for /f "tokens=*" %%a in ('jq .Version versiontemp.json --raw-output') do set version=%%a del versiontemp.json del "%releasePath%\grocy_%version%.zip" 7za a -r "%releasePath%\grocy_%version%.zip" "%projectPath%\*" -xr!.* -xr!build.bat -xr!composer.json -xr!composer.lock -xr!package.json -xr!yarn.lock -xr!publication_assets 7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\public\.htaccess" 7za rn "%releasePath%\grocy_%version%.zip" .htaccess public\.htaccess 7za d "%releasePath%\grocy_%version%.zip" data\*.* data\storage data\viewcache\*
set projectPath=%~dp0 if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% set projectPath=%projectPath%\.. set releasePath=%projectPath%\.release mkdir "%releasePath%" copy "%projectPath%\version.json" versiontemp.json for /f "tokens=*" %%a in ('jq .Version versiontemp.json --raw-output') do set version=%%a del versiontemp.json del "%releasePath%\grocy_%version%.zip" 7za a -r "%releasePath%\grocy_%version%.zip" "%projectPath%\*" -xr!.* -xr!build.bat -xr!composer.json -xr!composer.lock -xr!package.json -xr!yarn.lock -xr!publication_assets 7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\public\.htaccess" 7za rn "%releasePath%\grocy_%version%.zip" .htaccess public\.htaccess 7za d "%releasePath%\grocy_%version%.zip" data\*.* data\storage data\viewcache\* 7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\data\.htaccess" 7za rn "%releasePath%\grocy_%version%.zip" .htaccess data\.htaccess
Make sure to include /data/.htaccess in release ZIPs
Make sure to include /data/.htaccess in release ZIPs
Batchfile
mit
berrnd/grocy,berrnd/grocy,berrnd/grocy,berrnd/grocy
3db5e98d1081d91c9c7db651e285b8a4c77f9147
src/build.bat
src/build.bat
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Configuration=Release;platform=x64 if %errorlevel% neq 0 exit /b %errorlevel% %windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Configuration=Release;platform=Win32
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Configuration=Release;platform=Win32 if %errorlevel% neq 0 exit /b %errorlevel% %windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Configuration=Release;platform=x64
Build Win32 first, than x64. This is WiX installer requirement.
Build Win32 first, than x64. This is WiX installer requirement.
Batchfile
apache-2.0
scygan/debugler,scygan/debugler,scygan/debugler,scygan/debugler
5411cec5f997f105841e9010a2e642b98799fd47
MyGet.bat
MyGet.bat
%NUGET% restore GladNetV2.sln -NoCache -NonInteractive -ConfigFile Nuget.config msbuild GladNetV2.sln /p:Configuration=Release
%NUGET% restore GladNetV2.sln -NoCache -NonInteractive msbuild GladNetV2.sln /p:Configuration=Release
Remove config file from myget build
Remove config file from myget build
Batchfile
bsd-3-clause
HelloKitty/GladNet2,HelloKitty/GladNet2.0,HelloKitty/GladNet2,HelloKitty/GladNet2.0
997857c7750f98a4de1e849831f152f16f5a4263
ci/scripts/build-project-windows.bat
ci/scripts/build-project-windows.bat
SET "JAVA_HOME=C:\opt\jdk-8" cd git-repo ./mvnw clean install
SET "JAVA_HOME=C:\opt\jdk-17" cd git-repo ./mvnw clean install
Fix Windows build to use Java 17
Fix Windows build to use Java 17
Batchfile
apache-2.0
spring-io/initializr,spring-io/initializr,spring-io/initializr
37276c5d2d4a2319b586f8681556fe56e9a9bc5a
recipes/helics/bld.bat
recipes/helics/bld.bat
if %PY3K% equ 1 ( set BUILD_PYTHON="-DBUILD_PYTHON_INTERFACE=ON" ) else ( set BUILD_PYTHON="-DBUILD_PYTHON2_INTERFACE=ON" ) mkdir "%SRC_DIR%"\build pushd "%SRC_DIR%"\build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" %BUILD_PYTHON%" -G "Ninja" .. ninja ninja install move %LIBRARY_PREFIX%\python\_helics.pyd %SP_DIR% move %LIBRARY_PREFIX%\python\helics.py %SP_DIR% popd
if %PY3K% equ 1 ( set BUILD_PYTHON="-DBUILD_PYTHON_INTERFACE=ON" ) else ( set BUILD_PYTHON="-DBUILD_PYTHON2_INTERFACE=ON" ) mkdir "%SRC_DIR%"\build pushd "%SRC_DIR%"\build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=%PREFIX% -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" %BUILD_PYTHON%" -G "Ninja" .. ninja ninja install move %LIBRARY_PREFIX%\python\_helics.pyd %SP_DIR% move %LIBRARY_PREFIX%\python\helics.py %SP_DIR% popd
Add -DCMAKE_PREFIX_PATH=%PREFIX% to cmake script
Add -DCMAKE_PREFIX_PATH=%PREFIX% to cmake script
Batchfile
bsd-3-clause
basnijholt/staged-recipes,SylvainCorlay/staged-recipes,kwilcox/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,sodre/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,jjhelmus/staged-recipes,isuruf/staged-recipes,shadowwalkersb/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,birdsarah/staged-recipes,ceholden/staged-recipes,barkls/staged-recipes,basnijholt/staged-recipes,stuertz/staged-recipes,petrushy/staged-recipes,igortg/staged-recipes,jjhelmus/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,Juanlu001/staged-recipes,SylvainCorlay/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,petrushy/staged-recipes,chrisburr/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,sodre/staged-recipes,ReimarBauer/staged-recipes,patricksnape/staged-recipes,barkls/staged-recipes,isuruf/staged-recipes,stuertz/staged-recipes,goanpeca/staged-recipes,shadowwalkersb/staged-recipes,ocefpaf/staged-recipes,cpaulik/staged-recipes,hadim/staged-recipes,mcs07/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,ceholden/staged-recipes,hadim/staged-recipes,rmcgibbo/staged-recipes,asmeurer/staged-recipes,ocefpaf/staged-recipes,rvalieris/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,birdsarah/staged-recipes,synapticarbors/staged-recipes,rvalieris/staged-recipes,dschreij/staged-recipes,kwilcox/staged-recipes,synapticarbors/staged-recipes,mcs07/staged-recipes,sodre/staged-recipes,asmeurer/staged-recipes,rmcgibbo/staged-recipes
db2bc8558177c498d88d56297a42f47e51944005
install_dev.bat
install_dev.bat
pip install -e ./kervi-devices pip install -e ./kervi-hal-generic pip install -e ./kervi-hal-rpi pip install -e ./kervi-hal-windows pip install -e ./kervi-cli pip install -e ./kervi-core pip install -e ./kervi-ui pip install --no-dependencies -e ./kervi pause
pip install -e ./kervi-devices pip install -e ./kervi-hal-generic pip install -e ./kervi-hal-rpi pip install -e ./kervi-hal-win pip install -e ./kervi-cli pip install -e ./kervi-core pip install -e ./kervi-ui pip install --no-dependencies -e ./kervi pause
Fix issue with windows path
Fix issue with windows path
Batchfile
mit
kervi/kervi,kervi/kervi,kervi/kervi,kervi/kervi,kervi/kervi
2f23a833d21696648fbf653016e6cbadd489763c
tools/testcoverage.bat
tools/testcoverage.bat
cd .. set "destination=testcoverage" rmdir /q /s %destination% mkdir %destination% cd content/tests dotnet test /p:AltCover=true mv coverage.xml ../../%destination%/coverage.xml cd ../../%destination% set "reportgenerator=%UserProfile%\.nuget\packages\reportgenerator\4.0.13.1\tools\net47\ReportGenerator.exe" set "targetdir=." "%reportGenerator%" -reports:coverage.xml -reporttypes:HtmlInline -targetdir:%targetdir%
cd .. set "destination=testcoverage" rmdir /q /s %destination% mkdir %destination% cd content/tests dotnet test /p:AltCover=true mv coverage.xml ../../%destination%/coverage.xml cd ../../%destination% set "reportgenerator=%UserProfile%\.nuget\packages\reportgenerator\4.0.15\tools\net47\ReportGenerator.exe" set "targetdir=." "%reportGenerator%" -reports:coverage.xml -reporttypes:HtmlInline -targetdir:%targetdir%
Update Report Generator to 4.0.15
Update Report Generator to 4.0.15
Batchfile
mit
Jaxelr/Nancy.Template.Webservice,Jaxelr/Nancy.Template.Webservice
0acbae9c65d436f6370f1ec2386c44b9635f50ee
recipes/ilmbase/bld.bat
recipes/ilmbase/bld.bat
cmake -DCMAKE_INSTALL_PREFIX=%PREFIX% -G "Ninja" -DCMAKE_PREFIX_PATH=%PREFIX% ninja ninja install
cmake -G "Ninja" ^ -DCMAKE_PREFIX_PATH=%PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_FIND_ROOT_PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_BUILD_TYPE=Release ninja ninja install
Update build script on windows
Update build script on windows
Batchfile
bsd-3-clause
sodre/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-recipes,jjhelmus/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,mcs07/staged-recipes,igortg/staged-recipes,petrushy/staged-recipes,rmcgibbo/staged-recipes,SylvainCorlay/staged-recipes,asmeurer/staged-recipes,cpaulik/staged-recipes,kwilcox/staged-recipes,basnijholt/staged-recipes,sodre/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,birdsarah/staged-recipes,ceholden/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,dschreij/staged-recipes,chrisburr/staged-recipes,ReimarBauer/staged-recipes,synapticarbors/staged-recipes,sodre/staged-recipes,ReimarBauer/staged-recipes,chrisburr/staged-recipes,jjhelmus/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,ceholden/staged-recipes,basnijholt/staged-recipes,SylvainCorlay/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,cpaulik/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,birdsarah/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,mcs07/staged-recipes,rmcgibbo/staged-recipes,johanneskoester/staged-recipes,dschreij/staged-recipes,stuertz/staged-recipes,shadowwalkersb/staged-recipes,synapticarbors/staged-recipes,isuruf/staged-recipes,shadowwalkersb/staged-recipes
dcb2736d404e4fb89584193160bc613076336ae6
arquillian-extension-liferay-example/src/test/resources/tomcat/setenv.bat
arquillian-extension-liferay-example/src/test/resources/tomcat/setenv.bat
if exist "%CATALINA_HOME%/jre${jdk.windows.version}/win" ( if not "%JAVA_HOME%" == "" ( set JAVA_HOME= ) set "JRE_HOME=%CATALINA_HOME%/jre${jdk.windows.version}/win" ) set "CATALINA_OPTS=%CATALINA_OPTS% -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false -Duser.timezone=GMT -Xmx1024m -XX:MaxPermSize=256m" set JMX_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=8099 -Dcom.sun.management.jmxremote.ssl=false" set CATALINA_OPTS="%CATALINA_OPTS% %JMX_OPTS%" set CATALINA_OPTS="%CATALINA_OPTS% %DEBUG_OPTS%" set DEBUG_OPTS=-agentlib:jdwp=transport=dt_socket,address=9000,server=y,suspend=n
if exist "%CATALINA_HOME%/jre${jdk.windows.version}/win" ( if not "%JAVA_HOME%" == "" ( set JAVA_HOME= ) set JRE_HOME="%CATALINA_HOME%/jre${jdk.windows.version}/win" ) set CATALINA_OPTS=%CATALINA_OPTS% -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false -Duser.timezone=GMT -Xmx1024m -XX:MaxPermSize=256m set JMX_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=8099 -Dcom.sun.management.jmxremote.ssl=false set CATALINA_OPTS=%CATALINA_OPTS% %JMX_OPTS% set DEBUG_OPTS=-agentlib:jdwp=transport=dt_socket,address=9000,server=y,suspend=n set CATALINA_OPTS=%CATALINA_OPTS% %DEBUG_OPTS%
Remove unnecessary double quotes for setting environment variables on Windows
Remove unnecessary double quotes for setting environment variables on Windows
Batchfile
apache-2.0
liferay-labs/arquillian-liferay,liferay-labs/arquillian-liferay
a4817a69c4a3ff0912aa40d1913be855785c06ac
restorenuget.bat
restorenuget.bat
@echo off REM TODO: detect these automatically. Probably a job for PowerShell... set PROJECTS=Benchmarks,CodeDiagnostics,CodeDiagnostics.Test,Demo set PROJECTS=%PROJECTS%,Serialization.JsonNet,Serialization.Test,Test set PROJECTS=%PROJECTS%,TzdbCompiler.Test,Web for %%p in (%PROJECTS%) DO ( echo Restoring NodaTime.%%p packages nuget restore -NonInteractive -PackagesDirectory src\packages src\NodaTime.%%p\packages.config )
@echo off pushd src for %%s in (*.sln) DO ( echo Restoring %%s packages nuget restore %%s ) popd src
Fix restorepackages.bat to restore all packages in all solutions.
Fix restorepackages.bat to restore all packages in all solutions.
Batchfile
apache-2.0
nodatime/nodatime,zaccharles/nodatime,nodatime/nodatime,zaccharles/nodatime,zaccharles/nodatime,zaccharles/nodatime,jskeet/nodatime,jskeet/nodatime,malcolmr/nodatime,malcolmr/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,zaccharles/nodatime,malcolmr/nodatime,BenJenkinson/nodatime
05d7b69591a547a83a4d50814394339fc5b1a16f
test-setup.cmd
test-setup.cmd
@ECHO OFF SET BASEDIR=%~dp0 PUSHD %BASEDIR% IF NOT EXIST pyenv\NUL GOTO NOENVDIR ECHO removing existing environment RMDIR /S /Q pyenv :NOENVDIR virtualenv pyenv CALL pyenv\Scripts\activate python -m pip install -r pyenv.pkgs --no-cache-dir CALL pyenv\Scripts\deactivate POPD
@ECHO OFF SET BASEDIR=%~dp0 PUSHD %BASEDIR% IF NOT EXIST pyenv\NUL GOTO NOENVDIR ECHO removing existing environment RMDIR /S /Q pyenv :NOENVDIR virtualenv pyenv CALL pyenv\Scripts\activate pip install mechanicalsoup pip install -r pyenv.pkgs CALL pyenv\Scripts\deactivate POPD
Install mechanical soup first on Windows
Install mechanical soup first on Windows
Batchfile
apache-2.0
SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples
1fd2a2f1d2cb5a017f0acc9a64a560dbef4c105f
versiontag.bat
versiontag.bat
IF "%1"=="" ( GOTO HELL ) ELSE ( SET _TAG_=v%1 ) IF NOT "%2"=="" ( SET _TAG_=%_TAG_%.%2 ) rem git remote set-url origin https://%3:%[email protected]/wasteam/waslibs.git git tag -a %_TAG_% -m "Version built: %_TAG_%" git push origin %_TAG_% GOTO END :HELL ECHO VERSION NOT FOUND EXIT -1 :END ECHO PROCESS FINISHED EXIT 0
IF "%1"=="" ( GOTO HELL ) ELSE ( SET _TAG_=v%1 ) IF NOT "%2"=="" ( SET _TAG_=%_TAG_%.%2 ) git config user.email "%[email protected]" git config user.name "%3" git remote set-url origin https://%3:%[email protected]/wasteam/waslibs.git git tag -a %_TAG_% -m "Version built: %_TAG_%" git push origin %_TAG_% GOTO END :HELL ECHO VERSION NOT FOUND EXIT -1 :END ECHO PROCESS FINISHED EXIT 0
Add user identity to git in tagging
Add user identity to git in tagging
Batchfile
mit
janabimustafa/waslibs,wasteam/waslibs,pellea/waslibs,janabimustafa/waslibs,pellea/waslibs,pellea/waslibs,janabimustafa/waslibs,wasteam/waslibs,wasteam/waslibs
6eea5e3595c17b0053141adfa6fc92617de50bfa
runTests.bat
runTests.bat
del "spec/*.js" call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js" call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js" call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js" call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js" call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js" call jasmine-node --verbose spec/
del "spec/*.js" call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js" call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js" call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js" call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js" call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js" call tsc "spec/ClassSpec.ts" -out "spec/ClassSpec.js" call tsc "spec/TimerSpec.ts" -out "spec/TimerSpec.js" call jasmine-node --verbose spec/
Add new specs to bat
Add new specs to bat
Batchfile
bsd-2-clause
excaliburjs/Excalibur,htalat/Excalibur,htalat/Excalibur,excaliburjs/Excalibur,excaliburjs/Excalibur,htalat/Excalibur
b86bf3c586be0e0ec222168e168de505f9ec363d
ci-postbuild.cmd
ci-postbuild.cmd
set DEST=install set SRC=deps\install xcopy %SRC%\bin\osg*-osg.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgDB.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgGA.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgText.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgUtil.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgViewer.dll %DEST% /Y xcopy %SRC%\bin\*-OpenThreads.dll %DEST% /Y xcopy %SRC%\bin\osgPlugins* %DEST% /Y /S xcopy %SRC%\osvr-ver.txt %SRC%\bin\osvrClientKit.dll %SRC%\bin\osvrClient.dll %SRC%\bin\osvrTransform.dll %SRC%\bin\osvrUtil.dll %DEST% /Y xcopy redist\*.* %DEST% /Y set /p VER=<%SRC%\osvr-ver.txt move install OSVR-Tracker-View-built-with-%VER% 7za a OSVR-Tracker-View-built-with-%VER%.7z OSVR-Tracker-View-built-with-%VER%\*
set DEST=install set SRC=deps\install xcopy %SRC%\bin\osg*-osg.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgDB.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgGA.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgText.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgUtil.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgViewer.dll %DEST% /Y xcopy %SRC%\bin\*-OpenThreads.dll %DEST% /Y xcopy %SRC%\bin\osgPlugins*.* %DEST% /Y /S for %%F in (%SRC%\osvr-ver.txt,%SRC%\bin\osvrClientKit.dll,%SRC%\bin\osvrClient.dll,%SRC%\bin\osvrTransform.dll,%SRC%\bin\osvrUtil.dll) do ( xcopy %%F %DEST% /Y ) xcopy redist\*.* %DEST% /Y set /p VER=<%SRC%\osvr-ver.txt set OUTPUT=OSVR-Tracker-View-built-with-%VER%-viewer-%BUILD_NUMBER% move install %OUTPUT% 7za a %OUTPUT%.7z %OUTPUT%\*
Update postbuild script to try to include all the things that we need.
Update postbuild script to try to include all the things that we need.
Batchfile
apache-2.0
OSVR/OSVR-Tracker-Viewer
485b0f8abc635ceb6d8d5b2a5a252f4f4cdd79b3
contrib/appveyor/build_main.bat
contrib/appveyor/build_main.bat
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0 ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin set BUILD_TYPE=-DCMAKE_BUILD_TYPE=%configuration% cmake %BUILD_TYPE% -G"%CMAKE_GENERATOR%" %BOOST_ARGS% c:\projects\plib mingw32-make ctest ) else ( if "%USE_MSYS%"=="1" ( set PATH=C:\msys2\bin;C:\Program Files (x86)\CMake\bin c:\msys2\bin\bash c:\projects\plib\contrib\appveyor\build_msys.sh ) )
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0 ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set PATH="C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE="-DCMAKE_BUILD_TYPE=%configuration%" cmake %BUILD_TYPE% -G"%CMAKE_GENERATOR%" %BOOST_ARGS% c:\projects\plib mingw32-make ctest ) else ( if "%USE_MSYS%"=="1" ( set PATH="C:\msys2\bin;C:\Program Files (x86)\CMake\bin" c:\msys2\bin\bash c:\projects\plib\contrib\appveyor\build_msys.sh ) )
Use quotes for PATH environment variable
appveyor: Use quotes for PATH environment variable
Batchfile
unknown
saprykin/plibsys,saprykin/plibsys,saprykin/plibsys,saprykin/plib,saprykin/plib
7560b5509ee8172dfe8034c2aecf5011f63abc83
hol.bat
hol.bat
fsi^ --optimize+^ --lib:NHol^ --use:system.fsx^ --use:lib.fs^ --use:fusion.fs^ --use:basics.fs^ --use:nets.fs^ --use:printer.fs^ --use:preterm.fs^ --use:parser.fs^ --use:equal.fs^ --use:bool.fs^ --use:drule.fs^ --use:tactics.fs^ --use:itab.fs^ --use:simp.fs^ --use:theorems.fs^ --use:ind_defs.fs^ --use:class.fs^ --use:trivia.fs^ --use:canon.fs^ --use:meson.fs^ --use:quot.fs^ --use:pair.fs^ --use:nums.fs^ --use:recursion.fs^ --use:arith.fs^ --use:wf.fs^ --use:calc_num.fs^ --use:normalizer.fs^ --use:grober.fs^ --use:ind_types.fs^ --use:lists.fs^ --use:realax.fs^ --use:calc_int.fs^ --use:realarith.fs^ --use:real.fs^ --use:calc_rat.fs^ --use:int.fs^ --use:sets.fs^ --use:iterate.fs^ --use:cart.fs^ --use:define.fs^ --use:help.fs^ --use:database.fs
fsi^ --lib:NHol^ --use:system.fsx^ --use:lib.fs^ --use:fusion.fs^ --use:basics.fs^ --use:nets.fs^ --use:printer.fs^ --use:preterm.fs^ --use:parser.fs^ --use:equal.fs^ --use:bool.fs^ --use:drule.fs^ --use:tactics.fs^ --use:itab.fs^ --use:simp.fs^ --use:theorems.fs^ --use:ind_defs.fs^ --use:class.fs^ --use:trivia.fs^ --use:canon.fs^ --use:meson.fs^ --use:quot.fs^ --use:pair.fs^ --use:nums.fs^ --use:recursion.fs^ --use:arith.fs^ --use:wf.fs^ --use:calc_num.fs^ --use:normalizer.fs^ --use:grober.fs^ --use:ind_types.fs^ --use:lists.fs^ --use:realax.fs^ --use:calc_int.fs^ --use:realarith.fs^ --use:real.fs^ --use:calc_rat.fs^ --use:int.fs^ --use:sets.fs^ --use:iterate.fs^ --use:cart.fs^ --use:define.fs^ --use:help.fs^ --use:database.fs
Remove optimization flag, for now. This'll help provide better error information whilst we're working out remaining bugs.
Remove optimization flag, for now. This'll help provide better error information whilst we're working out remaining bugs.
Batchfile
apache-2.0
jack-pappas/NHol
0cbf44fbc814068f041cc15d96c376f405cc64e0
make-ponygame.bat
make-ponygame.bat
@ECHO OFF ECHO Compiling pony-game... REM Link to Windows Kits and native libraries. REM http://tutorial.ponylang.org/appendices/compiler-args.html ponyc -p "C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64" -p "Bin\PonyGameNative\x64\Debug" -o Bin\PonyGame Source\PonyGame ECHO Copying native libs... COPY "Bin\PonyGameNative\x64\Debug\PonyGameNative.dll" "Bin\PonyGame"
@ECHO OFF ECHO Compiling pony-game... REM Link to Windows Kits and native libraries. REM http://tutorial.ponylang.org/appendices/compiler-args.html ponyc -p "C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64" -p "Bin\PonyGameNative\x64\Debug" -o Bin\PonyGame Source\PonyGame ECHO Copying native libs... COPY "Bin\PonyGameNative\x64\Debug\PonyGameNative.dll" "Bin\PonyGame" PAUSE
Build - Pause at the end of build batch file.
ADDED: Build - Pause at the end of build batch file.
Batchfile
mit
npruehs/pony-game,npruehs/pony-game
b573850ad6158618657c73c35861f91ef7f091ac
misc/appveyor.bat
misc/appveyor.bat
setlocal rem Put curl on the PATH set PATH=C:\Program Files\Git\mingw64\bin;%PATH% set VERSION=2.0.5 mkdir %TEMP%\hlint curl -o%TEMP%\hlint\hlint-%VERSION%.zip -L --insecure https://github.com/ndmitchell/hlint/releases/download/v%VERSION%/hlint-%VERSION%.zip 7z x %TEMP%\hlint\hlint-%VERSION%.zip -o%TEMP%\hlint -y %TEMP%\hlint\hlint-%VERSION%\hlint.exe %*
setlocal rem Put curl on the PATH set PATH=C:\Program Files\Git\mingw64\bin;%PATH% set VERSION=2.0.5 mkdir %TEMP%\hlint curl -o%TEMP%\hlint\hlint.zip -L --insecure https://github.com/ndmitchell/hlint/releases/download/v%VERSION%/hlint-%VERSION%-x86_64-windows.zip 7z x %TEMP%\hlint\hlint.zip -o%TEMP%\hlint -y %TEMP%\hlint\hlint-%VERSION%\hlint.exe %*
Update the Appveyor script to fetch with the full architecture name
Update the Appveyor script to fetch with the full architecture name
Batchfile
bsd-3-clause
ndmitchell/hlint,ndmitchell/hlint
d02c6dbcc63bd43bea249e4cdeb31510ac16192d
recipes/grpc-cpp/bld.bat
recipes/grpc-cpp/bld.bat
@echo on mkdir build-cpp if errorlevel 1 exit 1 cd build-cpp cmake .. ^ -GNinja ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%PREFIX% ^ -DgRPC_CARES_PROVIDER="package" ^ -DgRPC_GFLAGS_PROVIDER="package" ^ -DgRPC_PROTOBUF_PROVIDER="package" ^ -DgRPC_SSL_PROVIDER="package" ^ -DgRPC_ZLIB_PROVIDER="package" dir %PREFIX% /S cmake --build . --config Release --target install if errorlevel 1 exit 1 dir %PREFIX% /S
@echo on @rem The `vs2015_win-64` compiler activate package sets CFLAGS and CXXFLAGS @rem to "-MD -GL". Unfortunately that causes a huge ballooning in static @rem library size (more than 100MB per .lib file). Unsetting those flags @rem simply works. set CFLAGS= set CXXFLAGS= mkdir build-cpp if errorlevel 1 exit 1 cd build-cpp cmake .. ^ -GNinja ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%PREFIX% ^ -DgRPC_CARES_PROVIDER="package" ^ -DgRPC_GFLAGS_PROVIDER="package" ^ -DgRPC_PROTOBUF_PROVIDER="package" ^ -DgRPC_SSL_PROVIDER="package" ^ -DgRPC_ZLIB_PROVIDER="package" cmake --build . --config Release --target install if errorlevel 1 exit 1
Fix package size issue on Windows
Fix package size issue on Windows
Batchfile
bsd-3-clause
goanpeca/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,patricksnape/staged-recipes,asmeurer/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,jjhelmus/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,dschreij/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,synapticarbors/staged-recipes,mariusvniekerk/staged-recipes,birdsarah/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,basnijholt/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,Juanlu001/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,asmeurer/staged-recipes,jjhelmus/staged-recipes,kwilcox/staged-recipes,ceholden/staged-recipes,cpaulik/staged-recipes,synapticarbors/staged-recipes,Juanlu001/staged-recipes,isuruf/staged-recipes,jochym/staged-recipes,basnijholt/staged-recipes,birdsarah/staged-recipes,cpaulik/staged-recipes,ReimarBauer/staged-recipes,rmcgibbo/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,ceholden/staged-recipes,stuertz/staged-recipes,mcs07/staged-recipes
a8f186fad1550afd996b0d5e82b4cd8a3efe824e
ci/test-win.bat
ci/test-win.bat
echo Running Windows build and testscript %~dp0%\matlab\CIBuildAndTest.m call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%~dp0%\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ERRORLEVEL%" == "0" ( echo Exit Code = %ERRORLEVEL% exit /b 1 )
echo Running Windows build and testscript %~dp0..\\matlab\CIBuildAndTest.m call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%~dp0..\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ERRORLEVEL%" == "0" ( echo Exit Code = %ERRORLEVEL% exit /b 1 )
Fix windows CI batch script
Fix windows CI batch script
Batchfile
bsd-3-clause
gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg
b45a3d2fd073854bdd11ddbaa55042f1ea12f4f3
external/ACPLT-ONCRPC/bin/install.bat
external/ACPLT-ONCRPC/bin/install.bat
@echo off echo "Installing ONC/RPC for NT..." ..\bin\inst_pm remove copy ..\bin\oncrpc.dll %SystemRoot%\system32 copy ..\bin\portmap.exe %SystemRoot%\system32 if exist %SystemRoot%\system32\drivers\etc\rpc goto inst_pm mkdir %SystemRoot%\system32\drivers\etc copy ..\etc\rpc %SystemRoot%\system32\drivers\etc :inst_pm ..\bin\inst_pm %SystemRoot%\system32\portmap.exe echo "Done."
@echo off echo "Installing ONC/RPC for NT..." ..\bin\inst_pm remove copy ..\lib\oncrpc.dll %SystemRoot%\system32 copy ..\bin\portmap.exe %SystemRoot%\system32 if exist %SystemRoot%\system32\drivers\etc\rpc goto inst_pm mkdir %SystemRoot%\system32\drivers\etc copy ..\etc\rpc %SystemRoot%\system32\drivers\etc :inst_pm ..\bin\inst_pm %SystemRoot%\system32\portmap.exe echo "Done."
Update path: get oncrpc.dll from ../lib
Update path: get oncrpc.dll from ../lib
Batchfile
lgpl-2.1
deweerdt/TSP,deweerdt/TSP,deweerdt/TSP,deweerdt/TSP,deweerdt/TSP
7bed98ea39e755be314ece5134606e98b266da29
scripts/test.bat
scripts/test.bat
@echo off setlocal set ELECTRON_RUN_AS_NODE= pushd %~dp0\.. :: Get Code.exe location for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a set NAMESHORT=%NAMESHORT: "=% set NAMESHORT=%NAMESHORT:"=%.exe set CODE=".build\electron\%NAMESHORT%" :: Download Electron if needed for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"electronVersion\":.*" package.json') do set DESIREDVERSION=%%~a set DESIREDVERSION=%DESIREDVERSION: "=% set DESIREDVERSION=v%DESIREDVERSION:"=% if exist .\.build\electron\version (set /p INSTALLEDVERSION=<.\.build\electron\version) else (set INSTALLEDVERSION="") if not exist %CODE% node .\node_modules\gulp\bin\gulp.js electron if not "%INSTALLEDVERSION%" == "%DESIREDVERSION%" node .\node_modules\gulp\bin\gulp.js electron :: Run tests %CODE% .\test\electron\index.js %* popd endlocal exit /b %errorlevel%
@echo off setlocal set ELECTRON_RUN_AS_NODE= pushd %~dp0\.. :: Get Code.exe location for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a set NAMESHORT=%NAMESHORT: "=% set NAMESHORT=%NAMESHORT:"=%.exe set CODE=".build\electron\%NAMESHORT%" :: Download Electron if needed for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"electronVersion\":.*" package.json') do set DESIREDVERSION=%%~a set DESIREDVERSION=%DESIREDVERSION: "=% set DESIREDVERSION=v%DESIREDVERSION:"=% if exist .\.build\electron\version (set /p INSTALLEDVERSION=<.\.build\electron\version) else (set INSTALLEDVERSION="") if not exist %CODE% node .\node_modules\gulp\bin\gulp.js electron if not "%INSTALLEDVERSION%" == "%DESIREDVERSION%" node .\node_modules\gulp\bin\gulp.js electron :: Run tests %CODE% .\test\electron\index.js %* popd endlocal if %errorlevel% == 255 set errorlevel=0 exit /b %errorlevel%
Set errorlevel to 0 if it's 255
Set errorlevel to 0 if it's 255
Batchfile
mit
gagangupt16/vscode,the-ress/vscode,the-ress/vscode,Microsoft/vscode,joaomoreno/vscode,Microsoft/vscode,KattMingMing/vscode,KattMingMing/vscode,Zalastax/vscode,cleidigh/vscode,rishii7/vscode,eamodio/vscode,eamodio/vscode,cleidigh/vscode,microlv/vscode,mjbvz/vscode,gagangupt16/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,hoovercj/vscode,veeramarni/vscode,mjbvz/vscode,hoovercj/vscode,0xmohit/vscode,landonepps/vscode,microsoft/vscode,veeramarni/vscode,mjbvz/vscode,0xmohit/vscode,landonepps/vscode,KattMingMing/vscode,stringham/vscode,Microsoft/vscode,eamodio/vscode,Zalastax/vscode,KattMingMing/vscode,0xmohit/vscode,Microsoft/vscode,rishii7/vscode,microsoft/vscode,cleidigh/vscode,microsoft/vscode,Zalastax/vscode,Microsoft/vscode,landonepps/vscode,gagangupt16/vscode,stringham/vscode,cleidigh/vscode,cleidigh/vscode,microsoft/vscode,gagangupt16/vscode,Krzysztof-Cieslak/vscode,0xmohit/vscode,stringham/vscode,microlv/vscode,microlv/vscode,Microsoft/vscode,veeramarni/vscode,Microsoft/vscode,mjbvz/vscode,KattMingMing/vscode,the-ress/vscode,microlv/vscode,cleidigh/vscode,KattMingMing/vscode,cleidigh/vscode,Krzysztof-Cieslak/vscode,stringham/vscode,stringham/vscode,rishii7/vscode,microlv/vscode,stringham/vscode,veeramarni/vscode,Zalastax/vscode,joaomoreno/vscode,0xmohit/vscode,mjbvz/vscode,Zalastax/vscode,hoovercj/vscode,rishii7/vscode,hoovercj/vscode,Krzysztof-Cieslak/vscode,joaomoreno/vscode,rishii7/vscode,stringham/vscode,DustinCampbell/vscode,0xmohit/vscode,DustinCampbell/vscode,Krzysztof-Cieslak/vscode,stringham/vscode,landonepps/vscode,the-ress/vscode,the-ress/vscode,the-ress/vscode,cleidigh/vscode,stringham/vscode,DustinCampbell/vscode,Zalastax/vscode,veeramarni/vscode,eamodio/vscode,gagangupt16/vscode,rishii7/vscode,hoovercj/vscode,Krzysztof-Cieslak/vscode,Zalastax/vscode,veeramarni/vscode,gagangupt16/vscode,microsoft/vscode,microlv/vscode,cleidigh/vscode,joaomoreno/vscode,Krzysztof-Cieslak/vscode,joaomoreno/vscode,landonepps/vscode,cleidigh/vscode,mjbvz/vscode,microlv/vscode,mjbvz/vscode,gagangupt16/vscode,rishii7/vscode,microsoft/vscode,DustinCampbell/vscode,rishii7/vscode,veeramarni/vscode,the-ress/vscode,hoovercj/vscode,KattMingMing/vscode,0xmohit/vscode,landonepps/vscode,0xmohit/vscode,joaomoreno/vscode,joaomoreno/vscode,the-ress/vscode,mjbvz/vscode,gagangupt16/vscode,eamodio/vscode,Krzysztof-Cieslak/vscode,mjbvz/vscode,landonepps/vscode,microsoft/vscode,Microsoft/vscode,0xmohit/vscode,mjbvz/vscode,KattMingMing/vscode,microsoft/vscode,hoovercj/vscode,joaomoreno/vscode,0xmohit/vscode,joaomoreno/vscode,microsoft/vscode,rishii7/vscode,0xmohit/vscode,gagangupt16/vscode,eamodio/vscode,mjbvz/vscode,eamodio/vscode,KattMingMing/vscode,cleidigh/vscode,cra0zy/VSCode,joaomoreno/vscode,KattMingMing/vscode,microsoft/vscode,hoovercj/vscode,gagangupt16/vscode,microlv/vscode,microlv/vscode,cleidigh/vscode,microsoft/vscode,microlv/vscode,landonepps/vscode,Zalastax/vscode,veeramarni/vscode,mjbvz/vscode,landonepps/vscode,Zalastax/vscode,DustinCampbell/vscode,eamodio/vscode,Zalastax/vscode,cleidigh/vscode,Krzysztof-Cieslak/vscode,hoovercj/vscode,landonepps/vscode,veeramarni/vscode,cleidigh/vscode,Microsoft/vscode,Zalastax/vscode,microlv/vscode,veeramarni/vscode,microsoft/vscode,DustinCampbell/vscode,Microsoft/vscode,microsoft/vscode,landonepps/vscode,eamodio/vscode,veeramarni/vscode,eamodio/vscode,rishii7/vscode,the-ress/vscode,Microsoft/vscode,microsoft/vscode,landonepps/vscode,joaomoreno/vscode,eamodio/vscode,gagangupt16/vscode,hoovercj/vscode,hoovercj/vscode,KattMingMing/vscode,eamodio/vscode,eamodio/vscode,gagangupt16/vscode,Zalastax/vscode,joaomoreno/vscode,landonepps/vscode,0xmohit/vscode,Zalastax/vscode,rishii7/vscode,rishii7/vscode,DustinCampbell/vscode,stringham/vscode,landonepps/vscode,DustinCampbell/vscode,landonepps/vscode,rishii7/vscode,hoovercj/vscode,veeramarni/vscode,DustinCampbell/vscode,KattMingMing/vscode,0xmohit/vscode,gagangupt16/vscode,hoovercj/vscode,hoovercj/vscode,mjbvz/vscode,landonepps/vscode,veeramarni/vscode,KattMingMing/vscode,rishii7/vscode,microlv/vscode,cleidigh/vscode,gagangupt16/vscode,stringham/vscode,joaomoreno/vscode,hoovercj/vscode,DustinCampbell/vscode,Krzysztof-Cieslak/vscode,rishii7/vscode,the-ress/vscode,KattMingMing/vscode,DustinCampbell/vscode,Zalastax/vscode,Zalastax/vscode,gagangupt16/vscode,0xmohit/vscode,KattMingMing/vscode,joaomoreno/vscode,gagangupt16/vscode,microsoft/vscode,veeramarni/vscode,microsoft/vscode,Krzysztof-Cieslak/vscode,eamodio/vscode,stringham/vscode,Zalastax/vscode,Microsoft/vscode,DustinCampbell/vscode,DustinCampbell/vscode,the-ress/vscode,cleidigh/vscode,mjbvz/vscode,Krzysztof-Cieslak/vscode,stringham/vscode,KattMingMing/vscode,the-ress/vscode,DustinCampbell/vscode,DustinCampbell/vscode,Krzysztof-Cieslak/vscode,microlv/vscode,joaomoreno/vscode,mjbvz/vscode,the-ress/vscode,microlv/vscode,the-ress/vscode,eamodio/vscode,DustinCampbell/vscode,Krzysztof-Cieslak/vscode,stringham/vscode,Krzysztof-Cieslak/vscode,joaomoreno/vscode,microlv/vscode,microsoft/vscode,KattMingMing/vscode,microlv/vscode,veeramarni/vscode,stringham/vscode,cleidigh/vscode,hoovercj/vscode,eamodio/vscode,Zalastax/vscode,stringham/vscode,Microsoft/vscode,rishii7/vscode,the-ress/vscode,0xmohit/vscode,stringham/vscode,rishii7/vscode,veeramarni/vscode,mjbvz/vscode,hoovercj/vscode,DustinCampbell/vscode,Krzysztof-Cieslak/vscode,gagangupt16/vscode,microlv/vscode,Krzysztof-Cieslak/vscode,joaomoreno/vscode,veeramarni/vscode,0xmohit/vscode,eamodio/vscode,0xmohit/vscode,Microsoft/vscode,Microsoft/vscode,mjbvz/vscode,Microsoft/vscode,the-ress/vscode,landonepps/vscode
74cf6af822e194eeb73bd475283d7c96b43d60de
build.cmd
build.cmd
@echo off pushd %~dp0 SET PACKAGEPATH=.\packages\ SET NUGET=.\tools\nuget\NuGet.exe SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 ( RD /S/Q %PACKAGEPATH%FAKE %NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS% COPY NUL %PACKAGEPATH%FAKE\Ver_4.23.0 ) IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.1.8 ( RD /S/Q %PACKAGEPATH%FAKE.BuildLib %NUGET% install FAKE.BuildLib -Version 0.1.8 %NUGETOPTIONS% COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.1.8 ) set encoding=utf-8 "%PACKAGEPATH%FAKE\tools\FAKE.exe" build.fsx %* popd
@echo off pushd %~dp0 SET PACKAGEPATH=.\packages\ SET NUGET=.\tools\nuget\NuGet.exe SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.25.4 ( RD /S/Q %PACKAGEPATH%FAKE %NUGET% install FAKE -Version 4.25.4 %NUGETOPTIONS% COPY NUL %PACKAGEPATH%FAKE\Ver_4.25.4 ) IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.5 ( RD /S/Q %PACKAGEPATH%FAKE.BuildLib %NUGET% install FAKE.BuildLib -Version 0.3.5 %NUGETOPTIONS% COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.5 ) set encoding=utf-8 "%PACKAGEPATH%FAKE\tools\FAKE.exe" build.fsx %* popd
Update FAKE.BuildLib 0.3.5 from 0.1.8
Update FAKE.BuildLib 0.3.5 from 0.1.8
Batchfile
mit
SaladbowlCreative/Unity3D.IncrementalCompiler,SaladLab/Unity3D.IncrementalCompiler
03687a20895caebbcf408a807d8114bc5e04d7b0
packages/MSDOS/djmake.bat
packages/MSDOS/djmake.bat
@echo off if exist src\fscanner.l goto dir_okay echo !!!! Must run this batch file from the main source directory! exit :dir_okay echo ---- Start by patching the ylwrap script to avoid problems echo with "ln -s": patch -p1 -i contrib/msdos/ylwrap.pat echo ---- Now configure and make it. echo -- NOTE --: this assumes you have pdcurses installed! echo -- NOTE --: Will be using '-f' mode of flex, for faster scanning bash configure make CURSES_LIBS=-lpdcurses LFLAGS="-f8B" echo ---- You may now call "make install", if desired. echo -- DONE --
@echo off if exist src\fscanner.l goto dir_okay echo !!!! Must run this batch file from the main source directory! exit :dir_okay echo ---- Start by patching the ylwrap script to avoid problems echo with "ln -s": patch -p1 -i packages/MSDOS/ylwrap.pat echo ---- Now configure and make it. echo -- NOTE --: this assumes you have pdcurses installed! echo -- NOTE --: Will be using '-f' mode of flex, for faster scanning bash configure make CURSES_LIBS=-lpdcurses LFLAGS="-f8B" echo ---- You may now call "make install", if desired. echo -- DONE --
Fix pathname of patch file
Fix pathname of patch file
Batchfile
bsd-3-clause
welash/cscope,welash/cscope,welash/cscope
e2f69adc931dcd085f70a5d0030a5187747a87fc
windows/nsis-installer/oq-console.bat
windows/nsis-installer/oq-console.bat
@echo off setlocal set mypath=%~dp0 set PATH=%mypath%\python2.7\Scripts;%mypath%\python2.7;%PATH% set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath%\openquake.cfg doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commands.__main__ engine $* echo OpenQuake environment loaded echo The command 'oq-engine' is deprecated and will be removed. Please use 'oq engine' instead cmd /k endlocal
@echo off setlocal set mypath=%~dp0 set PATH=%mypath%\python2.7\Scripts;%mypath%\python2.7;%PATH% set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath%\openquake.cfg doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commands.__main__ engine $* echo OpenQuake environment loaded echo To run OpenQuake use 'oq' and 'oq engine' cmd /k endlocal
Remove deprecation warning from Win
Remove deprecation warning from Win
Batchfile
agpl-3.0
gem/oq-nsis,gem/oq-installers,gem/oq-installers
5cfea471f9a93bf2795bb11446771e9eb88d340a
Configure_Windows_MSVC.bat
Configure_Windows_MSVC.bat
rem The MIT License (MIT) rem Copyright (c) 2016, Microsoft rem Permission is hereby granted, free of charge, to any person obtaining a copy rem of this software and associated documentation files (the "Software"), to deal rem in the Software without restriction, including without limitation the rights rem to use, copy, modify, merge, publish, distribute, sublicense, and/or sell rem copies of the Software, and to permit persons to whom the Software is rem furnished to do so, subject to the following conditions: rem The above copyright notice and this permission notice shall be included in rem all copies or substantial portions of the Software. rem THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR rem IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, rem FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE rem AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER rem LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, rem OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN rem THE SOFTWARE. setlocal mkdir build pushd build cmake -G "Visual Studio 12 2013 Win64" .. popd
rem The MIT License (MIT) rem Copyright (c) 2016, Microsoft rem Permission is hereby granted, free of charge, to any person obtaining a copy rem of this software and associated documentation files (the "Software"), to deal rem in the Software without restriction, including without limitation the rights rem to use, copy, modify, merge, publish, distribute, sublicense, and/or sell rem copies of the Software, and to permit persons to whom the Software is rem furnished to do so, subject to the following conditions: rem The above copyright notice and this permission notice shall be included in rem all copies or substantial portions of the Software. rem THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR rem IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, rem FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE rem AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER rem LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, rem OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN rem THE SOFTWARE. setlocal mkdir build pushd build cmake -G "Visual Studio 14 2015 Win64" .. popd
Update make for VS 2015. This matches the instructions in the README, which suggests installing VS 2015.
Update make for VS 2015. This matches the instructions in the README, which suggests installing VS 2015.
Batchfile
mit
BitFunnel/NativeJIT,BitFunnel/NativeJIT,BitFunnel/NativeJIT,BitFunnel/NativeJIT,BitFunnel/NativeJIT
8043f9e7cbe7de54247f80ae8223bdba506ab0c6
Games/Other/Oxide.Game.SpaceEngineers/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.SpaceEngineers/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... DedicatedServer64\SpaceEngineersDedicated.exe -console -path config -ip 0.0.0.0 -port 27016 -maxPlayers 10 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... DedicatedServer64\SpaceEngineersDedicated.exe -console -ip 0.0.0.0 -port 27016 -maxPlayers 10 echo. echo Restarting server... echo. goto start
Remove -path config from example .bat
[SpaceEngineers] Remove -path config from example .bat
Batchfile
mit
Visagalis/Oxide,LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide
f1ac9279511db72ae176af71585246e22a835f7c
script/pop.bat
script/pop.bat
@echo off SET TAR= SET ZIP= SET EXT= SET CMD= FOR /f "delims=" %%i IN ('where tar') DO SET TAR=%%i FOR /f "delims=" %%i IN ('where zip') DO SET ZIP=%%i IF NOT "%TAR" == "" ( SET EXT=.tar.gz SET CMD=tar -C ../vendor/Popcorn/src/Pop -xpf ) ELSE IF NOT "%ZIP" == "" ( SET EXT=.zip SET CMD=unzip -d ../vendor/Popcorn/src/Pop ) SET SCRIPT_DIR=%~dp0 REM php %SCRIPT_DIR%pop.php %EXT% %* if "%1" == "install" ( FOR /f "delims=" %%i IN ('dir /B ..\vendor\Popcorn\src\Pop\*%EXT%') DO ( echo Unpacking %%i... %CMD% ../vendor/Popcorn/src/Pop/%%i del ..\vendor\Popcorn\src\Pop\%%i ) echo Complete! )
@echo off SET TAR= SET ZIP= SET EXT= SET CMD= FOR /f "delims=" %%i IN ('where tar') DO SET TAR=%%i FOR /f "delims=" %%i IN ('where zip') DO SET ZIP=%%i IF NOT "%TAR" == "" ( SET EXT=.tar.gz SET CMD=tar -C ../vendor/Popcorn/src/Pop -xpf ) ELSE IF NOT "%ZIP" == "" ( SET EXT=.zip SET CMD=unzip -d ../vendor/Popcorn/src/Pop ) SET SCRIPT_DIR=%~dp0 php %SCRIPT_DIR%pop.php %EXT% %* if "%1" == "install" ( FOR /f "delims=" %%i IN ('dir /B ..\vendor\Popcorn\src\Pop\*%EXT%') DO ( echo Unpacking %%i... %CMD% ../vendor/Popcorn/src/Pop/%%i del ..\vendor\Popcorn\src\Pop\%%i ) echo Complete! )
Work on the CLI feature
Work on the CLI feature
Batchfile
bsd-3-clause
nicksagona/Popcorn,nicksagona/Popcorn,nicksagona/Popcorn
0359a11ce954c9255e0dbc2bb5202c89969570a8
windows/nsis-installer/oq-console.bat
windows/nsis-installer/oq-console.bat
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% doskey oq-engine=python.exe -m openquake.engine.bin.openquake_cli $* doskey oq-lite=python.exe -m openquake.commonlib.commands $* echo OpenQuake environment loaded cmd /k endlocal
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commonlib.commands engine $* echo OpenQuake environment loaded cmd /k endlocal
Update win to use new oq command
Update win to use new oq command
Batchfile
agpl-3.0
gem/oq-nsis,gem/oq-installers,gem/oq-installers
a37781558dcf5854f2b6c8f8cf4d5f3c9131ad45
ThirdPartyPull.cmd
ThirdPartyPull.cmd
git subtree pull --squash --prefix=ThirdParty/WPFFutures https://github.com/FineRedMist/WPFFutures.git master
git subtree pull --squash --prefix=ThirdParty/WPFFutures https://github.com/FineRedMist/WPFFutures.git master git subtree pull --squash --prefix=ThirdParty/ThemeSelector https://github.com/FineRedMist/ThemeSelector.git master
Add ThemeSelector to the pull batch file.
Add ThemeSelector to the pull batch file.
Batchfile
apache-2.0
FineRedMist/memhack,FineRedMist/memhack,FineRedMist/memhack,FineRedMist/memhack
39cda9e98d91d8a618247e24cbeb5a9dc1afac52
recipe_templates/astroml/bld.bat
recipe_templates/astroml/bld.bat
"%PYTHON%" setup.py install --ofline if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary. :: See :: http://docs.continuum.io/conda/build.html :: for a list of environment variables that are set during the build process.
"%PYTHON%" setup.py install if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary. :: See :: http://docs.continuum.io/conda/build.html :: for a list of environment variables that are set during the build process.
Remove --offline option from astroml recipe
Remove --offline option from astroml recipe astroml doesn't use astropy-helpers
Batchfile
bsd-3-clause
zblz/conda-builder-affiliated,mwcraig/conda-builder-affiliated,bmorris3/conda-builder-affiliated,bmorris3/conda-builder-affiliated,astropy/conda-builder-affiliated,cdeil/conda-builder-affiliated,astropy/conda-builder-affiliated,astropy/conda-build-tools,Cadair/conda-builder-affiliated,kbarbary/conda-builder-affiliated,zblz/conda-builder-affiliated,Cadair/conda-builder-affiliated,cdeil/conda-builder-affiliated,astropy/conda-build-tools,kbarbary/conda-builder-affiliated,mwcraig/conda-builder-affiliated
48580767441da5f6cfc397cc2f5a6490a5ed78d5
start-services.bat
start-services.bat
START /B qdb\bin\qdbd.exe -a 127.0.0.1:28360 --security=false --transient -r qdb/db START /B qdb\bin\qdbd.exe -a 127.0.0.1:28361 --security=true --cluster-private-file=cluster-secret-key.txt --user-list=users.txt --transient -r qdb/securedb
START /B qdb\bin\qdbd.exe -a 127.0.0.1:28360 --security=false --storage-engine=transient -r qdb/db START /B qdb\bin\qdbd.exe -a 127.0.0.1:28361 --security=true --cluster-private-file=cluster-secret-key.txt --user-list=users.txt --storage-engine=transient -r qdb/securedb
Update command line options for new windows services
Update command line options for new windows services
Batchfile
bsd-3-clause
bureau14/qdb-api-java,bureau14/qdb-api-java
2e7bff9b0156a2e891b047930caf1cbc3cdff49e
CMake_configure.cmd
CMake_configure.cmd
REM Configure Jemalloc build with options CMake -G "Visual Studio 12 Win64" -Ddisable-fill=1 -Dwith-malloc-conf=purge:decay .. REM Debug build settings REM CMake -G "Visual Studio 12 Win64" -Denable-debug=1 -Dwith-malloc-conf=junk:true ..
REM Configure Jemalloc build with options CMake -G "Visual Studio 12 Win64" -Ddisable-fill=1 -Dwith-malloc-conf=purge:decay ..
Remove misleading comment causing some to configure Debug builds differently. Those seettings were for debugging unit tests.
Remove misleading comment causing some to configure Debug builds differently. Those seettings were for debugging unit tests.
Batchfile
bsd-2-clause
jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake
50dd1682ddd874fca2e5ada33eebb0acda9c341b
setenv.bat
setenv.bat
@ECHO OFF PUSHD %~DP0 SET CURDIR=%CD% PUSHD .. SET TOPDIR=%CD% POPD POPD SET GDAL_ROOT=%TOPDIR%\OSGeo4W SET GDAL_PAM_PROXY_DIR=%TEMP% SET GDAL_DATA=%GDAL_ROOT%\apps\gdal-16\share\gdal SET GEOTIFF_CSV=%GDAL_ROOT%\share\epsg_csv SET PROJ_LIB=%GDAL_ROOT%\share\proj SET GDAL_DRIVER_PATH=%GDAL_ROOT%\apps\gdal-16\bin\gdalplugins SET PYTHONHOME=%GDAL_ROOT%\apps\Python25 SET PYTHONPATH=%PYTHONHOME%\Lib\lib-tk SET PYTHONPATH=%PYTHONHOME%\Lib\site-packages\pywin32_system32;%PYTHONHOME%\Lib\site-packages\win32;%PYTHONHOME%\Lib\site-packages\win32\lib;%PYTHONHOME%\Lib\site-packages\pythonwin;%PYTHONPATH% SET PYTHONPATH=%GDAL_ROOT%\bin;%GDAL_ROOT%\apps\gdal-16\pymod;%PYTHONPATH% SET PYTHONPATH=%CURDIR%\lib;%PYTHONPATH% PATH=%GDAL_ROOT%\bin;%PATH% PATH=%GDAL_ROOT%\apps\gdal-16\bin;%PATH% PATH=%GDAL_DRIVER_PATH%;%PATH% PATH=%PYTHONPATH%;%PATH% PATH=%PYTHONHOME%;%PATH% PATH=%CURDIR%;%PATH%
@ECHO OFF PUSHD %~DP0 SET CURDIR=%CD% PUSHD .. SET TOPDIR=%CD% POPD POPD SET GDAL_ROOT=%TOPDIR%\bin\gdal SET GDAL_PAM_PROXY_DIR=%TEMP% SET GDAL_DATA=%GDAL_ROOT%\share\gdal-data SET GEOTIFF_CSV=%GDAL_DATA% SET PROJ_LIB=%GDAL_ROOT%\share\proj SET GDAL_DRIVER_PATH=%GDAL_ROOT%\bin\plugins SET PYTHONHOME=%TOPDIR%\bin\Python26 SET PYTHONPATH=%PYTHONHOME%\Lib\lib-tk SET PYTHONPATH=%PYTHONHOME%\Lib\site-packages\pywin32_system32;%PYTHONHOME%\Lib\site-packages\win32;%PYTHONHOME%\Lib\site-packages\win32\lib;%PYTHONHOME%\Lib\site-packages\pythonwin;%PYTHONPATH% SET PYTHONPATH=%GDAL_ROOT%\bin;%GDAL_ROOT%\lib;%PYTHONPATH% SET PYTHONPATH=%CURDIR%\lib;%PYTHONPATH% PATH=%GDAL_ROOT%\bin;%PATH% PATH=%GDAL_ROOT%\bin\gdal\apps;%PATH% PATH=%GDAL_DRIVER_PATH%;%PATH% PATH=%PYTHONPATH%;%PATH% PATH=%PYTHONHOME%;%PATH% PATH=%CURDIR%;%PATH%
Update paths to GDAL 1.7.1 and Python 2.6
Update paths to GDAL 1.7.1 and Python 2.6
Batchfile
mit
ssutee/metageta,NikosAlexandris/metageta,lpinner/metageta,simonaoliver/metageta,NikosAlexandris/metageta
ddb423d32d68a8812b7629bdf9f79c27e27d7740
scripts/build_gitlab/win.bat
scripts/build_gitlab/win.bat
@echo off rem ======================================================================== rem rem Copyright 2015-2017 Intel Corporation rem rem rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem rem you may not use this file except in compliance with the License. rem rem You may obtain a copy of the License at rem rem rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem rem rem Unless required by applicable law or agreed to in writing, software rem rem distributed under the License is distributed on an "AS IS" BASIS, rem rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem rem See the License for the specific language governing permissions and rem rem limitations under the License. rem rem ======================================================================== rem setlocal md build cd build cmake -L ^ -G "%~1" ^ -T "%~2" ^ -D OSPRAY_BUILD_ISA=ALL ^ -D OSPRAY_MODULE_MPI=ON ^ -D OSPRAY_MODULE_BILINEAR_PATCH=ON ^ -D OSPRAY_ENABLE_TESTING=ON ^ -D USE_IMAGE_MAGICK=OFF ^ .. (cmake --build . --config Release --target ALL_BUILD -- /m /nologo) ^ -and ^ (ctest . -C Release) :abort endlocal :end
@echo off rem ======================================================================== rem rem Copyright 2015-2017 Intel Corporation rem rem rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem rem you may not use this file except in compliance with the License. rem rem You may obtain a copy of the License at rem rem rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem rem rem Unless required by applicable law or agreed to in writing, software rem rem distributed under the License is distributed on an "AS IS" BASIS, rem rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem rem See the License for the specific language governing permissions and rem rem limitations under the License. rem rem ======================================================================== rem setlocal md build cd build cmake -L ^ -G "%~1" ^ -T "%~2" ^ -D OSPRAY_BUILD_ISA=ALL ^ -D OSPRAY_MODULE_MPI=ON ^ -D OSPRAY_MODULE_BILINEAR_PATCH=ON ^ -D OSPRAY_ENABLE_TESTING=ON ^ -D USE_IMAGE_MAGICK=OFF ^ .. cmake --build . --config Release --target ALL_BUILD -- /m /nologo ctest . -C Release :abort endlocal :end
Revert "have Windows ci build jobs fail if compilation fails"
Revert "have Windows ci build jobs fail if compilation fails" This reverts commit 391febaae23e4be9802d271798c7738bfb446772.
Batchfile
apache-2.0
MengjiaoH/ospray,ospray/OSPRay,wilsonCernWq/ospray,wilsonCernWq/ospray,ospray/OSPRay,MengjiaoH/ospray,MengjiaoH/ospray,wilsonCernWq/ospray,ospray/OSPRay,MengjiaoH/ospray,MengjiaoH/ospray,ospray/OSPRay
29d814c9c9718bb1ddf4fb6e5e7ca461d361deb3
build-command.bat
build-command.bat
mkdir -p classes javac -d classes src/adaptorlib/*java src/adaptorlib/tests/*java src/templateadaptor/*java cp src/logging.properties classes/ REM TODO: Reintroduce src/local-fs-adaptor/*java .
mkdir -p classes javac -d classes src/adaptorlib/*java src/adaptorlib/tests/*java src/templateadaptor/*java copy src/logging.properties classes/ REM TODO: Reintroduce src/local-fs-adaptor/*java .
Use 'copy' instead of 'cp' on Windows
Use 'copy' instead of 'cp' on Windows
Batchfile
apache-2.0
joesoc/plexi,dweidenfeld/library,joesoc/plexi,googlegsa/library,joesoc/plexi,joesoc/plexi,googlegsa/library,dweidenfeld/library,dweidenfeld/library,googlegsa/library
6fe1bfc1f64d79ffff30ca4d652d9376071370ff
zipsrc.bat
zipsrc.bat
cd .. del/q scintilla.zip zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res -x *.exp cd scintilla
cd .. del/q scintilla.zip zip scintilla.zip scintilla\*.* scintilla\*\*.* scintilla\*\*\*.* scintilla\*\*\*\*.* scintilla\*\*\*\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res -x *.exp cd scintilla
Store OS X files in zips.
Store OS X files in zips.
Batchfile
isc
R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone
1ee6af824be7c0ab6abe2669fb2e0588b19a7efd
build.bat
build.bat
@echo off if not "%JAVA_HOME%" == "" goto gotJavaHome echo Java environment not found. Please set echo your JAVA_HOME environment variable to echo the home of you JDK. goto :eof :gotJavaHome set ANT_HOME=%EXIST_HOME%\tools set _LIBJARS=%CLASSPATH%;%ANT_HOME%\lib\ant-launcher.jar;%ANT_HOME%\lib\junit.jar;%JAVA_HOME%\lib\tools.jar set JAVA_ENDORSED_DIRS=%EXIST_HOME%\lib\endorsed set JAVA_OPTS=-Xms32000k -Xmx256000k -Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS% -Dant.home=%ANT_HOME% echo eXist Build echo ------------------- echo Building with classpath %_LIBJARS% echo Starting Ant... java %JAVA_OPTS% -classpath %_LIBJARS% org.apache.tools.ant.launch.Launcher %1 %2 %3 %4 %5
@echo off if not "%JAVA_HOME%" == "" goto gotJavaHome echo Java environment not found. Please set echo your JAVA_HOME environment variable to echo the home of you JDK. goto :eof :gotJavaHome if not "%EXIST_HOME%" == "" goto gotExistHome set EXIST_HOME=%CD% :gotExistHome set ANT_HOME=%EXIST_HOME%\tools set _LIBJARS=%CLASSPATH%;%ANT_HOME%\lib\ant-launcher.jar;%ANT_HOME%\lib\junit.jar;%JAVA_HOME%\lib\tools.jar set JAVA_ENDORSED_DIRS=%EXIST_HOME%\lib\endorsed set JAVA_OPTS=-Xms64M -Xmx512M -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -Dant.home="%ANT_HOME%" echo eXist Build echo ------------------- echo JAVA_HOME=%JAVA_HOME% echo EXIST_HOME=%EXIST_HOME% echo _LIBJARS=%_LIBJARS% echo Starting Ant... "%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath "%_LIBJARS%" org.apache.tools.ant.launch.Launcher %1 %2 %3 %4 %5
Correct java is used now (selected by %JAVA_HOME%) and EXIST_HOME is set now (if not set before)
XP: Correct java is used now (selected by %JAVA_HOME%) and EXIST_HOME is set now (if not set before) svn path=/trunk/eXist-1.0/; revision=1308
Batchfile
lgpl-2.1
eXist-db/exist,kohsah/exist,shabanovd/exist,MjAbuz/exist,MjAbuz/exist,shabanovd/exist,opax/exist,windauer/exist,jessealama/exist,zwobit/exist,ljo/exist,hungerburg/exist,ljo/exist,adamretter/exist,ambs/exist,olvidalo/exist,lcahlander/exist,eXist-db/exist,jensopetersen/exist,wshager/exist,olvidalo/exist,jessealama/exist,wolfgangmm/exist,ljo/exist,dizzzz/exist,ljo/exist,jessealama/exist,kohsah/exist,MjAbuz/exist,lcahlander/exist,olvidalo/exist,RemiKoutcherawy/exist,wolfgangmm/exist,hungerburg/exist,dizzzz/exist,MjAbuz/exist,hungerburg/exist,patczar/exist,windauer/exist,windauer/exist,wshager/exist,RemiKoutcherawy/exist,ambs/exist,ljo/exist,zwobit/exist,patczar/exist,eXist-db/exist,wshager/exist,ljo/exist,kohsah/exist,jessealama/exist,jessealama/exist,zwobit/exist,hungerburg/exist,zwobit/exist,lcahlander/exist,joewiz/exist,RemiKoutcherawy/exist,MjAbuz/exist,wshager/exist,kohsah/exist,joewiz/exist,jensopetersen/exist,opax/exist,zwobit/exist,dizzzz/exist,kohsah/exist,jensopetersen/exist,lcahlander/exist,adamretter/exist,dizzzz/exist,jessealama/exist,windauer/exist,windauer/exist,adamretter/exist,wolfgangmm/exist,lcahlander/exist,windauer/exist,wshager/exist,shabanovd/exist,MjAbuz/exist,lcahlander/exist,ambs/exist,ambs/exist,opax/exist,opax/exist,jensopetersen/exist,joewiz/exist,RemiKoutcherawy/exist,eXist-db/exist,wolfgangmm/exist,joewiz/exist,eXist-db/exist,jensopetersen/exist,patczar/exist,adamretter/exist,patczar/exist,patczar/exist,dizzzz/exist,wolfgangmm/exist,hungerburg/exist,shabanovd/exist,wolfgangmm/exist,zwobit/exist,shabanovd/exist,dizzzz/exist,patczar/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,adamretter/exist,wshager/exist,opax/exist,olvidalo/exist,olvidalo/exist,shabanovd/exist,ambs/exist,adamretter/exist,eXist-db/exist,joewiz/exist,jensopetersen/exist,ambs/exist,kohsah/exist,joewiz/exist
c6966996ba87963c159bed546c9253075f0f647f
install.bat
install.bat
@ECHO OFF REM vundle requires git WHERE git >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO Please install git first. && GOTO :EOF REM vundle requires curl WHERE curl >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO Please install curl first (see vundle windows install docs). && GOTO :EOF REM If _vimrc file already exists, prompt user to overwrite it. IF EXIST %USERPROFILE%\_vimrc ( set /p OVERWRITEVIMRC="vimrc file already exists, do you want to overwrite it? [yn] " IF "%OVERWRITEVIMRC%" EQU "y" ( move /Y %USERPROFILE%\_vimrc %USERPROFILE%\_vimrc_bak ) ELSE ( ECHO Aborting... GOTO :EOF ) ) ECHO Copying new vimrc file. copy .\files\vimrc %USERPROFILE%\_vimrc SET VUNDLEDIR=%USERPROFILE%\vimfiles\bundle\ IF EXIST %VUNDLEDIR% ( ECHO Removing existing vundle install rmdir /S/Q %VUNDLEDIR% ) ECHO Installing vundle. mkdir %VUNDLEDIR% git clone https://github.com/VundleVim/Vundle.vim.git %VUNDLEDIR%\Vundle.vim ECHO Installing plugins gvim +PluginInstall +qall
@ECHO OFF REM This is required to enable reading of variables set in if statement blocks. REM Variables read with "!" e.g. !errorlevel! use delayed expansion. REM See http://ss64.com/nt/delayedexpansion.html for more info. setlocal enabledelayedexpansion REM vundle requires git WHERE git >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO Please install git first. && GOTO :EOF REM vundle requires curl WHERE curl >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO Please install curl first (see vundle windows install docs). && GOTO :EOF REM If _vimrc file already exists, prompt user to overwrite it. IF EXIST %USERPROFILE%\_vimrc ( choice /c yn /m "vimrc file already exists, do you want to overwrite it? " IF !errorlevel! equ 1 ( move /Y %USERPROFILE%\_vimrc %USERPROFILE%\_vimrc_bak ) ELSE ( ECHO Aborting... GOTO :EOF ) ) ECHO Copying new vimrc file. copy .\files\vimrc %USERPROFILE%\_vimrc SET VUNDLEDIR=%USERPROFILE%\vimfiles\bundle\ IF EXIST %VUNDLEDIR% ( ECHO Removing existing vundle install rmdir /S/Q %VUNDLEDIR% ) ECHO Installing vundle. mkdir %VUNDLEDIR% git clone https://github.com/VundleVim/Vundle.vim.git %VUNDLEDIR%\Vundle.vim ECHO Installing plugins gvim +PluginInstall +qall
Fix strange behaviour when prompting user.
Fix strange behaviour when prompting user. When the vim config already exists, the prompt asks the user if they wanted to overwrite, but it always failed first time. Switching on delayed variable expansion fixed this.
Batchfile
mit
JamesSmaldon/vim-config
8e33d32f6680b3e3a7c8aeb7b28e44017aac43b4
install-VS2017.bat
install-VS2017.bat
@echo off set DOTNET_VERSION=4.7.1 echo Check for installed .NET Framework %DOTNET_VERSION% reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs\.NETFramework,Version=v%DOTNET_VERSION%" /ve >nul 2>&1 if %ERRORLEVEL% neq 0 ( echo ".NET Framework %DOTNET_VERSION% is not installed. Please download it from https://www.microsoft.com/net/download/visual-studio-sdks" pause goto:eof ) if not exist "%ProgramFiles(x86)%" ( set "ProgramFiles(x86)=%ProgramFiles%" ) set "VSWhere=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" :MSBuild echo Looking for MSBuild for /f "usebackq delims=" %%i in (`^""%VSWhere%" -latest -version "[15.0,16.0)" -products * -requires "Microsoft.Component.MSBuild" -property "installationPath"^"`) do ( set InstallDir=%%i ) set "MSBuild=%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" if not exist "%MSBuild%" ( echo MSBuild not found. Please make sure Visual Studio 15.2+ is installed. pause goto:eof ) echo Building Builder.sln "%MSBuild%" Builder.sln /nologo /maxcpucount /nodeReuse:false /verbosity:minimal /t:Restore;Build start "Cosmos Builder" "source\Cosmos.Build.Builder\bin\Debug\net471\Cosmos.Build.Builder.exe" "-VSPATH=%InstallDir%" %*
@echo off if not exist "%ProgramFiles(x86)%" ( set "ProgramFiles(x86)=%ProgramFiles%" ) set "VSWhere=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" :MSBuild echo Looking for MSBuild for /f "usebackq delims=" %%i in (`^""%VSWhere%" -latest -version "[15.0,16.0)" -products * -requires "Microsoft.Component.MSBuild" -property "installationPath"^"`) do ( set InstallDir=%%i ) set "MSBuild=%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" if not exist "%MSBuild%" ( echo MSBuild not found. Please make sure Visual Studio 15.2+ is installed. pause goto:eof ) echo Building Builder.sln "%MSBuild%" Builder.sln /nologo /maxcpucount /nodeReuse:false /verbosity:minimal /t:Restore;Build start "Cosmos Builder" "source\Cosmos.Build.Builder\bin\Debug\net471\Cosmos.Build.Builder.exe" "-VSPATH=%InstallDir%" %*
Remove .net framework check from install.
Remove .net framework check from install.
Batchfile
bsd-3-clause
jp2masa/Cosmos,zarlo/Cosmos,jp2masa/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,jp2masa/Cosmos
b8572d31c58be01f9b1e0421cb13fcbf939e4f02
Decompiler/vrf_decompiler.bat
Decompiler/vrf_decompiler.bat
@echo off WHERE dotnet >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO You need to install .NET Core from https://dot.net && EXIT \b 1 dotnet Decompiler.dll %*
@echo off WHERE dotnet >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO You need to install .NET Core from https://dot.net && EXIT /B 1 dotnet Decompiler.dll %* EXIT /B %errorlevel%
Exit batch with dotnet's exit code
Exit batch with dotnet's exit code
Batchfile
mit
SteamDatabase/ValveResourceFormat
6f360326414adeaf80e890fab281315d039945fd
scripts/puppet.bat
scripts/puppet.bat
if not exist "C:\Windows\Temp\puppet.msi" ( powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://downloads.puppetlabs.com/windows/puppet-3.3.0.msi', 'C:\Windows\Temp\puppet.msi')" <NUL ) :: http://docs.puppetlabs.com/pe/latest/install_windows.html msiexec /qn /i C:\Windows\Temp\puppet.msi /log C:\Windows\Temp\puppet.log <nul set /p ".=;C:\Program Files (x86)\Puppet Labs\Puppet\bin" >> C:\Windows\Temp\PATH set /p PATH=<C:\Windows\Temp\PATH setx PATH "%PATH%" /m
if not exist "C:\Windows\Temp\puppet.msi" ( powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://downloads.puppetlabs.com/windows/puppet-3.4.3.msi', 'C:\Windows\Temp\puppet.msi')" <NUL ) :: http://docs.puppetlabs.com/pe/latest/install_windows.html msiexec /qn /i C:\Windows\Temp\puppet.msi /log C:\Windows\Temp\puppet.log <nul set /p ".=;C:\Program Files (x86)\Puppet Labs\Puppet\bin" >> C:\Windows\Temp\PATH set /p PATH=<C:\Windows\Temp\PATH setx PATH "%PATH%" /m
Update Puppet Version to 3.4.3
Update Puppet Version to 3.4.3
Batchfile
mit
brad0000/packer-windows,tomswartz07/packer-windows,tsew/packer-windows,waharnum/packer-windows,StefanScherer/packer-windows,kensykora/packer-windows,yovannyr/packer-windows,Godin/packer-windows,tomswartz07/packer-windows,brad0000/packer-windows,v1k0d3n/packer-windows,ambakshi/packer-windows,pennmanor/packer-windows,wholroyd/packer-windows,plossys/packer-windows,seal-mis/packer-windows,TheBigBear/packer-windows-tomswartz07,StefanScherer/packer-windows,audio4ears/packer-windows,pennmanor/packer-windows,c-owens/packer-windows,c0state/packer-windows,kevinobee/vagrant-vm-demo,tommyziegler/packer-windows,jczech/packer-windows,harryross/packer-windows,vovkasm/packer-windows,TheBigBear/packer-windows-joefitzgerald,NoctisHsu/packer-windows,floradu88/packer-windows,joefitzgerald/packer-windows,LastManStanding/packer-windows,TaylorMonacelli/packer-windows,d-adler/packer-windows,seal-mis/packer-windows,mekf/packer-windows,Dependencies/packer-windows,SharePointOscar/packer-windows,timsutton/packer-windows,timsutton/packer-windows,senglin/packer-windows,kevinobee/vagrant-vm-demo,RyanJarv/packer-windows,protomouse/packer-windows,joshbeard/packer-windows,Flowm/packer-windows,Sauraus/packer-windows,NoctisHsu/packer-windows,robertlabrie/packer-windows,bigwave/packer-windows,gsfjohnson/packer-windows,napramirez/packer-windows,kevinobee/vagrant-vm-demo,kevinobee/vagrant-vm-demo,joshbeard/packer-windows,mauricedb/packer-windows,SharePointOscar/packer-windows,jbarber/packer-windows
6f0b706e3f7095feddd13a116a311357c7ecebc6
install_windows.bat
install_windows.bat
@echo off pip install -r requirements.txt cd src copy src\settings\local.py.example src\settings\local.py pause
@echo off pip install -r requirements.txt copy src\settings\local.py.example src\settings\local.py pause
Delete buggy line ("cd src") in windows installer
Delete buggy line ("cd src") in windows installer
Batchfile
agpl-3.0
hirunatan/estelcon_web,hirunatan/estelcon_web,hirunatan/estelcon_web,hirunatan/estelcon_web