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
r... | @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 ... | 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,jesterKi... |
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/m... |
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 %LI... | 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.... | 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,scop... |
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.classloa... | 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.classl... | 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 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/sam... | 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_p... | @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 __s... | 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/k... |
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" "-ExcludeVersi... | @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" ... | 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/... |
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 %... | @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 machin... | 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 -... | 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 -... | 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-netwo... |
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 %coun... | @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 %coun... | 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/kud... |
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... | @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 urbacku... | 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 errorl... | 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="%LIBRAR... | 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-reci... |
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 %*... | @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_CLASSPA... | 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... | 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 ... | 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 no... | 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 ^
... | 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\Mi... | 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... | 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_... | 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.... | 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,bi... |
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... | 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... | 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 %Buil... | @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 %Build... | 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 T... | @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 T... | 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 <47df6cafd3b4bed4c7bba9d00d0cf0fc680a9921@gmail.com> | 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-reci... |
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... | @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 %count... | 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/... |
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.... | @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.... | 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 _ex... | @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 ..... | 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-inc... | 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-inc... | 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-r... |
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"... | @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"... | 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... | @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... | 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,pha... |
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 ..\..\inst... | 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,c... |
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_GENERATO... | @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_GENERATO... | 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 "onn... | @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 "onn... | 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 ... | :: 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 ... | 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=
:: ... | @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=
:: ... | 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
r... | @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 ... | 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,r... |
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_faile... | @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_fai... | 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\Relea... | @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 Releas... | 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/ap... | 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/ap... | 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
got... | 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
got... | 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:\... | 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:\... | 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-... |
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... | :: 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... | 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
... | @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 neede... | 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 ... | 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 3... | 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/... |
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 req... | 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 re... | 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 ... | 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 ... | 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-lib... | 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-lib... | 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
d... | 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
d... | 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:Configu... | %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:Confi... | 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_PR... |
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
ni... | 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,s... |
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 "ta... | 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 "targ... | 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/sta... |
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... | 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.l... | 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... | @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:%4@github.com/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 FINISHE... |
IF "%1"=="" (
GOTO HELL
) ELSE (
SET _TAG_=v%1
)
IF NOT "%2"=="" (
SET _TAG_=%_TAG_%.%2
)
git config user.email "%3@outlook.com"
git config user.name "%3"
git remote set-url origin https://%3:%4@github.com/wasteam/waslibs.git
git tag -a %_TAG_% -m "Version built: %_TAG_%"
git push origin %_TAG_%
GOTO END
:H... | 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 --verb... | 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... | 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.... | 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.... | 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_BUI... | 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_... | 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:... | 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^
... | 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...
... | @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...
... | 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... | 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%\hli... | 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_PROVIDE... | @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
... | 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,c... |
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 "%ERROR... | 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 "%ER... | 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
:in... | @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
:in... | 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 i... | @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 i... | 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/vs... |
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%
CO... | @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%
CO... | 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 -- ... | @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 --... | 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... | @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... | 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, co... | 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, co... | 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 ../vend... | @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 ../vend... | 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
endl... | @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,... |
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... | @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=%... | 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");... | @echo off
rem ======================================================================== rem
rem Copyright 2015-2017 Intel Corporation rem
rem rem
rem Licensed under the Apache License, Version 2.0 (the "License");... | 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;%JA... | @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
... | 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,... |
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 t... | @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... | 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 d... | @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.... | 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... | 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... | 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,who... |
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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.