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 |
|---|---|---|---|---|---|---|---|---|---|
2d9de276aa2089183e03b1f169f0b23b15928e1a | batch/runsdk.bat | batch/runsdk.bat | @echo off
SET sdkpath=%xilinxpath%\SDK\%xilinxversion%\bin
SET cfile=%~1
SET jsonfile=%~2
SET projectname=%~3
SET cswfile=%cfile:~3,-2%_sw.c
SET ciffile=%cfile:~3,-2%_if.c
SET toolchainpath=%~4
if not {%~1} == {} if not {%~2} == {} if not {%~3} == {} (
mkdir software
copy %ciffile% software
copy %cswfile% s... | @echo off
SET sdkpath=%xilinxpath%\SDK\%xilinxversion%\bin
SET cfile=%~1
SET jsonfile=%~2
SET projectname=%~3
SET cswfile=%cfile:~3,-2%_sw.c
SET ciffile=%cfile:~3,-2%_if.c
SET toolchainpath=%~4
if not {%~1} == {} if not {%~2} == {} if not {%~3} == {} (
mkdir software
copy %ciffile% software
copy %cswfile% s... | Delete copy statements of timer.[ch] | Delete copy statements of timer.[ch]
| Batchfile | mit | tlk-emb/SWORDS,tlk-emb/SWORDS |
ae0cfc90df47148721367010a7747d2e8bbbf3d0 | prep-package.cmd | prep-package.cmd | cd /d %~dp0
mkdir OSVR-Unity-Dist
mkdir OSVR-Unity-Dist\src
mkdir OSVR-Unity-Dist\src\OSVR-Unity
mkdir OSVR-Unity-Dist\src\Managed-OSVR
xcopy Managed-OSVR OSVR-Unity-Dist\src\Managed-OSVR /Y /S
xcopy OSVR-Unity OSVR-Unity-Dist\src\OSVR-Unity /Y /S
rem the -F 0x4 is to turn off smartypants.
third-party/disco... | cd /d %~dp0
mkdir OSVR-Unity-Dist
mkdir OSVR-Unity-Dist\src
mkdir OSVR-Unity-Dist\src\OSVR-Unity
mkdir OSVR-Unity-Dist\src\Managed-OSVR
xcopy Managed-OSVR OSVR-Unity-Dist\src\Managed-OSVR /Y /S
xcopy OSVR-Unity OSVR-Unity-Dist\src\OSVR-Unity /Y /S
rem the -F 0x4 is to turn off smartypants.
third-party\disco... | Fix slashes in batch file. | Fix slashes in batch file.
| Batchfile | apache-2.0 | JeroMiya/OSVR-Unity,grobm/OSVR-Unity,grobm/OSVR-Unity,DuFF14/OSVR-Unity,OSVR/OSVR-Unity |
524601b0628e64b3c827d8402ea7ba3475fdd817 | recipes/openblas/bld.bat | recipes/openblas/bld.bat |
:: Set $HOME to the current dir so msys runs here
set HOME=%cd%
:: Configure, build, test, and install using `make`.
bash -lc "make FC=gfortran DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=$LIBRARY_PREFIX"
if errorlevel 1 exit 1
bash -lc "make test"
if errorlevel 1 exit 1
bash -lc "make P... |
:: Set $HOME to the current dir so msys runs here
set HOME=%cd%
:: Configure, build, test, and install using `make`.
bash -lc "make FC=gfortran DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=`echo $LIBRARY_PREFIX | tr '\\' '/'`"
if errorlevel 1 exit 1
bash -lc "make test"
if errorlevel 1 ex... | Fix Windows paths to play nice with MinGW. | openblas: Fix Windows paths to play nice with MinGW.
| Batchfile | bsd-3-clause | dfroger/staged-recipes,johannesring/staged-recipes,rvalieris/staged-recipes,isuruf/staged-recipes,jcb91/staged-recipes,grlee77/staged-recipes,planetarypy/staged-recipes,bmabey/staged-recipes,ceholden/staged-recipes,tylere/staged-recipes,pstjohn/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,jochym/stag... |
295eee7716c044ba26a923590fa8d216399fa22c | upsertDatasets.bat | upsertDatasets.bat | cd C:\projects\lexington-pentaho-etl\
call git pull origin master
:: set KETTLE_HOME="C:\projects\lexington-pentaho-etl\.kettle\"
call data-integration\Pan.bat -level=Basic -file "pull-last-day-of-foreclosure-sales.ktr"
| cd C:\projects\lexington-pentaho-etl\
call git pull origin master
cd data-integration
call Pan.bat -level=Basic -file "../pull-last-day-of-foreclosure-sales.ktr"
call Pan.bat -level=Basic -file "../parcel-lookup-foreclosure-sales.ktr"
| Call parcel lookup after pulling foreclosures | Call parcel lookup after pulling foreclosures
| Batchfile | mit | lfucg/lexington-pentaho-etl |
afe73da928005f53ec0a2ce2f53c9e6120290285 | scripts/nuget_build.bat | scripts/nuget_build.bat | @echo off
cd %~dp0
"%VS140COMNTOOLS%\VsMSBuildCmd.bat" && ^
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Co... | @echo off
cd %~dp0
"%VS120COMNTOOLS%\VsMSBuildCmd.bat" && ^
msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^
msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^
msbuild pugixml_vs2013_static.vcx... | Expand build to include VS 2013. | Expand build to include VS 2013. | Batchfile | mit | zeux/pugixml,zeux/pugixml,zeux/pugixml,zeux/pugixml |
b3269ebe4ea4965b1c0963e8628e989f212516a5 | build-windows.cmd | build-windows.cmd | CALL .\.venv\Scripts\activate
pip install -r .\requirements.txt
pyinstaller .\rocketleagueminimapgenerator\main.py --onefile
MOVE /Y .\dist\main.exe .\dist\rocketleagueminimapgenerator.exe
COPY /Y .\README.md .\dist\README.txt
DEL /S /Q .\dist\assets
COPY /Y .\assets .\dist\assets
powershell Compress-Archive -Path .\... | CALL .\.venv\Scripts\activate
pip install -r .\requirements.txt
pyinstaller .\rocketleagueminimapgenerator\main.py --onefile
MOVE /Y .\dist\main.exe .\dist\rocketleagueminimapgenerator.exe
COPY /Y .\README.md .\dist\README.txt
DEL /S /Q .\dist\assets
COPY /Y .\assets .\dist\assets
powershell Compress-Archive -Force -... | Fix minor issue with build script. | Fix minor issue with build script.
| Batchfile | agpl-3.0 | enzanki-ars/rocket-league-minimap-generator |
e6f16a9970422c071537941ce8c19ec0c0feb8d1 | makedocs.bat | makedocs.bat | @echo off
REM docs\build_autodoc_files.py
sphinx-build -b html doc_src pywinauto\docs
REM c:\.temp\pudge\pudge\cli --documents doc_source\index.rst,doc_source\controls_overview.rst,doc_source\howto.rst,doc_source\getting_started.rst,history.txt,license.txt,todo.txt --title pywinauto -v -d website -m pywina... | @echo off
doc_src\build_autodoc_files.py
sphinx-build -b html doc_src pywinauto\docs
REM c:\.temp\pudge\pudge\cli --documents doc_source\index.rst,doc_source\controls_overview.rst,doc_source\howto.rst,doc_source\getting_started.rst,history.txt,license.txt,todo.txt --title pywinauto -v -d website -m pywinau... | Fix the path to build_autodoc_files.py and call it by default everytime (it is safe as it does not re-generate files which already exist) | Fix the path to build_autodoc_files.py and call it by default everytime (it is safe as it does not re-generate files which already exist)
| Batchfile | lgpl-2.1 | coandco/pywinauto,coandco/pywinauto,coandco/pywinauto |
84297a55a6e37cd5fb7dac1c1493232b76bc816a | checkout-private-config.bat | checkout-private-config.bat | git checkout azure-deployment-chillintest Chalmers.ILL/Web.ChalmersILL.config
git reset HEAD Chalmers.ILL/Web.ChalmersILL.config
git checkout azure-deployment-chillintest Chalmers.ILL/Web.ChillinTest.Debug.config
git reset HEAD Chalmers.ILL/Web.ChillinTest.Debug.config
git checkout azure-deployment-chillintest Chalmers... | git checkout azure-deployment Chalmers.ILL/Web.ChalmersILL.config
git reset HEAD Chalmers.ILL/Web.ChalmersILL.config
git checkout azure-deployment Chalmers.ILL/Web.ChillinTest.Debug.config
git reset HEAD Chalmers.ILL/Web.ChillinTest.Debug.config
git checkout azure-deployment Chalmers.ILL/Web.ChillinTest.Release.config
... | Check out private config from correct branch. | Check out private config from correct branch.
| Batchfile | mit | ChalmersLibrary/Chillin,ChalmersLibrary/Chillin,ChalmersLibrary/Chillin,ChalmersLibrary/Chillin |
086ae2e169b7c97169193f2b34427b299f4b89aa | recipes/helics/bld.bat | recipes/helics/bld.bat |
mkdir "%SRC_DIR%"\build
pushd "%SRC_DIR%"\build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" -DBUILD_PYTHON_INTERFACE=ON -G "%CMAKE_GENERATOR%" ..
cmake --build . --config Release --target install
popd
|
mkdir "%SRC_DIR%"\build
pushd "%SRC_DIR%"\build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" -DBUILD_PYTHON_INTERFACE=ON -G "Ninja" ..
ninja
ninja install
popd
| Use ninja explicitly instead of default cmake generator | Use ninja explicitly instead of default cmake generator
| Batchfile | bsd-3-clause | cpaulik/staged-recipes,patricksnape/staged-recipes,synapticarbors/staged-recipes,dschreij/staged-recipes,igortg/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,Juanlu001/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes,scopatz/staged-r... |
34138954f6df39c9660d128f8c46db9cffd8eb40 | recipes/polars/bld.bat | recipes/polars/bld.bat | FOR /F "delims=" %%i in ('cygpath.exe -u "%SRC_DIR%\rust-nightly-install"') DO set "pfx=%%i"
bash %SRC_DIR%\rust-nightly\install.sh --verbose --prefix=%pfx% --disable-ldconfig --components=rustc,cargo,rust-std-x86_64-pc-windows-msvc
set "PATH=%SRC_DIR%\rust-nightly-install\bin;%PATH%"
maturin build --no-sdist --releas... | FOR /F "delims=" %%i in ('cygpath.exe -u "%SRC_DIR%\rust-nightly-install"') DO set "pfx=%%i"
bash %SRC_DIR%\rust-nightly\install.sh --verbose --prefix=%pfx% --disable-ldconfig --components=rustc,cargo,rust-std-x86_64-pc-windows-msvc
set "PATH=%SRC_DIR%\rust-nightly-install\bin;%PATH%"
set "CMAKE_GENERATOR=NMake Makefil... | Move set generator before maturin build | Move set generator before maturin build
| Batchfile | bsd-3-clause | conda-forge/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes |
fdc10f085650425fe2a8a25bf22f218489b8f62b | tests/hipify-clang/run_test.bat | tests/hipify-clang/run_test.bat | @echo off
for %%i in (FileCheck.exe) do set FILE_CHECK=%%~$PATH:i
if not defined FILE_CHECK (echo Error: FileCheck.exe not found in PATH. && exit /b 1)
set HIPIFY=%1
set IN_FILE=%2
set TMP_FILE=%3
set all_args=%*
call set clang_args=%%all_args:*%4=%%
set clang_args=%4%clang_args%
%HIPIFY% -o=%TMP_FILE% %IN_FILE... | @echo off
setlocal
for %%i in (FileCheck.exe) do set FILE_CHECK=%%~$PATH:i
if not defined FILE_CHECK (echo Error: FileCheck.exe not found in PATH. && exit /b 1)
set HIPIFY=%1
set IN_FILE=%2
set TMP_FILE=%3
set all_args=%*
call set clang_args=%%all_args:*%4=%%
set clang_args=%4%clang_args%
%HIPIFY% -o=%TMP_FILE%... | Add setlocal to batch script | [HIPIFY][tests] Add setlocal to batch script
| Batchfile | mit | ROCm-Developer-Tools/HIP,GPUOpen-ProfessionalCompute-Tools/HIP,GPUOpen-ProfessionalCompute-Tools/HIP,GPUOpen-ProfessionalCompute-Tools/HIP,ROCm-Developer-Tools/HIP,ROCm-Developer-Tools/HIP,ROCm-Developer-Tools/HIP,GPUOpen-ProfessionalCompute-Tools/HIP,ROCm-Developer-Tools/HIP,GPUOpen-ProfessionalCompute-Tools/HIP |
79ba80c41851dfc5b826df8e06a62ee6cefd40af | winpull.bat | winpull.bat | @echo off
REM Emacs
COPY /Y emacs\.emacs "%APPDATA%\.emacs"
REM nano
COPY /Y nano\.nanorc "%USERPROFILE%\.nanorc"
REM Vim
MKDIR "%USERPROFILE%\.vim\colors"
COPY /Y vim\.vim\colors\* "%USERPROFILE%\.vim\colors\"
COPY /Y vim\.vimrc "%USERPROFILE%\.vimrc"
REM bash
COPY /Y bash\.bashrc "%USERPROFILE%\.bashrc"
COPY /Y b... | @echo off
REM Emacs
COPY /Y emacs\.emacs "%APPDATA%\.emacs"
REM nano
COPY /Y nano\.nanorc "%USERPROFILE%\.nanorc"
REM Vim
MKDIR "%USERPROFILE%\vimfiles\colors"
COPY /Y vim\.vim\colors\* "%USERPROFILE%\vimfiles\colors\"
COPY /Y vim\.vimrc "%USERPROFILE%\.vimrc"
REM bash
COPY /Y bash\.bashrc "%USERPROFILE%\.bashrc"
C... | Fix vim color scheme copy on Windows | [master] Fix vim color scheme copy on Windows
| Batchfile | mit | mincardona/mincardona-cfg,mincardona/mincardona-cfg,mincardona/mincardona-cfg,mincardona/mincardona-cfg,mincardona/mincardona-cfg |
c0dbb2672768e65fb0725f7d5ef780efdd478d18 | init.bat | init.bat | @echo off
rem Do not set codepage since it makes Eclipse act weird on DEV14
rem chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /d $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
doskey touch=type nul$G$G$*
doskey pwd=e... | @echo off
rem Do not set codepage since it makes Eclipse act weird on DEV14
rem chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /d $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
doskey touch=type nul$G$G$*
doskey pwd=e... | Add ifconfig alias to batch environment | Add ifconfig alias to batch environment
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
5ab74291374581167b114c52509ecc4239fbb1cd | build.bat | build.bat | @echo off
set config=%1
if "%config%" == "" (
set config=Release
)
set DOTNET_CLI_TELEMETRY_OPTOUT=1
echo ##teamcity[blockOpened name='Prepare' description='Preparing build environment...']
dotnet clean
if not "%errorlevel%"=="0" goto failure
echo ##teamcity[blockClosed name='Prepare']
echo ##teamcity[blockOpened... | @echo off
set config=%1
if "%config%" == "" (
set config=Release
)
set DOTNET_CLI_TELEMETRY_OPTOUT=1
set PackageVersion=%BUILD_NUMBER%
echo ##teamcity[blockOpened name='Prepare' description='Preparing build environment...']
dotnet clean
if not "%errorlevel%"=="0" goto failure
echo ##teamcity[blockClosed name='Prep... | Set package version from BUILD_NUMBER environment variable | Set package version from BUILD_NUMBER environment variable
| Batchfile | apache-2.0 | JetBrains/YouTrackSharp,JetBrains/YouTrackSharp |
17bde683838bb5c7a6ce3ca0883eb324f628073c | rbar.bat | rbar.bat | @for /F "delims=" %%a in ('findstr /rc:"^ version" build.gradle') do @set versionline=%%a
@echo Closing all java and javaw processes with window title format: HubTurbo V%versionline:~15,5%*.
@taskkill /fi "Windowtitle eq HubTurbo V%versionline:~15,5%*" /im "javaw.exe"
@taskkill /fi "Windowtitle eq HubTurbo V%version... | @for /r build\libs %%i in (*.jar) do @set versionline=%%~ni
@echo Closing all java and javaw processes with window title format: HubTurbo V%versionline:~9,5%*.
@taskkill /fi "Windowtitle eq HubTurbo V%versionline:~15,5%*" /im "javaw.exe"
@taskkill /fi "Windowtitle eq HubTurbo V%versionline:~15,5%*" /im "java.exe"
@echo... | Backup the user's directory before cleaning | Backup the user's directory before cleaning
| Batchfile | apache-2.0 | gaieepo/HubTurbo,gaieepo/HubTurbo |
a37f57addb2ad6f8844e78813a6d9aeb9c64d100 | build/runbuildscript.bat | build/runbuildscript.bat | # This is for windows users only.
# If you're on a mac or linux, just run `ant build` from this folder in Terminal
set MYDIR=%~dp0
set ANT_OPTS=-D"file.encoding=UTF-8"
ant build | REM # This is for windows users only.
REM # If you're on a mac or linux, just run `ant build` from this folder in Terminal
set MYDIR=%~dp0
set ANT_OPTS=-D"file.encoding=UTF-8"
ant build | Use REM for comments to avoid error messages on the DOS prompt for Windows users | Use REM for comments to avoid error messages on the DOS prompt for Windows users | Batchfile | mit | jbenkual/git_rocks,sungurovm/HTML-5-boilerplate-repository,js829/IS117Project2,kaoriprice/Pagodabox,pba3/htmlboilerplate,itnovator/html5-boilerplate,pp423/htmlboilerplate,urvesh/html5-boilerplate,akrawchyk/ColorGrid,l0rd0fwar/html5-boilerplate,maulik03/is117finalexam,dramos0921/test1,Mako88/thatguy-boilerplate,hisherea... |
229f24a7e81321277c4bc7376806d0f7082cfd4a | src/genEpydoc.bat | src/genEpydoc.bat | xcopy /y .\sourceforge\svn\trunk\src\pyparsing.py .
python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py
| xcopy /y .\sourceforge\svn\trunk\src\pyparsing.py .
c:\python27\python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py
| Update to reflect Py3 is now default Python in dev environment | Update to reflect Py3 is now default Python in dev environment | Batchfile | mit | pyparsing/pyparsing,pyparsing/pyparsing |
243dffe2a7a653f07538bd0f2e2940057388011b | resources/railsinstaller/setup_environment.bat | resources/railsinstaller/setup_environment.bat | REM
REM Environment setup file for RailsInstaller.
REM
@ECHO OFF
REM
REM First we Determine where is RUBY_DIR
REM (which is where this script is)
REM
PUSHD %~dp0.
SET RUBY_DIR=%CD%
POPD
REM
REM Now we Determine the RailsInstaller Root directory
REM (parent directory of Ruby)
REM
PUSHD %RUBY_DIR%\..
SET ROOT_DIR=%CD%
... | @ECHO OFF
REM
REM Environment setup file for RailsInstaller.
REM
REM
REM First we Determine where is RUBY_DIR
REM (which is where this script is)
REM
PUSHD %~dp0.
SET RUBY_DIR=%CD%
POPD
REM
REM Now we Determine the RailsInstaller Root directory
REM (parent directory of Ruby)
REM
PUSHD %RUBY_DIR%\..
SET ROOT_DIR=%CD%... | Move echo off up to top. | Move echo off up to top.
| Batchfile | mit | Angelfirenze/railsinstaller-windows,Angelfirenze/railsinstaller-windows |
0661c20db155856a63e1bbf8c8dccd5149741571 | PostgreSQLPortable/App/PgSQL/pgsql.cmd | PostgreSQLPortable/App/PgSQL/pgsql.cmd | @echo off
title PostgreSQL Portable
cls
:: set default code page
chcp 1252 > nul
:: ensure variables set
if not defined PGSQL set PGSQL=%~dp0
if not defined PGDATA set PGDATA=%PGSQL%..\..\Data\data
if not defined PGLOG set PGLOG=%PGSQL%..\..\Data\log.txt
if not defined PGLOCALDIR set PGLOCALDIR=%PGSQL%shar... | @echo off
title PostgreSQL Portable
cls
:: set default code page
chcp 1252 > nul
:: initialise a new database on first use
if not exist "%PGDATA%" (
echo.
echo Initialising database for first use, please wait...
"%PGSQL%\bin\initdb" -U %PGUSER% -A trust -E utf8 --locale=C >nul
)
:: startup postgres ... | Remove setting of env vars in scripts | Remove setting of env vars in scripts
| Batchfile | mit | garethflowers/postgresql-portable |
74b928313755c35a37d5162f90c82746bc02ccaf | webkit/tools/layout_tests/run_webkit_tests.bat | webkit/tools/layout_tests/run_webkit_tests.bat | @..\..\..\third_party\python_24\python.exe run_webkit_tests.py %*
| @%~dp0\..\..\..\third_party\python_24\python.exe %~dp0\run_webkit_tests.py %*
| Make run_webkit_test.bat workable even if we execute it on a directory other than webkit\tools\layout_tests\. | Make run_webkit_test.bat workable even if we execute it
on a directory other than webkit\tools\layout_tests\.
%~dp0 means Drive name + Path name of the 0th argument (the bat file).
Original patch by tkent@google.com.
See http://codereview.chromium.org/113389
r=ojan
TEST=None
BUG=None
git-svn-id: de016e52bd170d2d4f2... | Batchfile | bsd-3-clause | ChromiumWebApps/chromium,TheTypoMaster/chromium-crosswalk,timopulkkinen/BubbleFish,M4sse/chromium.src,mohamed--abdel-maksoud/chromium.src,hgl888/chromium-crosswalk-efl,rogerwang/chromium,Pluto-tv/chromium-crosswalk,keishi/chromium,robclark/chromium,ltilve/chromium,jaruba/chromium.src,crosswalk-project/chromium-crosswal... |
1306444f9a5210847080b505507c7b4cc0999131 | myget.bat | myget.bat | @echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
REM Build
call "%msbuild%" src\cr-aggregaterepository.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false
if not "%errorlevel%"=="0" goto failure
REM Unit tests
"%GallioEcho%" src\tests\bin\%co... | @echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
REM Build
call "%msbuild%" src\cr-aggregaterepository.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false
if not "%errorlevel%"=="0" goto failure
REM Unit tests
"%nunit%" src\tests\bin\%config%... | Use nunit rather than gallileo | Use nunit rather than gallileo
| Batchfile | bsd-3-clause | cognisant/cr-aggregaterepository,cognisant/cr-aggregaterepository |
63a486711272eb57ad9bc16106656cd3bd985c55 | 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 | MANICX100/namebench,LavyshAlexander/namebench,qbektrix/namebench,rubasben/namebench,MarnuLombard/namebench,jtrag/namebench,skuarch/namebench,petabytekr/namebench,yiyuandao/namebench,razrichter/namebench,sushifant/namebench,rbenjamin/namebench,isoriss123/namebench,Xeleste/namebench,jaechankim/namebench,pombreda/namebenc... |
04affed94d82597909c9cbf4bc793b5d4e9922ad | src/Couchbase.Lite.Tests.UWP/run_tests.bat | src/Couchbase.Lite.Tests.UWP/run_tests.bat | @echo off
msbuild /p:Configuration=Packaging;Platform=x64 Couchbase.Lite.Tests.UWP.csproj
vstest.console.exe /InIsolation /Platform:x64 AppPackages\Couchbase.Lite.Tests.UWP_1.0.0.0_x64_Packaging_Test\Couchbase.Lite.Tests.UWP_1.0.0.0_x64_Packaging.appx /Logger:trx | @echo off
msbuild /p:Configuration=Release /p:Platform=x64 Couchbase.Lite.Tests.UWP.csproj
vstest.console.exe /InIsolation /Platform:x64 AppPackages\Couchbase.Lite.Tests.UWP_1.0.0.0_x64_Test\Couchbase.Lite.Tests.UWP_1.0.0.0_x64.appx /Logger:trx | Correct script because the test runner no longer has a Packaging target | Correct script because the test runner no longer has a Packaging target
| Batchfile | apache-2.0 | couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net |
612b6a9f042e9c8063e04709034ac7394375cb48 | src/Tools/Source/DebuggerVisualizers/Install.cmd | src/Tools/Source/DebuggerVisualizers/Install.cmd | @echo off
set VISUALIZERS=%USERPROFILE%\Documents\Visual Studio 14\Visualizers
set BIN=%~dp0..\..\..\Binaries\Debug
copy /y "%BIN%\Roslyn.DebuggerVisualizers.dll" "%VISUALIZERS%"
copy /y "%BIN%\Roslyn.Test.PdbUtilities.dll" "%VISUALIZERS%"
copy /y "%BIN%\System.Reflection.Metadata.dll" "%VISUALIZERS%"
copy /y "%BIN%\M... | @echo off
set VISUALIZERS=%USERPROFILE%\Documents\Visual Studio 14\Visualizers
set BIN=%~dp0..\..\..\..\Binaries\Debug
copy /y "%BIN%\Roslyn.DebuggerVisualizers.dll" "%VISUALIZERS%"
copy /y "%BIN%\Roslyn.Test.PdbUtilities.dll" "%VISUALIZERS%"
copy /y "%BIN%\System.Reflection.Metadata.dll" "%VISUALIZERS%"
copy /y "%BIN... | Update VS DebuggerVisualizers install script | Update VS DebuggerVisualizers install script
| Batchfile | apache-2.0 | Giten2004/roslyn,jcouv/roslyn,dpoeschl/roslyn,Giftednewt/roslyn,CaptainHayashi/roslyn,pdelvo/roslyn,droyad/roslyn,weltkante/roslyn,DustinCampbell/roslyn,genlu/roslyn,russpowers/roslyn,OmarTawfik/roslyn,davkean/roslyn,Giftednewt/roslyn,mattwar/roslyn,FICTURE7/roslyn,ValentinRueda/roslyn,thomaslevesque/roslyn,mavasani/ro... |
96265dd6ca62791bb4387daf7b5ac8a49ecaefc8 | PEInfo/GenerateExe.bat | PEInfo/GenerateExe.bat | @ECHO OFF
python3 setup.py py2exe -d "%~dp0\"
PAUSE | @ECHO OFF
CD /D "%~dp0"
SET "OutDir=Output"
IF NOT EXIST "%OutDir%" ( MKDIR "%OutDir" )
python3 setup.py py2exe -d "%~dp0\%OutDir%"
PAUSE | Update script to generate standalone exe | [PEInfo] Update script to generate standalone exe
| Batchfile | bsd-3-clause | winest/PEInfo |
4f77ea5405b5bac8918fe1f508f86e5a384adadd | scripts/run.bat | scripts/run.bat | rem ### Configuration which should be placed on server where app is deployed
rem Environment where our app is deployed, configuration will be taken from corresponding dir
@set APP_ENV="prod"
rem Git repository with configuration. Absolute path should be used.
@set CONFIG_FOLDER="properties"
rem For secretProd env, ENCR... | rem ### Configuration which should be placed on server where app is deployed
rem Environment where our app is deployed, configuration will be taken from corresponding dir
@set APP_ENV=prod
rem Git repository with configuration. Absolute path should be used.
@set CONFIG_FOLDER=properties
rem For secretProd env, ENCRYPT_... | Delete doublequotes from set properties values | Delete doublequotes from set properties values
| Batchfile | apache-2.0 | Codepotprivate/butelkatr-blue,Codepotprivate/butelkatr-blue,Codepot-Microservices-2015-08/butelkatr-blue,Codepot-Microservices-2015-08/aggregatr-blue,2015-06-devoxx-microservices/prezentatr.io,tulinski/boot-microservice,Codepotprivate/aggregatr-blue,Codepotprivate/prezentatr-blue,uservices-hackathon/butelkatr.io,Codepo... |
f7f22adcb9793c1c6166d67fd07c1479065f3451 | pyoctree_build.bat | pyoctree_build.bat | REM Set variables for Microsoft Visual Studio for Python 2.7
REM @call "C:\Users\michaelh3\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" amd64
REM Set environ as workaround for bugs (See http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat and http://bugs.pyt... | REM Set variables for Microsoft Visual Studio for Python 2.7
REM @call "C:\Users\michaelh3\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" amd64
REM Set environ as workaround for bugs (See http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat and http://bugs.pyt... | Use MSVC 14.0 (2015) for compiling Python 3.6 | Use MSVC 14.0 (2015) for compiling Python 3.6
| Batchfile | mit | mhogg/pyoctree,mhogg/pyoctree |
7113bae07fc126e29e10be436ffce1b0f2452cb7 | bin/stree.cmd | bin/stree.cmd | @echo off
start "" "C:\Program Files (x86)\Atlassian\SourceTree\SourceTree.exe" -f %~dpn1
| @echo off
set directory=%~f1
if %directory:~-1%==\ set directory=%directory:~0,-1%
start "" "C:\Program Files (x86)\Atlassian\SourceTree\SourceTree.exe" -f %directory%
| Remove trailing slash from directory | Remove trailing slash from directory
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
02b84c6a4fbe7983d031819f0c7c16012593aa6d | 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 | timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_pane... |
f1c31adf88d7ad308d19973d3da9df24d991ed31 | recipes/polars/bld.bat | recipes/polars/bld.bat | FOR /F "delims=" %%i in ('cygpath.exe -u "%SRC_DIR%\rust-nightly-install"') DO set "pfx=%%i"
bash %SRC_DIR%\rust-nightly\install.sh --verbose --prefix=%pfx% --disable-ldconfig --components=rustc,cargo,rust-std-x86_64-pc-windows-msvc
set "PATH=%SRC_DIR%\rust-nightly-install\bin;%PATH%"
maturin build --no-sdist --releas... | FOR /F "delims=" %%i in ('cygpath.exe -u "%SRC_DIR%\rust-nightly-install"') DO set "pfx=%%i"
bash %SRC_DIR%\rust-nightly\install.sh --verbose --prefix=%pfx% --disable-ldconfig --components=rustc,cargo,rust-std-x86_64-pc-windows-msvc
set "PATH=%SRC_DIR%\rust-nightly-install\bin;%PATH%"
maturin build --no-sdist --releas... | Set CMAKE generator for windows | Set CMAKE generator for windows
| Batchfile | bsd-3-clause | johanneskoester/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes |
1b65440a48bd782e6785a4e1f5295c8839ac0ed1 | recipes/tcplotter/bld.bat | recipes/tcplotter/bld.bat | :: Build tcplotter command-line utilities using cmake
:: Change working directory to archive directory
cd "%PKG_NAME%"
:: Create build directory
cd "src"
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
:: Build with cmake
cmake -G "MinGW Makefiles" ..
if errorlevel 1 exit 1
cmake --build .
if erro... | :: Build tcplotter command-line utilities using cmake
:: Change working directory to archive directory
cd "%PKG_NAME%"
:: Create build directory
cd "src"
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
:: Build with cmake
cmake -G "MinGW Makefiles" ..
if errorlevel 1 exit 1
cmake --build -DCMAKE_C... | Test setting C++ standard for Windows build | Test setting C++ standard for Windows build
| Batchfile | bsd-3-clause | johanneskoester/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes |
3bc0c6b314496585ed02584491e5e038b4b67dbd | .buildkite/sign_windows_installer.bat | .buildkite/sign_windows_installer.bat | @echo off
rem This will download the Kolibri windows installer artifact at the windows-2016 buildkite agent.
rem After the installer successfully sign it will upload the signed installer at the Sign Windows installer pipeline artifact.
set current_path=%cd%
buildkite-agent.exe artifact download "installer/*.exe... | @echo off
rem This will download the Kolibri windows installer artifact at the windows-2016 buildkite agent.
rem After the installer successfully sign it will upload the signed installer at the Sign Windows installer pipeline artifact.
set current_path=%cd%
buildkite-agent.exe artifact download "installer/*.exe... | Fix uploaded installer path filename. | Fix uploaded installer path filename.
| Batchfile | mit | learningequality/kolibri,jonboiser/kolibri,indirectlylit/kolibri,mrpau/kolibri,learningequality/kolibri,benjaoming/kolibri,jonboiser/kolibri,learningequality/kolibri,lyw07/kolibri,DXCanas/kolibri,benjaoming/kolibri,indirectlylit/kolibri,indirectlylit/kolibri,indirectlylit/kolibri,mrpau/kolibri,lyw07/kolibri,jonboiser/k... |
696ddc9972b58f516037fe4e3c24336b53ddd2cc | scripts/upload-frontend-test-results.bat | scripts/upload-frontend-test-results.bat | @echo off
cd C:\projects\spectre\src\Spectre.Angular2Client
IF EXIST "C:\projects\spectre\src\Spectre.AngularClient\karma-tests.xml" (
powershell C:\projects\spectre\scripts\Upload-TestResult.ps1 -fileName C:\projects\spectre\src\Spectre.Angular2Client\karma-tests.xml
)
IF EXIST "C:\projects\spectre\src\Spectre.Ang... | @echo off
cd C:\projects\spectre\src\Spectre.Angular2Client
IF EXIST "C:\projects\spectre\src\Spectre.AngularClient\karma-tests.xml" (
powershell C:\projects\spectre\scripts\Upload-TestResult.ps1 -fileName C:\projects\spectre\src\Spectre.AngularClient\karma-tests.xml
)
IF EXIST "C:\projects\spectre\src\Spectre.Angu... | Fix frontend test results uploader | Fix frontend test results uploader
Had old path.
| Batchfile | apache-2.0 | spectre-team/spectre,mg6/spectre,mg6/spectre,mg6/spectre,spectre-team/spectre,spectre-team/spectre |
f46cd69f8ee5b01f30e0948a3713e13f2d67a579 | build-scripts/create-translations.bat | build-scripts/create-translations.bat | @echo off
echo.
echo == Create Translations files
echo.
set TARGET_DIR="..\extracted"
echo.
echo Unknwon-Horizons
cd "%TARGET_DIR%\extracted\unknown-horizons\unknown-horizons-master\development\"
python compile_translation_win.py
dir "%TARGET_DIR%"
| @echo off
echo.
echo == Create Translations files
echo.
set TARGET_DIR="..\extracted"
set msgfmt "..\build-tools\gettext\bin\msgfmt.exe"
echo.
echo Unknwon-Horizons
cd "%TARGET_DIR%\extracted\unknown-horizons\unknown-horizons-master\development"
compile_translation_win.py
dir "%TARGET_DIR%"
| Update create-translation script to use gettext | Update create-translation script to use gettext
| Batchfile | mit | unknown-horizons/uh-installer,unknown-horizons/uh-installer,unknown-horizons/uh-installer |
0178d500ed6e49c1b1abb2b7818a675ade08363f | win-release-build.bat | win-release-build.bat | md build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -G "Visual Studio 14 2015" ..
devenv openrhythm.sln /build
cd ..
pause
| md build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -G "Visual Studio 14 2015 Win64" ..
devenv openrhythm.sln /build
cd ..
pause
| Update windows build script to specify x64 builds. | Update windows build script to specify x64 builds.
| Batchfile | unknown | mdsitton/musicgame,OpenRhythm/OpenRhythm,OpenRhythm/OpenRhythm,mdsitton/musicgame,OpenRhythm/OpenRhythm |
860d2c2d11f02f8a4be737afa2d081775e83f3e4 | buildAll.bat | buildAll.bat | @echo off
SETLOCAL EnableExtensions EnableDelayedExpansion
if [%1] EQU [MSIONLY] goto BUILD_MSI
if [%2] EQU [NOSIGN] (SET DEBUG_CFG=Debug_NoSign) ELSE (SET DEBUG_CFG=Debug)
del *.log
for %%x in (Win7, Win8, Win8.1, Win10, XP) do (
for %%y in (%DEBUG_CFG%, Release) do (
for %%z in (win32, x64) do (
call ... | @echo off
SETLOCAL EnableExtensions EnableDelayedExpansion
if [%1] EQU [MSIONLY] goto BUILD_MSI
if [%2] EQU [NOSIGN] (SET DEBUG_CFG=Debug_NoSign) ELSE (SET DEBUG_CFG=Debug)
del *.log
for %%x in (Win7, Win8, Win8.1, Win10, XP) do (
for %%y in (%DEBUG_CFG%, Release) do (
for %%z in (win32, x64) do (
call ... | Build TMF files after building all binaries | build: Build TMF files after building all binaries
Signed-off-by: Yuri Benditovich <9668326cb042de5d91fd7679dac7ca5ea402812c@daynix.com>
Signed-off-by: Dmitry Fleytman <f50f56ffad4b379c2a89812e98b14900ef87e9ea@redhat.com>
| Batchfile | apache-2.0 | daynix/UsbDk,daynix/UsbDk |
ef08a9504039e2d1011632f876c5318cca5148fc | buildtest.bat | buildtest.bat | @rem Tune environment:
@set COMPILER_CFG_SCRIPT=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat
@set JAVA_HOME=C:\ws\bin\jdk1.5.0_06
@set ANT_HOME=C:\ws\bin\apache-ant-1.6.5
@set SVN_HOME=C:\ws\bin\svn-win32-1.4.2
@set ANT_OPTS=-XX:MaxPermSize=512m -Xmx1000M -Dhttp.proxyHost=my.proxy.com -... | @rem Tune environment:
@set COMPILER_CFG_SCRIPT=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat
@set JAVA_HOME=C:\ws\bin\jdk1.5.0_06
@set ANT_HOME=C:\ws\bin\apache-ant-1.6.5
@set SVN_HOME=C:\ws\bin\svn-win32-1.4.2
@set ANT_OPTS=-XX:MaxPermSize=512m -Xmx1000M -Dhttp.proxyHost=my.proxy.com -... | Correct path separators for; use working directory expansion to setup classpath | Correct path separators for; use working directory expansion to setup classpath
svn path=/harmony/enhanced/buildtest/branches/2.0/; revision=538801
| Batchfile | apache-2.0 | freeVM/freeVM,freeVM/freeVM,freeVM/freeVM,freeVM/freeVM,freeVM/freeVM |
f720080a0b099b68f427aed0ff98c751eef26ac0 | Managed-OSVR/ClientKit/CopyToUnity.cmd | Managed-OSVR/ClientKit/CopyToUnity.cmd | echo on
cd /d "%~dp0"
xcopy "%1" ..\..\OSVR-Unity\Assets\Plugins\%3\ /Y
xcopy "%2osvr*.dll" ..\..\OSVR-Unity\Assets\Plugins\%3\ /Y | echo on
cd /d "%~dp0"
xcopy "%1" ..\..\OSVR-Unity\Assets\Plugins\%3\ /Y
xcopy "%2osvr*.dll" ..\..\OSVR-Unity\Assets\Plugins\%3\ /Y
xcopy "%2msvc*.dll" ..\..\OSVR-Unity\Assets\Plugins\%3\ /Y | Copy the redist files with the Managed-OSVR wrapper. | Copy the redist files with the Managed-OSVR wrapper.
| Batchfile | apache-2.0 | DuFF14/OSVR-Unity,grobm/OSVR-Unity,grobm/OSVR-Unity,OSVR/OSVR-Unity,JeroMiya/OSVR-Unity |
2abd06e2e3ec4598200d613fb12a4afa696efd15 | pw_env_setup/env_setup.bat | pw_env_setup/env_setup.bat | @echo off
:: Copyright 2020 The Pigweed Authors
::
:: 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
::
:: https://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable l... | @echo off
:: Copyright 2020 The Pigweed Authors
::
:: 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
::
:: https://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable l... | Add markers for recipe env testing | Add markers for recipe env testing
Bug: 92
Change-Id: I57dfcde96d8b5942a2624d5e5a88f177b304e6bd
| Batchfile | apache-2.0 | google/pigweed,google/pigweed,google/pigweed,google/pigweed,google/pigweed,google/pigweed,google/pigweed,google/pigweed,google/pigweed,google/pigweed |
8512d0ec2b0e5a49eb0da84951fc31edb28e37bd | NaturalDocs/NaturalDocs.bat | NaturalDocs/NaturalDocs.bat | @echo off
set NaturalDocsParams=
rem Shift and loop so we can get more than nine parameters.
rem This is especially important if we have spaces in file names.
:MORE
if "%1"=="" goto NOMORE
set NaturalDocsParams=%NaturalDocsParams% %1
shift
goto MORE
:NOMORE
perl NaturalDocs %NaturalDocsParams%
set ... | @perl %~dp0NaturalDocs %* | Make the Wndows batch callable from any directory | Make the Wndows batch callable from any directory
The perl script NaturalDocs shuld be referred to with the same path
as the calling batch, otherwise the script would have to be in the
search path. The %~dp0 environment variable points to the directory
which the script is being executed in.
All batch arguments can be... | Batchfile | agpl-3.0 | prantlf/NaturalDocs,prantlf/NaturalDocs,prantlf/NaturalDocs |
855398820c0be7fa247e3af829ec6806c7d450e7 | ci/install.bat | ci/install.bat | curl -sSf https://static.rust-lang.org/dist/rust-1.10.0-i686-pc-windows-msvc.exe -o rust.exe
rust.exe /VERYSILENT /NORESTART /DIR="C:\Rust"
set PATH=%PATH%;C:\Rust\bin
curl -sSf http://releases.llvm.org/%LLVM_VERSION%/LLVM-%LLVM_VERSION%-win32.exe -o LLVM.exe
7z x LLVM.exe -oC:\LLVM
set PATH=%PATH%;C:\LLVM\bin
set LIB... | curl -sSf https://static.rust-lang.org/dist/rust-1.22.1-i686-pc-windows-msvc.exe -o rust.exe
rust.exe /VERYSILENT /NORESTART /DIR="C:\Rust"
set PATH=%PATH%;C:\Rust\bin
curl -sSf http://releases.llvm.org/%LLVM_VERSION%/LLVM-%LLVM_VERSION%-win32.exe -o LLVM.exe
7z x LLVM.exe -oC:\LLVM
set PATH=%PATH%;C:\LLVM\bin
set LIB... | Update Rust version used by Appveyor | Update Rust version used by Appveyor
| Batchfile | apache-2.0 | KyleMayes/clang-sys,KyleMayes/clang-sys |
6aaa6e138810dbe62ac3f51b0fa3e2cfd77bbade | src/Tools/Source/DebuggerVisualizers/Install.cmd | src/Tools/Source/DebuggerVisualizers/Install.cmd | @echo off
set VISUALIZERS=%USERPROFILE%\Documents\Visual Studio 14\Visualizers
set BIN=%~dp0..\..\..\..\Binaries\Debug
copy /y "%BIN%\Roslyn.DebuggerVisualizers.dll" "%VISUALIZERS%"
copy /y "%BIN%\Roslyn.Test.PdbUtilities.dll" "%VISUALIZERS%"
copy /y "%BIN%\System.Reflection.Metadata.dll" "%VISUALIZERS%"
copy /y "%BIN... | @echo off
set VISUALIZERS=%USERPROFILE%\Documents\Visual Studio 2015\Visualizers
set BIN=%~dp0..\..\..\Binaries\Debug
copy /y "%BIN%\Roslyn.DebuggerVisualizers.dll" "%VISUALIZERS%"
copy /y "%BIN%\Roslyn.Test.PdbUtilities.dll" "%VISUALIZERS%"
copy /y "%BIN%\System.Reflection.Metadata.dll" "%VISUALIZERS%"
copy /y "%BIN%... | Update path to VS visualizers | Update path to VS visualizers
| Batchfile | apache-2.0 | supriyantomaftuh/roslyn,huoxudong125/roslyn,mgoertz-msft/roslyn,aanshibudhiraja/Roslyn,v-codeel/roslyn,Pvlerick/roslyn,Giten2004/roslyn,abock/roslyn,lorcanmooney/roslyn,KiloBravoLima/roslyn,pdelvo/roslyn,MihaMarkic/roslyn-prank,ilyes14/roslyn,YOTOV-LIMITED/roslyn,EricArndt/roslyn,balajikris/roslyn,RipCurrent/roslyn,hee... |
7b5c1403286f5ac6fb82503c30e1e44363d6ca02 | local-cli/setup_env.bat | local-cli/setup_env.bat | /**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
| :: Copyright (c) 2015-present, Facebook, Inc.
:: All rights reserved.
::
:: This source code is licensed under the BSD-style license found in the
:: LICENSE file in the root directory of this source tree. An additional grant
:: of patent rights can be found in the PATENTS file in the same directory.
| Fix comments on .bat file | Fix comments on .bat file | Batchfile | bsd-3-clause | andrewljohnson/react-native,andrewljohnson/react-native,andrewljohnson/react-native,andrewljohnson/react-native,andrewljohnson/react-native,andrewljohnson/react-native,andrewljohnson/react-native,andrewljohnson/react-native |
d103afe5d0b969127479351419cf08dcbdcefcc2 | src/main/resources/resources/wrappers/FileJsonPyTorch/train.cmd | src/main/resources/resources/wrappers/FileJsonPyTorch/train.cmd | @ECHO OFF
SET ROOTDIR=%WRAPPER_HOME%
if "%ROOTDIR%"=="" (
set ROOTDIR=%~dp0
)
SET data=%1
shift
SET model=%1
shift
: create var with remaining arguments
set r=%1
:loop
shift
if [%1]==[] goto done
set r=%r% %1
goto loop
:done
if [%PYTHON_BIN%]==[] goto nopython
%PYTHON_BIN% %ROOTDIR%\FileJsonPy... | @ECHO OFF
REM 001
SET ROOTDIR=%WRAPPER_HOME%
if "%ROOTDIR%"=="" (
set ROOTDIR=%~dp0
)
SET data=%1
shift
SET model=%1
shift
: create var with remaining arguments
set r=%1
:loop
shift
if [%1]==[] goto done
set r=%r% %1
goto loop
:done
if [%PYTHON_BIN%]==[] goto nopython
%PYTHON_BIN% %ROOTDIR%\Fil... | Tag the windows script, so we can see if we get the right one | Tag the windows script, so we can see if we get the right one
| Batchfile | lgpl-2.1 | GateNLP/gateplugin-LearningFramework,GateNLP/gateplugin-LearningFramework,GateNLP/gateplugin-LearningFramework,GateNLP/gateplugin-LearningFramework,GateNLP/gateplugin-LearningFramework |
fcd5f6ba3a19e7b349559c2616e0dd4dce81ec35 | tools/windows/sign_msi.bat | tools/windows/sign_msi.bat | @echo off
set DIST_DIR=dist
set CERTIFICATE_PATH=%USERPROFILE%\certificates\nuxeo.com.pfx
set MSI_PROGRAM_NAME="Nuxeo Drive"
set TIMESTAMP_URL=http://timestamp.verisign.com/scripts/timstamp.dll
set SIGN_CMD=signtool sign /v /f %CERTIFICATE_PATH% /d %MSI_PROGRAM_NAME% /t %TIMESTAMP_URL%
set VERIFY_CMD=signtool verify ... | @echo off
set DIST_DIR=dist
set CERTIFICATE_PATH="%USERPROFILE%\certificates\nuxeo.com.pfx"
set MSI_PROGRAM_NAME="Nuxeo Drive"
set TIMESTAMP_URL=http://timestamp.verisign.com/scripts/timstamp.dll
set SIGN_CMD=signtool sign /v /f %CERTIFICATE_PATH% /d %MSI_PROGRAM_NAME% /t %TIMESTAMP_URL%
set VERIFY_CMD=signtool verif... | Use quotes around PFX certificate path in msi signing batch script | NXP-12981: Use quotes around PFX certificate path in msi signing batch script
| Batchfile | lgpl-2.1 | DirkHoffmann/nuxeo-drive,loopingz/nuxeo-drive,rsoumyassdi/nuxeo-drive,DirkHoffmann/nuxeo-drive,ssdi-drive/nuxeo-drive,arameshkumar/base-nuxeo-drive,arameshkumar/nuxeo-drive,arameshkumar/base-nuxeo-drive,arameshkumar/base-nuxeo-drive,IsaacYangSLA/nuxeo-drive,DirkHoffmann/nuxeo-drive,IsaacYangSLA/nuxeo-drive,loopingz/nux... |
d0a08c675ab765b1668899498851fecb0b8449b0 | CreateTestresults.cmd | CreateTestresults.cmd | @pushd %~dp0
ECHO Remember to build the solution first!
REM pause
Cd "%~dp0\TestHarness\packages\NUnit.Runners.*\tools"
"nunit-console.exe" "%~dp0\TestHarness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit.xml" /nologo /nodots
pause
@popd | @pushd %~dp0
ECHO Remember to build the solution first!
REM pause
Cd "%~dp0\TestHarness\packages\NUnit.Runners.*\tools"
"nunit-console.exe" "%~dp0\TestHarness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit.xml" /nologo /nodots
Cd "%~dp0\TestHarness\packages\SpecRun.Runner.*\tools"
... | Add ability to create specrun report | Add ability to create specrun report
| Batchfile | apache-2.0 | picklesdoc/pickles-testresults,picklesdoc/pickles-testresults,dirkrombauts/pickles-testresults,dirkrombauts/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults |
69cfd66f9a4d2260a0b625c1986a2e5b396c16c5 | buildAndRunTests.bat | buildAndRunTests.bat | SETLOCAL
SET MSBUILD="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
SET NUGET="%ProgramFiles(x86)%\MSBuild\14.0\Bin\Nuget.exe"
SET MSTEST="%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\IDE\MSTest.exe"
REM Dump the environment variables.
SET FAILED=0
SET
CD bigquery\api\BigQueryUtil
%NUGET% rest... | SETLOCAL
SET MSBUILD="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
SET NUGET="%ProgramFiles(x86)%\MSBuild\14.0\Bin\Nuget.exe"
SET MSTEST="%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\IDE\MSTest.exe"
SET FAILED=0
CD bigquery\api\BigQueryUtil
%NUGET% restore
%MSBUILD% && %MSTEST% /testcontainer:... | Stop dumping the environment variables. | Stop dumping the environment variables.
| Batchfile | apache-2.0 | jsimonweb/csharp-docs-samples,jsimonweb/csharp-docs-samples,jsimonweb/csharp-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,jsimonweb/csharp-docs-samples |
e6d93c415970dc08193a3987416c75abf2c203e0 | mb-gui.bat | mb-gui.bat | @echo off
set AVALON_LABEL=Mindbender
%~dp0bin\windows\python36\python.exe -u %~dp0avalon.py | @echo off
:: Backwards compatibility
if not defined AVALON_PROJECTS set AVALON_PROJECTS=%MINDBENDER_PROJECTS%
if not defined AVALON_MONGO set AVALON_MONGO=%MINDBENDER_MONGO%
if not defined AVALON_LOCATION set AVALON_LOCATION=%MINDBENDER_LOCATION%
set AVALON_LABEL=Mindbender
%~dp0bin\windows\python36\python.exe -u %~... | Add backwards compatibility for fellow freelancers | Add backwards compatibility for fellow freelancers
| Batchfile | mit | mottosso/mindbender-setup,mottosso/mindbender-setup,mottosso/mindbender-setup |
3942f9689c9f72ebf77d5d180f1dc295f71ad998 | recipes/libavif/bld.bat | recipes/libavif/bld.bat | mkdir build
cd build
if errorlevel 1 exit /b 1
:: Other codecs cannot be enabled because they are not on conda-forge
cmake .. -GNinja ^
-DCMAKE_INSTALL_PREFIX="%PREFIX%" ^
-DCMAKE_INSTALL_LIBDIR=lib ^
-DCMAKE_BUILD_TYPE=Release ^
-DBUILD_SHARED_LIBS=ON ^
-DAVIF_BUILD_TESTS=ON ^
-DAVIF_CODEC_AOM=ON ^
-DAVIF_CODEC_SVT=O... | mkdir build
cd build
if errorlevel 1 exit /b 1
:: Other codecs cannot be enabled because they are not on conda-forge
cmake .. -GNinja ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_INSTALL_LIBDIR=lib ^
-DCMAKE_BUILD_TYPE=Release ^
-DBUILD_SHARED_LIBS=ON ^
-DAVI... | Use correct install path for Windows | Use correct install path for Windows | Batchfile | bsd-3-clause | stuertz/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,jaki... |
761d56c5156233585fe2b3578e35c26cac8ab327 | 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 -x *.ncb -x *.sbr -x *.ilk -x *.idb
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 -x *.dpsession
cd scite
| Exclude profiler fiels from zip. | Exclude profiler fiels from zip.
| Batchfile | isc | R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone |
3027deb252264abcc485a27e79e5bc56741f3bba | src/client/gyp.bat | src/client/gyp.bat | @echo off
set PROTOC=%~dp0\depends\\protoc.exe
set PROTOBUF=%~dp0\depends\protobuf-2.5.0
set GTEST=%~dp0\depends\gtest-1.7.0
set ZLIB=%~dp0\depends\zlib-1.2.8
set WTL80=%~dp0\depends\wtl80\
set GYP=%~dp0\depends\gyp
call %gyp%\gyp.bat --depth %~dp0 -I build\common.gypi -G msvs_version=2012
python build_x86_x64_... | @echo off
set PROTOC=%~dp0\depends\protoc.exe
set PROTOBUF=%~dp0\depends\protobuf-2.5.0
set GTEST=%~dp0\depends\gtest-1.7.0
set ZLIB=%~dp0\depends\zlib-1.2.8
set WTL80=%~dp0\depends\wtl80\
set GYP=%~dp0\depends\gyp
if not defined MSVS_VERSION set MSVS_VERSION=2012
call %gyp%\gyp.bat --depth %~dp0 -I build\commo... | Support MSVS 2013 by setting environment variable MSVS_VERSION. | Support MSVS 2013 by setting environment variable MSVS_VERSION.
| Batchfile | apache-2.0 | runt18/google-input-tools,google/google-input-tools,runt18/google-input-tools,runt18/google-input-tools,rsadam-google/google-input-tools,google/google-input-tools,google/google-input-tools,rsadam-google/google-input-tools,google/google-input-tools,googlei18n/google-input-tools,rsadam-google/google-input-tools,runt18/go... |
a536c385b103de17b652926be31025e43d8e396b | sql/src/test/mapi/Tests/python_test_monetdb_sql.SQL.bat | sql/src/test/mapi/Tests/python_test_monetdb_sql.SQL.bat | @echo off
call monetdb-clients-config --internal
rem must be aligned with the installation directory chosen in
rem clients/src/python/test/Makefile.ag
set testpath=%TSTSRCBASE%\..\python\test
set PYTHONPATH=%testpath%;%PYTHONPATH%
prompt # $t $g
echo on
python %testpath%/runtests.py
| @echo off
call monetdb-clients-config --internal
rem must be aligned with the installation directory chosen in
rem clients/src/python/test/Makefile.ag
set testpath=%TSTSRCBASE%\..\python\test
set PYTHONPATH=%testpath%;%PYTHONPATH%
prompt # $t $g
echo on
python "%testpath%/runtests.py"
| Use quotes around file names. | Use quotes around file names.
| Batchfile | mpl-2.0 | zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb |
196b5ac09cc973474f19713b28553e5359d0031a | fop.bat | fop.bat | @ECHO OFF
set LIBDIR=lib
set LOCALCLASSPATH=build/fop.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik.jar
set LOCALCLASSPATH=%L... | @ECHO OFF
set LIBDIR=lib
set LOCALCLASSPATH=build/fop.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik.jar
set LOCALCLASSPATH=%L... | Update for new Avalon Framework version | Update for new Avalon Framework version
git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196184 13f79535-47bb-0310-9956-ffa450edef68
| Batchfile | apache-2.0 | spepping/fop-cs,Distrotech/fop,spepping/fop-cs,StrategyObject/fop,StrategyObject/fop,argv-minus-one/fop,Distrotech/fop,spepping/fop-cs,argv-minus-one/fop,argv-minus-one/fop,argv-minus-one/fop,argv-minus-one/fop,StrategyObject/fop,StrategyObject/fop,Distrotech/fop,StrategyObject/fop,spepping/fop-cs,Distrotech/fop |
41b02ca4dc5f4f27f4e66e2e10a0353ebf662136 | tests/test-recipes/metadata/source_git/bld.bat | tests/test-recipes/metadata/source_git/bld.bat | if not exist .git exit 1
git describe --tags --dirty
if errorlevel 1 exit 1
for /f "delims=" %%i in ('git describe') do set gitdesc=%%i
if errorlevel 1 exit 1
echo "%gitdesc%"
if not "%gitdesc%"=="1.8.1" exit 1
git status
if errorlevel 1 exit 1
set PYTHONPATH=.
python -c "import conda_build; assert conda_build.__versio... | if not exist .git exit 1
git describe --tags --dirty
if errorlevel 1 exit 1
for /f "delims=" %%i in ('git describe') do set gitdesc=%%i
if errorlevel 1 exit 1
echo "%gitdesc%"
if not "%gitdesc%"=="1.8.1" exit 1
git status
if errorlevel 1 exit 1
git diff
if errorlevel 1 exit 1
set PYTHONPATH=.
python -c "import conda_bu... | Print the git diff for debug purposes in a test | Print the git diff for debug purposes in a test
| Batchfile | bsd-3-clause | sandhujasmine/conda-build,rmcgibbo/conda-build,sandhujasmine/conda-build,ilastik/conda-build,mwcraig/conda-build,sandhujasmine/conda-build,mwcraig/conda-build,frol/conda-build,dan-blanchard/conda-build,rmcgibbo/conda-build,ilastik/conda-build,dan-blanchard/conda-build,frol/conda-build,mwcraig/conda-build,frol/conda-bui... |
0f1037e47e93ce867498ac3421bbcb02e435bb1d | appveyor/setup_fftw_dlls.cmd | appveyor/setup_fftw_dlls.cmd | @ECHO OFF
call "%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Setup\WindowsSdkVer.exe" -q -version:%WINDOWS_SDK_VERSION%
call "%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Bin\SetEnv.cmd"
ECHO Downloading DLL files
IF %PYTHON_ARCH% == 64 (
call appveyor DownloadFile "ftp://ftp.fftw.org/pub/fftw/fftw-3.3.4-dll64.zip"
SET FFTW_D... | @ECHO OFF
call "%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Setup\WindowsSdkVer.exe" -q -version:%WINDOWS_SDK_VERSION%
call "%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Bin\SetEnv.cmd"
ECHO Downloading DLL files
IF %PYTHON_ARCH% == 64 (
call appveyor DownloadFile "ftp://ftp.fftw.org/pub/fftw/fftw-3.3.4-dll64.zip"
SET MACHIN... | Set the lib machine explicitly. | Set the lib machine explicitly.
| Batchfile | bsd-3-clause | hgomersall/pyFFTW,hgomersall/pyFFTW,hgomersall/pyFFTW |
df002a09bbd22dfdd74095bd6122776cd34d7876 | util/win/prepare.bat | util/win/prepare.bat | @echo off
set SELF_PATH=%~dp0
call %SELF_PATH%\env.bat
mkdir qtcreator-latest
mklink /D %QT_DIR% qtcreator-latest\Qt
if "%VERSION%"=="" set VERSION=debug
echo %VERSION%>qtcreator-latest\version
if exist qtcreator-latest/src goto build
mkdir download
if not exist download/src.zip curl -fsSLk -o download\src.zip h... | @echo off
set SELF_PATH=%~dp0
call %SELF_PATH%\env.bat
mkdir qtcreator-latest
mklink /D %QT_DIR% qtcreator-latest\Qt
if "%VERSION%"=="" set VERSION=debug
echo %VERSION%>qtcreator-latest\version
if exist qtcreator-latest/src goto build
mkdir download
if not exist download/src.zip curl -fsSLk -o download\src.zip h... | Remove unnecessary data from cache. | Remove unnecessary data from cache.
| Batchfile | mit | OneMoreGres/qtc-cppcheck,OneMoreGres/qtc-cppcheck |
ad294e0055034e551f6a57c8f61993818e53d463 | Scripts/BuildGame.bat | Scripts/BuildGame.bat | @echo off
rem =======================================================
rem Settings
rem =======================================================
set Platform=Win64
set BuildMode=Test
set SessioName=Release
set SessionOwner=AutoBuild
rem =======================================================
rem Release variables
rem... | @echo off
rem =======================================================
rem Settings
rem =======================================================
set Platform=Win64
set BuildMode=Development
set SessioName=Release
set SessionOwner=AutoBuild
rem =======================================================
rem Release variab... | Stop doing "Test" builds for now | Stop doing "Test" builds for now
| Batchfile | bsd-3-clause | arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain |
3ec08a5c743275f0be7dec3038e2ef51dbce5275 | scripts/appveyor_install.cmd | scripts/appveyor_install.cmd | @ECHO OFF
:: Output dotnet info
dotnet --info
SET number=00000%APPVEYOR_BUILD_NUMBER%
SET STEELTOE_VERSION=1.1.0
SET STEELTOE_VERSION_SUFFIX=%APPVEYOR_REPO_BRANCH%-%number:~-5%
IF NOT "%APPVEYOR_REPO_TAG_NAME%"=="" SET STEELTOE_VERSION_SUFFIX=%APPVEYOR_REPO_TAG_NAME:~6,5%
echo %STEELTOE_VERSION_SUFFIX%
SET BUILD_TYPE... | @ECHO OFF
:: Output dotnet info
dotnet --info
SET number=00000%APPVEYOR_BUILD_NUMBER%
SET STEELTOE_VERSION=1.1.0
SET STEELTOE_VERSION_SUFFIX=%APPVEYOR_REPO_BRANCH%-%number:~-5%
IF NOT "%APPVEYOR_REPO_TAG_NAME%"=="" SET STEELTOE_VERSION_SUFFIX=%APPVEYOR_REPO_TAG_NAME:~6,5%
SET STEELTOE_VERSION_SUFFIX=%STEELTOE_VERSION_... | Trim whitespace in version suffix | Trim whitespace in version suffix
| Batchfile | apache-2.0 | SteelToeOSS/Configuration,SteelToeOSS/Configuration,SteelToeOSS/Configuration |
390cd8c84d74477688402230a62d339677e48bbc | packer/vagrant/scripts/windows/msys2-install.bat | packer/vagrant/scripts/windows/msys2-install.bat | if not exist "C:\Windows\Temp\msys2.exe" (
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-x86_64-20200720.exe', 'C:\Windows\Temp\msys2.exe'... | if not exist "C:\Windows\Temp\msys2.exe" (
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-x86_64-20200720.exe', 'C:\Windows\Temp\msys2.exe'... | Fix option used for msys2 installation | Fix option used for msys2 installation
| Batchfile | mit | mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers |
31a9fc32d77f3b39d74eea03542a2a505a7ad57e | src/Couchbase.Lite.Tests.UWP/run_tests.bat | src/Couchbase.Lite.Tests.UWP/run_tests.bat | @echo off
msbuild /p:Configuration=Release /p:Platform=x64 Couchbase.Lite.Tests.UWP.csproj
vstest.console.exe /InIsolation /Platform:x64 /Framework:FrameworkUap10 bin\Release\Couchbase.Lite.Tests.UWP.build.appxrecipe /Logger:trx | @echo off
msbuild /p:Configuration=Release /p:Platform=x64 Couchbase.Lite.Tests.UWP.csproj
vstest.console.exe /InIsolation /Platform:x64 /Framework:FrameworkUap10 bin\x64\Release\Couchbase.Lite.Tests.UWP.build.appxrecipe /Logger:trx | Fix scripting mistake for launching UWP tests | Fix scripting mistake for launching UWP tests
| Batchfile | apache-2.0 | couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net |
0f8e6daf54c8d2bd2f1414ff4c0e09405bbfe882 | taverna-workbench-product/src/main/etc/taverna.bat | taverna-workbench-product/src/main/etc/taverna.bat | @ECHO OFF
REM Taverna startup script
REM distribution directory
set TAVERNA_HOME=%~dp0
REM 300 MB memory, 140 MB for classes
set ARGS=-Xmx300m -XX:MaxPermSize=140m
REM Taverna system properties
set ARGS=%ARGS% "-Dlog4j.configuration=file:///%TAVERNA_HOME%conf/log4j.properties"
set ARGS=%ARGS% "-Djava.util.logging.... | @ECHO OFF
REM Taverna startup script
REM distribution directory
set TAVERNA_HOME=%~dp0
REM 300 MB memory, 140 MB for classes
set ARGS=-Xmx300m -XX:MaxPermSize=140m
REM Taverna system properties
set ARGS=%ARGS% "-Dlog4j.configuration=file:///%TAVERNA_HOME%conf/log4j.properties"
set ARGS=%ARGS% "-Djava.util.logging.... | Correct jar path for windows BAT | Correct jar path for windows BAT
git-svn-id: 69cf1ede49ac15a494fe8ca6de9793745495e813@15218 bf327186-88b3-11dd-a302-d386e5130c1c
| Batchfile | apache-2.0 | apache/incubator-taverna-workbench-product |
5ededcb5f2d1dac9b6dd6346a72ca402b82e6670 | cipd.bat | cipd.bat | @echo off
:: Copyright (c) 2016 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
powershell -NoProfile -ExecutionPolicy RemoteSigned -File "%~dp0\cipd.ps1" %*
| @echo off
:: Copyright (c) 2016 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
:: To allow this powershell script to run if it was a byproduct of downloading
:: and unzipping the depot_tools.zip distribution, we c... | Clear Zone.Identifier to allow depot_tools.zip bootstrap | Clear Zone.Identifier to allow depot_tools.zip bootstrap
BUG=680274
Change-Id: I47fd8d7a5380aca49c873006c4f66732b21bee37
Reviewed-on: https://chromium-review.googlesource.com/427323
Reviewed-by: Vadim Shtayura <9f116ddb1b24f6fc1916a676eb17161b6c07dfc1@chromium.org>
Commit-Queue: Robbie Iannucci <40f3d43a28ebae3cb8192... | Batchfile | bsd-3-clause | CoherentLabs/depot_tools,CoherentLabs/depot_tools |
644afaae330f170e9e83a8bff05e87f2ee75b4b1 | build-and-test.cmd | build-and-test.cmd | @echo off
setlocal
set _projectName=CommandLine
set _testProject=test\%_projectName%.tests.csproj
set _analyzerTestProject=analyzer\%_projectName%.Analyzer.Test\%_projectName%.Analyzer.Test.csproj
set _config=%1
if not defined _config (
set _config=Debug
)
echo --------------------------
echo !!! Restoring package... | @echo off
setlocal
set _projectName=CommandLine
set _testProject=test\%_projectName%.tests.csproj
set _analyzerTestProject=analyzer\%_projectName%.Analyzer.Test\%_projectName%.Analyzer.Test.csproj
set _config=%1
if not defined _config (
set _config=Debug
)
echo --------------------------
echo !!! Restoring package... | Make sure we pass the configuration to the nested script. | Make sure we pass the configuration to the nested script.
| Batchfile | mit | AlexGhiondea/CommandLine,AlexGhiondea/CommandLine |
4f1ee4cc8663f2127daeca9e894757278058ba9f | src/DataCollector/CollectData.bat | src/DataCollector/CollectData.bat | start E:\projects\tradebuild-platform\Bin\DataCollector27.exe /config:"Collect to DB" /log:logDB.log /showmonitor /posn:0,1 /startAt:Sun22:00 /endAt:Fri22:00 /exitAt:Fri22:05 /loglevel:N /noDataRestartSecs:300 /quantum:50
start E:\projects\tradebuild-platform\Bin\DataCollector27.exe /config:"Collect to files" /log:logF... | start E:\projects\tradebuild-platform\Bin\DataCollector27.exe /config:"Collect to DB" /log:logDB.log /showmonitor /posn:0,1 /startAt:Sun22:00 /endAt:Sat22:00 /exitAt:Sat22:05 /loglevel:H /noDataRestartSecs:300 /quantum:50
start E:\projects\tradebuild-platform\Bin\DataCollector27.exe /config:"Collect to files" /log:logF... | Adjust DataCollector.bat to allow testing on Saturdays | Adjust DataCollector.bat to allow testing on Saturdays
| Batchfile | mit | rlktradewright/tradebuild-platform |
3d8d562ed69992e40dbc1c45bb2ed049be76d032 | recipes/openblas/bld.bat | recipes/openblas/bld.bat | :: Setup a build directory.
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
:: Configure, build, test, and install using `nmake`.
cmake -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
... | :: Setup a build directory.
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
:: Configure, build, test, and install using `nmake`.
cmake -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
... | Drop some options from the Windows build. | openblas: Drop some options from the Windows build.
| Batchfile | bsd-3-clause | shadowwalkersb/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,grlee77/staged-recipes,pstjohn/staged-recipes,hadim/staged-recipes,Cashalow/staged-recipes,bmabey/staged-recipes,cpaulik/staged-recipes,basnijholt/staged-recipes,kwilcox/staged-recipes,cpaulik/staged-recipes,glemaitre/staged-recipes,vamega/st... |
44f42237bb2be0b5c88fc2106b838606c7377d55 | recipes/yaml-cpp/run_test.bat | recipes/yaml-cpp/run_test.bat | cd test
if errorlevel 1 exit 1
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
cmake .. ^
-GNinja ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_LIBRARY_PATH:PATH=%LIBRARY_PREFIX%\lib ^
-DCMAKE_VERBOSE_MAKEFILE=ON
echo "CMake finished"
if errorlevel 1 exit 1
echo "CMake okay"
ni... | cd test
if errorlevel 1 exit 1
mkdir build
if errorlevel 1 exit 1
cd build
if errorlevel 1 exit 1
cmake .. ^
-GNinja ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_LIBRARY_PATH:PATH=%LIBRARY_PREFIX%\lib ^
-DCMAKE_VERBOSE_MAKEFILE=ON
echo "CMake finished"
if errorlevel 1 exit 1
echo "CMake okay"
ni... | Change `Ninja finished` to `Test finished` | Change `Ninja finished` to `Test finished` | Batchfile | bsd-3-clause | isuruf/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,asmeurer/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,mcs07/staged-recipes,synapticarbors/staged-recipes,patricksnape/staged-recipes,Juanlu001/staged-recipes,jakirkham/staged-recipes,rmcgibbo/staged-recipes,stuertz/staged-recipes,... |
1bcbb6b538c49f255b86098fcafb75ca02df5c5e | 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.609" -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.62" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| Patch for version 0.62 update | [Nomad] Patch for version 0.62 update
| Batchfile | mit | Visagalis/Oxide,Visagalis/Oxide,LaserHydra/Oxide,LaserHydra/Oxide |
d7c5f8d128744cb55e483cd0064ad68fc0dc3107 | run.cmd | run.cmd | @ECHO OFF
SET TOP_DIR=%~dp0
CALL %TOP_DIR%\bin\dsn.run.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
| @ECHO OFF
SET TOP_DIR=%~dp0
CALL "%TOP_DIR%\bin\dsn.run.cmd" %1 %2 %3 %4 %5 %6 %7 %8 %9
| Fix the issue that rDSN source directory contains blanks. | Fix the issue that rDSN source directory contains blanks.
| Batchfile | mit | Microsoft/rDSN,Microsoft/rDSN,Microsoft/rDSN,Microsoft/rDSN,Microsoft/rDSN,Microsoft/rDSN,Microsoft/rDSN,Microsoft/rDSN |
ecbc377ad4773d5c13892965127b46d73c99f8ca | Source/Tools/SharpGen/RunGenerator.bat | Source/Tools/SharpGen/RunGenerator.bat | REM @ECHO OFF
REM Run the generator from the current configuration
setlocal
pushd "%~dp0\Bin\%1"
ECHO "%~dp0msdndoc.zip"
xcopy /D /Y "%~dp0MSDNDoc.zip" .
REM Find a VS 2017 installation with the C++ toolset installed.
set InstallDir=
for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -... | REM @ECHO OFF
REM Run the generator from the current configuration
setlocal
pushd "%~dp0\Bin\%1"
ECHO "%~dp0msdndoc.zip"
xcopy /D /Y "%~dp0MSDNDoc.zip" .
REM Find a VS 2017 installation with the C++ toolset installed.
set InstallDir=
for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -... | Remove Windows 10 SDK requirement from the SharpGen batch script (this requirement is enforced with the Mapping files) | Remove Windows 10 SDK requirement from the SharpGen batch script (this requirement is enforced with the Mapping files)
| Batchfile | mit | andrewst/SharpDX,waltdestler/SharpDX,sharpdx/SharpDX,waltdestler/SharpDX,waltdestler/SharpDX,andrewst/SharpDX,sharpdx/SharpDX,waltdestler/SharpDX,andrewst/SharpDX,sharpdx/SharpDX |
18cba28ec6409e7262de457c51a7071a58494b22 | src/Tools/Source/DebuggerVisualizers/Install.cmd | src/Tools/Source/DebuggerVisualizers/Install.cmd | @echo off
set VISUALIZERS=%USERPROFILE%\Documents\Visual Studio 14\Visualizers
set BIN=%~dp0..\..\..\..\Binaries\Debug
copy /y "%BIN%\Roslyn.DebuggerVisualizers.dll" "%VISUALIZERS%"
copy /y "%BIN%\Roslyn.Test.PdbUtilities.dll" "%VISUALIZERS%"
copy /y "%BIN%\System.Reflection.Metadata.dll" "%VISUALIZERS%"
copy /y "%BIN... | @echo off
set VISUALIZERS=%USERPROFILE%\Documents\Visual Studio 2015\Visualizers
set BIN=%~dp0..\..\..\Binaries\Debug
copy /y "%BIN%\Roslyn.DebuggerVisualizers.dll" "%VISUALIZERS%"
copy /y "%BIN%\Roslyn.Test.PdbUtilities.dll" "%VISUALIZERS%"
copy /y "%BIN%\System.Reflection.Metadata.dll" "%VISUALIZERS%"
copy /y "%BIN%... | Update path to VS visualizers | Update path to VS visualizers
| Batchfile | apache-2.0 | yeaicc/roslyn,managed-commons/roslyn,ericfe-ms/roslyn,CyrusNajmabadi/roslyn,jeremymeng/roslyn,xoofx/roslyn,mattwar/roslyn,RipCurrent/roslyn,weltkante/roslyn,basoundr/roslyn,tmeschter/roslyn,michalhosala/roslyn,AlexisArce/roslyn,v-codeel/roslyn,tannergooding/roslyn,ilyes14/roslyn,stebet/roslyn,enginekit/roslyn,ValentinR... |
645c955efd3744b64e6712a3de27f4dbe9938608 | 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.75" -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.76" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| Patch for version 0.76 update | [Nomad] Patch for version 0.76 update
| Batchfile | mit | Visagalis/Oxide,Visagalis/Oxide,LaserHydra/Oxide,LaserHydra/Oxide |
0df5f369923da965dfb78554692331ba8167af3e | package/lib-acl-17.06/build.bat | package/lib-acl-17.06/build.bat | @echo off
rem *******************************************************************************************************************************
mkdir "%INSTALL_DIR%\src\obj"
cd "%INSTALL_DIR%\src\obj"
"%CK_MAKE%" -j %CK_HOST_CPU_NUMBER_OF_PROCESSORS% -f "%ORIGINAL_PACKAGE_DIR%\Makefile" %*
set code=%errorlevel%
if %c... | @echo off
rem *******************************************************************************************************************************
mkdir "%INSTALL_DIR%\src\obj"
cd "%INSTALL_DIR%\src\obj"
"%CK_MAKE%" -j %CK_HOST_CPU_NUMBER_OF_PROCESSORS% -f "%ORIGINAL_PACKAGE_DIR%\Makefile" %*
set code=%errorlevel%
if %c... | Fix lib-acl-17.06 includes copying for Windows | Fix lib-acl-17.06 includes copying for Windows
| Batchfile | bsd-3-clause | ctuning/ck-math,ctuning/ck-math,ctuning/ck-math,ctuning/ck-math |
e4d7acb2cbd97274e04663d393ccd762d5d57424 | sdk-build-tools/build-packages-teamcity.cmd | sdk-build-tools/build-packages-teamcity.cmd | @ECHO OFF
REM TeamCity chokes on the COMPONENTS_VERSION processing here, it thinks
REM COMPONENTS_VERSION is required going into the build step when we would
REM define it in the build step.
SETLOCAL
REM ---------------------------------------------------------------------------
REM Check usage
REM -----------------... | @ECHO OFF
REM TeamCity chokes on the COMPONENTS_VERSION processing here, it thinks
REM COMPONENTS_VERSION is required going into the build step when we would
REM define it in the build step.
SETLOCAL
REM ---------------------------------------------------------------------------
REM Check usage
REM -----------------... | Clean up build debug blather | Clean up build debug blather
| Batchfile | mit | SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk |
eb4b473b403d5a629f1ac30cc6953596261003c9 | scripts/build-release-nuget-packages.bat | scripts/build-release-nuget-packages.bat | @echo off
pushd %~dp0..
SET nuget_source=https://api.nuget.org/v3/index.json
SET myget_source=https://www.myget.org/F/aeron/api/v2/package
del nupkgs\*.nupkg
call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output ..\..\nupkgs
call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.c... | @echo off
pushd %~dp0..
SET nuget_source=https://api.nuget.org/v3/index.json
del nupkgs\*.nupkg
call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output ..\..\nupkgs
call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output ..\..\nupkgs
call dotne... | Change Aeron.Cluster to release to NuGet | Change Aeron.Cluster to release to NuGet
| Batchfile | apache-2.0 | AdaptiveConsulting/Aeron.NET,AdaptiveConsulting/Aeron.NET |
4f4b942b33a31a8c84d5e889501bee3b935baa00 | Testing/Tests/run_v2.cmd | Testing/Tests/run_v2.cmd | @echo off
..\..\Tools\PhpNetTester.exe /compiler:..\..\Deployment\Debug\phpc.exe /php:..\..\Tools\PHP\php.exe
del /s *.pdb *.exe EmittedNodes.csv LibraryCalls.csv UnknownCalls.csv __input.txt Debug.log > nul
pause
| @echo off
..\..\Tools\PhpNetTester.exe /compiler:..\..\Deployment\Debug\phpc.exe /php:..\..\Tools\PHP\php.exe
del /s *.pdb *.exe EmittedNodes.csv LibraryCalls.csv UnknownCalls.csv __input.txt Debug.log > nul
@echo Deleting empty log files...
for /f "delims=" %%i in ('dir /s/b/a-d *.log') do if %~zi==0 del %%i
pa... | Test runner batch now deletes empty log files. | Test runner batch now deletes empty log files.
| Batchfile | apache-2.0 | kendallb/Phalanger,diddledan/Phalanger,DEVSENSE/Phalanger,diddledan/Phalanger,diddledan/Phalanger,DEVSENSE/Phalanger,DEVSENSE/Phalanger,kendallb/Phalanger,DEVSENSE/Phalanger,diddledan/Phalanger,kendallb/Phalanger,kendallb/Phalanger,DEVSENSE/Phalanger,diddledan/Phalanger,DEVSENSE/Phalanger,kendallb/Phalanger,kendallb/Ph... |
d8b8e580664a4810319fdb218dd7fbbbb849ed07 | windows/floppy/windows-2012-standard-amd64/configure.bat | windows/floppy/windows-2012-standard-amd64/configure.bat | :: %~dp0 gives the dirname of the script
cmd /c %~dp0common.bat
| :: %~dp0 gives the dirname of the script
cmd /c %~dp0install-cygwin-sshd.bat | Remove a level of indirection | Remove a level of indirection
| Batchfile | mpl-2.0 | michel-slm/packer-qemu-templates,mbassett/packer-qemu-templates,entropicgestalt/packer-qemu-templates,jakobadam/packer-qemu-templates,gregjan/packer-qemu-templates |
0966799c8add1c6a94e3bfc4a7c5daf2d7a9ffce | CSharp/Library/pushpackage.cmd | CSharp/Library/pushpackage.cmd | @if "%1" == "" goto :needpackage
@if "%2" == "" goto :needfeed
..\packages\NuGet.CommandLine.3.3.0\tools\nuget push %1 -Source https://fuselabs.pkgs.visualstudio.com/DefaultCollection/_packaging/packages/nuget/v3/index.json -ApiKey %2
@goto end
:needpackage
@echo "You need to pass a package as first parameter"
@goto ... | @if "%1" == "" goto :needpackage
@if "%2" == "" goto :needfeed
..\packages\NuGet.CommandLine.3.4.3\tools\nuget push %1 -Source https://fuselabs.pkgs.visualstudio.com/DefaultCollection/_packaging/packages/nuget/v3/index.json -ApiKey %2
@goto end
:needpackage
@echo "You need to pass a package as first parameter"
@goto ... | Change to use latest nuget. | Change to use latest nuget.
| Batchfile | mit | msft-shahins/BotBuilder,dr-em/BotBuilder,stevengum97/BotBuilder,msft-shahins/BotBuilder,mmatkow/BotBuilder,yakumo/BotBuilder,dr-em/BotBuilder,xiangyan99/BotBuilder,Clairety/ConnectMe,yakumo/BotBuilder,xiangyan99/BotBuilder,Clairety/ConnectMe,stevengum97/BotBuilder,xiangyan99/BotBuilder,yakumo/BotBuilder,mmatkow/BotBuil... |
870e8881738ffff5a81b6026c60b9b452cf33e41 | build/GenerateProjects.bat | build/GenerateProjects.bat | @echo off
goto menu
:menu
echo Build Project Generator:
echo.
echo [0] Clean
echo [1] Visual C++ 2010
echo [2] Visual C++ 2008
echo [3] CodeLite
echo [4] GNU Make
echo.
:choice
set /P C="Choice: "
if "%C%"=="4" goto gmake
if "%C%"=="3" goto codelite
if "%C%"=="2" goto vs2008
if "%C%"=="1" goto vs2010
if "%C%"=="0" go... | @echo off
goto menu
:menu
echo Build Project Generator:
echo.
echo [0] Clean
echo [1] Visual C++ 2010
echo [2] Visual C++ 2012
echo [3] CodeLite
echo [4] GNU Make
echo.
:choice
set /P C="Choice: "
if "%C%"=="4" goto gmake
if "%C%"=="3" goto codelite
if "%C%"=="2" goto vs2012
if "%C%"=="1" goto vs2010
if "%C%"=="0" go... | Update the build bat to support VS 2012. | Update the build bat to support VS 2012.
| Batchfile | mit | inordertotest/CppSharp,txdv/CppSharp,u255436/CppSharp,mydogisbox/CppSharp,ddobrev/CppSharp,KonajuGames/CppSharp,ddobrev/CppSharp,ktopouzi/CppSharp,mono/CppSharp,genuinelucifer/CppSharp,imazen/CppSharp,mydogisbox/CppSharp,u255436/CppSharp,mydogisbox/CppSharp,mohtamohit/CppSharp,u255436/CppSharp,zillemarco/CppSharp,zille... |
12c086fd9fb3456c546773693298be11af9ea39c | deploy.sh.cmd | deploy.sh.cmd | git checkout gh-pages
git merge master
npm start mol mol/app/hello mol/app/supplies mol/app/habhub mol/app/todomvc mol/perf/render mol/perf/uibench mol/app/bench mol/app/taxon mol/app/users
git commit -a -m "Update" && git push || git checkout master
| git checkout gh-pages
git merge master
npm start mol mol/app/hello mol/app/supplies mol/app/habhub mol/app/todomvc mol/perf/render mol/perf/uibench mol/app/bench mol/app/bench/list/mol mol/app/taxon mol/app/taxon/demo mol/app/users
git commit -a -m "Update" && git push || git checkout master
| Build taxon demo and bench list on $mol. | Build taxon demo and bench list on $mol.
| Batchfile | mit | eigenmethod/mol,nin-jin/mol,eigenmethod/mol,eigenmethod/mol,nin-jin/mol,nin-jin/mol |
f2dd0e8c35da2b0dc6c2bbc32711d1ac596eefa4 | meteor.bat | meteor.bat | @echo off
rem only if we are running from a checkout
IF EXIST "%~dp0\.git" (
rem if dev_bundle is not present, get it
IF NOT EXIST "%~dp0\dev_bundle" (
REM need `< con` so that we can run this file from Node
REM (See http://stackoverflow.com/questions/9155289/calling-powershell-from-nodejs)
PowerShell.... | @echo off
rem only if we are running from a checkout
IF EXIST "%~dp0\.git" (
rem verify that we have 7zip in the path
7z.exe --help > con
IF errorlevel 1 (
echo "Please install 7z.exe (7-Zip) and put it into your PATH"
exit 1
)
rem if dev_bundle is not present, get it
IF NOT EXIST "%~dp0\dev_bundl... | Add a check for 7zip | Add a check for 7zip
| Batchfile | mit | judsonbsilva/meteor,mirstan/meteor,Paulyoufu/meteor-1,guazipi/meteor,yiliaofan/meteor,lpinto93/meteor,ndarilek/meteor,D1no/meteor,chinasb/meteor,ndarilek/meteor,ndarilek/meteor,lieuwex/meteor,HugoRLopes/meteor,Urigo/meteor,LWHTarena/meteor,Ken-Liu/meteor,cog-64/meteor,sunny-g/meteor,bhargav175/meteor,mubassirhayat/mete... |
c9ae5cb997e697bae0f055325aab21be2c7f3e9c | CSharp/Library/Microsoft.Bot.Connector/generateClient.cmd | CSharp/Library/Microsoft.Bot.Connector/generateClient.cmd | rd /s /q Client
rd /s /q NodeJS
rd /s /q Azure.NodeJS
..\..\packages\autorest.0.16.0\tools\AutoRest -namespace Microsoft.Bot.Connector -input swagger\ConnectorApi.json -outputDirectory ConnectorAPI -AddCredentials -ClientName ConnectorClient
..\..\packages\autorest.0.16.0\tools\AutoRest -namespace Microsoft.Bot.Connec... | rd /s /q Client
call npm install replace@0.3.0
..\..\packages\autorest.0.16.0\tools\AutoRest -namespace Microsoft.Bot.Connector -input swagger\ConnectorApi.json -outputDirectory ConnectorAPI -AddCredentials -ClientName ConnectorClient
..\..\packages\autorest.0.16.0\tools\AutoRest -namespace Microsoft.Bot.Connector -in... | Use node.js replace instead of rep | Use node.js replace instead of rep
| Batchfile | mit | dr-em/BotBuilder,xiangyan99/BotBuilder,mmatkow/BotBuilder,mmatkow/BotBuilder,stevengum97/BotBuilder,xiangyan99/BotBuilder,msft-shahins/BotBuilder,msft-shahins/BotBuilder,yakumo/BotBuilder,msft-shahins/BotBuilder,dr-em/BotBuilder,yakumo/BotBuilder,yakumo/BotBuilder,yakumo/BotBuilder,dr-em/BotBuilder,stevengum97/BotBuild... |
3f54ae62648b2f0f71f09e83af89e5ec0479c68f | distribution/src/main/resources/bin/elasticsearch-plugin.bat | distribution/src/main/resources/bin/elasticsearch-plugin.bat | @echo off
SETLOCAL enabledelayedexpansion
IF DEFINED JAVA_HOME (
set JAVA=%JAVA_HOME%\bin\java.exe
) ELSE (
FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I
)
IF NOT EXIST "%JAVA%" (
ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2
EXIT /B 1
)
set SCRIPT_DIR=... | @echo off
SETLOCAL enabledelayedexpansion
IF DEFINED JAVA_HOME (
set JAVA="%JAVA_HOME%\bin\java.exe"
) ELSE (
FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I
)
IF NOT EXIST %JAVA% (
ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2
EXIT /B 1
)
set SCRIPT_DIR=... | Fix handling of spaces in plugin script on Windows | Fix handling of spaces in plugin script on Windows
A previous fix for handling spaces in the Windows scripts should also be
applied to the plugin script. This commit does that.
Closes #24750
| Batchfile | apache-2.0 | nknize/elasticsearch,rajanm/elasticsearch,fred84/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,mohit/elasticsearch,mohit/elasticsearch,gfyoung/elasticsearch,naveenhooda2000/elasticsearch,nezirus/elasticsearch,wenpos/elasticsearch,wangtuo/elasticsearch,s1monw/elasticsearch,gfyoung/elasticsearch,navee... |
c132011d740ba1a4d3af067af9e3f9c6e7d0fda6 | tools/rails/bin/jruby.bat | tools/rails/bin/jruby.bat | set GO_ROOT=%~dp0\..\..\..\..\
set JRUBY_BASE=%GO_ROOT\tools\jruby-1.7.11
set SERVER_ROOT=%GO_ROOT%\server
set RAILS_ROOT=%SERVER_ROOT%\webapp\WEB-INF\rails.new
set GEM_HOME=%RAILS_ROOT%\vendor\bundle\jruby\1.9
set GEM_PATH=%JRUBY_BASE%\lib\ruby\gems\shared:%GEM_HOME%
set PATH=%JRUBY_BASE\bin:%PATH%
%JRUBY_BASE%\bin\j... | set GO_ROOT=%~dp0\..\..\..
set JRUBY_BASE=%GO_ROOT%\tools\jruby-1.7.11
set SERVER_ROOT=%GO_ROOT%\server
set RAILS_ROOT=%SERVER_ROOT%\webapp\WEB-INF\rails.new
set GEM_HOME=%RAILS_ROOT%\vendor\bundle\jruby\1.9
set GEM_PATH=%JRUBY_BASE%\lib\ruby\gems\shared;%GEM_HOME%
set PATH=%JRUBY_BASE%\bin;%PATH%
%JRUBY_BASE%\bin\jru... | Fix bad windows batch file | Fix bad windows batch file
...originally writen by yours truly, on something that was not a windows machine...
| Batchfile | apache-2.0 | ind9/gocd,sghill/gocd,xli/gocd,tomwscott/GoCD,GaneshSPatil/gocd,MFAnderson/gocd,justinholmes/gocd,MikaNieminen/gocd,VibyJocke/gocd,VibyJocke/gocd,wpc/gocd,xli/gocd,tomwscott/GoCD,therako/gocd,kunalch/gocd,soundcloud/gocd,GaneshSPatil/gocd,tomzo/gocd,gocd/gocd,tomzo/gocd,zabil/gocd,arvindsv/gocd,jyotisingh/gocd,pshelton... |
4ca5bca2796295eda82ec84c71cdddbe678f9eca | recipes/guiqwt/bld.bat | recipes/guiqwt/bld.bat | python setup.py build
python setup.py install --prefix=$PREFIX --single-version-externally-managed --record=record.txt | %PYTHON% setup.py build
%PYTHON% setup.py install --prefix=$PREFIX --single-version-externally-managed --record=record.txt | Use the available python bin | Use the available python bin
| Batchfile | bsd-3-clause | jjhelmus/staged-recipes,igortg/staged-recipes,petrushy/staged-recipes,petrushy/staged-recipes,hadim/staged-recipes,synapticarbors/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,Juanlu001/staged-recipes,patricksnape/staged-recipes,chrisburr/staged-recipes,asmeu... |
517b3cebeec21783108777f2ef155da1199accc4 | recipes/pythonnet/bld.bat | recipes/pythonnet/bld.bat | :: Nasty hack to force the newer MSBuild from .NET is still used for the older
:: Visual Studio build. Without this an older MSBuild will be picked up by accident on
:: AppVeyor after running `vcvars32.bat`, which fails to process our solution files.
::
:: ref: https://github.com/conda-forge/staged-recipes/pull/194#iss... | %PYTHON% -m pip install . -vv
| Remove hack to see if compiler definition on windows changes something on appveyor | Remove hack to see if compiler definition on windows changes something on appveyor | Batchfile | bsd-3-clause | goanpeca/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,birdsarah/staged-recipes,SylvainCorlay/staged-recipes,petrushy/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,cpaulik/staged-recipes,stuertz/st... |
1ae9e351820faf64365cb0f22fd92da25f59b188 | mkvirtualenv.bat | mkvirtualenv.bat | @echo off
if [%1]==[] goto USAGE
goto MKVIRTUALENV
:USAGE
echo.
echo Pass a name to create a new virtualenv
echo.
goto END
:MKVIRTUALENV
if not defined WORKON_HOME (
set WORKON_HOME=%USERPROFILE%\Envs
)
SETLOCAL EnableDelayedExpansion
pushd "%WORKON_HOME%" 2>NUL && popd
@if errorlevel 1 (
mkdir "%WORKON_H... | @echo off
if [%1]==[] goto USAGE
goto MKVIRTUALENV
:USAGE
echo.
echo Pass a name to create a new virtualenv
echo.
goto END
:MKVIRTUALENV
if not defined WORKON_HOME (
set WORKON_HOME=%USERPROFILE%\Envs
)
set "ENVNAME=%~1"
shift
SETLOCAL EnableDelayedExpansion
pushd "%WORKON_HOME%" 2>NUL && popd
@if errorlevel... | Allow additional parameters to be sent to virtualenv.exe | Allow additional parameters to be sent to virtualenv.exe
| Batchfile | bsd-3-clause | jayhetee/virtualenvwrapper-win,drproteus/virtualenvwrapper-win |
ff2e98e299e0dd2f69c783a548dd11a878f65b81 | recipes/libsolv/bld.bat | recipes/libsolv/bld.bat | cmake -G "NMake Makefiles" -D BUILD_TESTS=OFF -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% %SRC_DIR%
if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1
nmake install
if errorlevel 1 exit 1
| mkdir build
cd build
cmake -G "NMake Makefiles" ^
-D BUILD_TESTS=OFF ^
-D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-D CMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
%SRC_DIR%
if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1
nmake install
if errorlevel 1 exit 1
| Add build folder and CMAKE_PREFIX_PATH | Add build folder and CMAKE_PREFIX_PATH | Batchfile | bsd-3-clause | asmeurer/staged-recipes,scopatz/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,jjhelmus/staged-recipes,johanneskoester/staged-recipes,chrisburr/staged-recipes,birdsarah/staged-recipes,rmcgibbo/staged-recipes,Juanlu001/staged-recipes,ceholden/staged-recipes,isuruf/staged-rec... |
5bb30bc25f693652432ff72150a40ceb558f36e3 | build.bat | build.bat | @mkdir .shake 2> nul
@ghc --make -Wall src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=.shake -o .shake/build && .shake\build --lint --directory ".." %*
| @mkdir .shake 2> nul
@set ghcArgs=--make ^
-Wall ^
src/Main.hs ^
-isrc ^
-rtsopts ^
-with-rtsopts=-I0 ^
-outputdir=.shake ^
-j ^
-O ... | Split the batch file into multiple lines, add missing flags (-j -O). | Split the batch file into multiple lines, add missing flags (-j -O).
| Batchfile | bsd-3-clause | quchen/shaking-up-ghc,snowleopard/hadrian,snowleopard/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,bgamari/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,izgzhen/hadrian,sdiehl/ghc,sdiehl/ghc |
ed793b875b9a38c96bf59301d29a415018643036 | recipes/openmeeg/bld.bat | recipes/openmeeg/bld.bat | set CMAKE_CONFIG=Release
mkdir build_%CMAKE_CONFIG%
pushd build_%CMAKE_CONFIG%
cmake -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE:STRING=%CMAKE_CONFIG% ^
-DBLA_VENDOR:STRING=OpenBLAS ^
-DENABLE_PYTHON:BOOL=ON ^
-DCMAKE_INSTA... | set CMAKE_CONFIG=Release
mkdir build_%CMAKE_CONFIG%
pushd build_%CMAKE_CONFIG%
cmake -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE:STRING=%CMAKE_CONFIG% ^
-DBLA_VENDOR:STRING=OpenBLAS ^
-DENABLE_PYTHON:BOOL=ON ^
-DCMAKE_INSTA... | Disable packaging to Avoid copying msvc runtime | Disable packaging to Avoid copying msvc runtime
| Batchfile | bsd-3-clause | petrushy/staged-recipes,sodre/staged-recipes,hadim/staged-recipes,barkls/staged-recipes,igortg/staged-recipes,mcs07/staged-recipes,barkls/staged-recipes,shadowwalkersb/staged-recipes,isuruf/staged-recipes,rmcgibbo/staged-recipes,patricksnape/staged-recipes,basnijholt/staged-recipes,sodre/staged-recipes,cpaulik/staged-r... |
44ef7680eda6b829f0cf6d6be49d9d62317e010f | meteor.bat | meteor.bat | @echo off
SET NODE_PATH="%~dp0\dev_bundle\lib\node_modules"
"%~dp0\dev_bundle\bin\node.exe" "%~dp0\tools\main.js" %*
| @echo off
SET NODE_PATH=%~dp0\dev_bundle\lib\node_modules
"%~dp0\dev_bundle\bin\node.exe" "%~dp0\tools\main.js" %*
| Remove quotes on NODE_PATH env var set | Remove quotes on NODE_PATH env var set
apparently it is not correct
| Batchfile | mit | 4commerce-technologies-AG/meteor,AnjirHossain/meteor,alphanso/meteor,Theviajerock/meteor,brettle/meteor,TribeMedia/meteor,kengchau/meteor,jdivy/meteor,hristaki/meteor,yonas/meteor-freebsd,nuvipannu/meteor,msavin/meteor,D1no/meteor,lpinto93/meteor,iman-mafi/meteor,shadedprofit/meteor,JesseQin/meteor,imanmafi/meteor,juds... |
34fbb6d2d7dab4b9e35fdbb65c9493cc505a782a | tests/cli.bat | tests/cli.bat | @echo off
echo ^> Running CLI tests...
set MR="%~dp0\..\target\release\multirust-rs.exe"
echo ^> Testing --help
%MR% --help || (echo FAILED && exit /b 1)
echo ^> Testing install
%MR% install -a || (echo FAILED && exit /b 1)
echo ^> Updating PATH
set PATH=%USERPROFILE%\.multirust\bin;%PATH%
echo ^> ... | @echo off
echo ^> Running CLI tests...
set MR="%~dp0\..\target\release\multirust-rs.exe"
echo ^> Testing --help
%MR% --help || (echo FAILED && exit /b 1)
echo ^> Testing install
%MR% install -a || (echo FAILED && exit /b 1)
echo ^> Updating PATH
set PATH=%USERPROFILE%\.multirust\bin;%PATH%
echo ^> ... | Use call for invoking batch files | Use call for invoking batch files
| Batchfile | apache-2.0 | rust-lang/rustup,rust-lang/rustup,rust-lang/rustup,polonez/rustup.rs,inejge/rustup.rs,Boddlnagg/rustup.rs,Boddlnagg/rustup.rs,theindigamer/rustup.rs,rust-lang/rustup,theindigamer/rustup.rs,polonez/rustup.rs,nodakai/rustup.rs,polonez/rustup.rs,nodakai/rustup.rs,nodakai/rustup.rs,Boddlnagg/rustup.rs,inejge/rustup.rs,inej... |
8742f2422a96e8804bd89c2f8ba3034873042053 | site.bat | site.bat | @ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
SET BASEDIR=%~dp0
SET BASEDIR=%BASEDIR:~0,-1%
SET ARGS=
SET STRIPFIRST=0
FOR %%A IN (%*) DO (
SET ARGS=!ARGS!,%%~A
SET STRIPFIRST=1
)
IF "%STRIPFIRST%" == "1" (SET ARGS=%ARGS:~1%)
CD %BASEDIR%
gradlew.bat grain "-Pargs=%ARGS%"
ENDLOCAL
| @ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
SET BASEDIR=%~dp0
SET BASEDIR=%BASEDIR:~0,-1%
SET ARGS=
SET STRIPFIRST=0
FOR %%A IN (%*) DO (
SET ARGS=!ARGS!,%%~A
SET STRIPFIRST=1
)
IF "%STRIPFIRST%" == "1" (SET ARGS=%ARGS:~1%)
CD %BASEDIR%
CALL gradlew.bat grain "-Pargs=%ARGS%"
ENDLOCAL
| Add CALL when executing gradlew batch script | Add CALL when executing gradlew batch script
| Batchfile | mit | hernad/grain-blog-theme,marshallpierce/varblog.org,sysgears/grain-theme-octopress,marshallpierce/varblog.org,sysgears/grain-theme-octopress,hernad/grain-blog-theme,marshallpierce/varblog.org,hernad/grain-blog-theme,marshallpierce/varblog.org,sysgears/grain-theme-octopress,marshallpierce/varblog.org,hernad/grain-blog-th... |
4c8acc7c7f323cb651d8f65e02b84f8dade28f68 | build/scripts/LoadNuGetInfo.cmd | build/scripts/LoadNuGetInfo.cmd | @echo off
REM This is a script that will set environment information about where to find
REM NuGet.exe, it's version and ensure that it's present on the enlistment.
set NuGetExeVersion=3.5.0-beta2
set NuGetExeFolder=%~dp0..\..
set NuGetExe=%NuGetExeFolder%\NuGet.exe
REM Download NuGet.exe if we haven't already
if not... | @echo off
REM This is a script that will set environment information about where to find
REM NuGet.exe, it's version and ensure that it's present on the enlistment.
set NuGetExeVersion=3.5.0-beta2
set NuGetExeFolder=%~dp0..\..
set NuGetExe=%NuGetExeFolder%\NuGet.exe
REM Download NuGet.exe if we haven't already
if not... | Use ByPass to run Powershell | Use ByPass to run Powershell
| Batchfile | mit | bbarry/roslyn,mmitche/roslyn,KirillOsenkov/roslyn,Hosch250/roslyn,amcasey/roslyn,physhi/roslyn,jasonmalinowski/roslyn,KevinH-MS/roslyn,wvdd007/roslyn,CyrusNajmabadi/roslyn,tmat/roslyn,jhendrixMSFT/roslyn,tannergooding/roslyn,jeffanders/roslyn,jasonmalinowski/roslyn,KevinRansom/roslyn,CaptainHayashi/roslyn,nguerrera/ros... |
50bd26bcb86a024086f025ad047a706717b79424 | deploy.cmd | deploy.cmd | :: hard link to all of the dot files in this directory from the
:: home directory.
@echo off
if not defined HOME (
set HOME=%USERPROFILE%
)
setx HOME %HOME%
for %%f in (%~dp0.\.*) do (
if exist %HOME%\%%~nxf (
del /P %HOME%\%%~nxf
)
mklink /h %HOME%\%%~nxf %%f
)
| :: hard link to all of the dot files in this directory from the
:: home directory.
@echo off
if not defined HOME (
set HOME=%USERPROFILE%
)
setx HOME %HOME%
for %%f in (%~dp0.\.*) do (
if exist %HOME%\%%~nxf (
del /P %HOME%\%%~nxf
)
mklink %HOME%\%%~nxf %%f
)
| Use symbolic links on Windows again | Use symbolic links on Windows again
Seems to work better these days and some things were breaking the hard
links.
| Batchfile | mit | nguerrera/.dot |
7bc167e6eaff5949ee5849b400bb4117f7390fe7 | deploy.sh.cmd | deploy.sh.cmd | git checkout gh-pages
git merge master
npm start mol mol/app/hello mol/app/supplies mol/perf/render mol/perf/uibench
git commit -a -m "Update" && git push || git checkout master
| git checkout gh-pages
git merge master
npm start mol mol/app/hello mol/app/supplies mol/app/habhub mol/app/todomvc mol/perf/render mol/perf/uibench
git commit -a -m "Update" && git push || git checkout master
| Build todomvc and habhub on deploy. | Build todomvc and habhub on deploy.
| Batchfile | mit | nin-jin/mol,eigenmethod/mol,nin-jin/mol,eigenmethod/mol,eigenmethod/mol,nin-jin/mol |
00907ccaa904c5b45abebaecbc740dded36625fe | build_skeletons.bat | build_skeletons.bat | pushd bin
JSILc "Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" "Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" "C:\Users\Kevin\Documents\Projects\JSIL\Skeletons\skeletons.jsilconfig"
popd | pushd bin
JSILc "Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" "Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" "..\Skeletons\skeletons.jsilconfig"
popd | Build Skeletons batch file: use relative path. | Build Skeletons batch file: use relative path.
| Batchfile | mit | sander-git/JSIL,sq/JSIL,volkd/JSIL,antiufo/JSIL,x335/JSIL,FUSEEProjectTeam/JSIL,mispy/JSIL,dmirmilshteyn/JSIL,acourtney2015/JSIL,iskiselev/JSIL,volkd/JSIL,sander-git/JSIL,iskiselev/JSIL,FUSEEProjectTeam/JSIL,Trattpingvin/JSIL,dmirmilshteyn/JSIL,sq/JSIL,mispy/JSIL,iskiselev/JSIL,x335/JSIL,Trattpingvin/JSIL,TukekeSoft/JS... |
d2cfc4d73d23e3e7e82f0d3fa0ec8e3701e5e085 | recipes/libgeoip/bld.bat | recipes/libgeoip/bld.bat | GEOIPDATADIR=%LIBRARY_PREFIX%
INSTDIR=%LIBRARY_PREFIX%
nmake /f Makefile.vc
nmake /f Makefile.vc test
nmake /f Makefile.vc install | SET GEOIPDATADIR=%LIBRARY_PREFIX%
SET INSTDIR=%LIBRARY_PREFIX%
nmake /f Makefile.vc
nmake /f Makefile.vc test
nmake /f Makefile.vc install | SET env var [travis skip circle skip] | SET env var [travis skip circle skip]
| Batchfile | bsd-3-clause | glemaitre/staged-recipes,conda-forge/staged-recipes,synapticarbors/staged-recipes,SylvainCorlay/staged-recipes,sannykr/staged-recipes,pmlandwehr/staged-recipes,ReimarBauer/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,rmcgibbo/staged-recipes,guillochon/... |
0365c7b810d1f9d4e65f255df5226ab221653fd4 | .appveyor/prepare.bat | .appveyor/prepare.bat | pip install wheel
nuget install redis-64 -excludeversion
redis-64\redis-server.exe --service-install
redis-64\redis-server.exe --service-start
nuget install ZeroMQ
%WITH_COMPILER% pip install cython redis pyzmq
python scripts\test_setup.py
python setup.py develop
IF DEFINED CYBUILD (
cython logbook\_speedups.pyx
%WIT... | pip install wheel
nuget install redis-64 -excludeversion
redis-64\redis-server.exe --service-install
redis-64\redis-server.exe --service-start
nuget install ZeroMQ
%WITH_COMPILER% pip install cython pyzmq
python scripts\test_setup.py
python setup.py develop
IF DEFINED CYBUILD (
cython logbook\_speedups.pyx
%WITH_COMP... | Remove redis from appveyor build | Remove redis from appveyor build
| Batchfile | bsd-3-clause | pombredanne/logbook,RazerM/logbook,mitsuhiko/logbook |
6989b53389bc0ef464b812af2d2fded8b2f9e028 | scripts/admin/publish-meteor-tool.bat | scripts/admin/publish-meteor-tool.bat | REM This file is copied line by line by the publish-meteor-tool-on-arch.sh script
IF EXIST C:\tmp ( rmdir /s /q C:\tmp )
md C:\tmp
cd C:\tmp
C:\git\bin\git.exe clone https://github.com/meteor/meteor.git
cd meteor
C:\git\bin\git.exe config --replace-all core.autocrlf input
C:\git\bin\git.exe rm --cached -r . ^> nul
C:\g... | REM This file is copied line by line by the publish-meteor-tool-on-arch.sh script
IF EXIST C:\tmp ( rmdir /s /q C:\tmp )
md C:\tmp
cd C:\tmp
C:\git\bin\git.exe clone https://github.com/meteor/meteor.git
cd meteor
C:\git\bin\git.exe config --replace-all core.autocrlf input
C:\git\bin\git.exe rm --cached -r . ^> nul
C:\g... | Print publish log only on failure | Print publish log only on failure
this way we don't lose messages
| Batchfile | mit | PatrickMcGuinness/meteor,chmac/meteor,henrypan/meteor,TribeMedia/meteor,kencheung/meteor,eluck/meteor,baysao/meteor,newswim/meteor,luohuazju/meteor,kencheung/meteor,joannekoong/meteor,eluck/meteor,justintung/meteor,Jeremy017/meteor,sdeveloper/meteor,shrop/meteor,kengchau/meteor,evilemon/meteor,AnthonyAstige/meteor,evil... |
c22006192c6cfe472dd5dd486716e0fa19a4b5c0 | mkvirtualenv.bat | mkvirtualenv.bat | @echo off
if [%1]==[] goto USAGE
goto MKVIRTUALENV
:USAGE
echo.
echo Pass a name to create a new virtualenv
echo.
goto END
:MKVIRTUALENV
if not defined WORKON_HOME (
set WORKON_HOME=%USERPROFILE%\Envs
)
set "ENVNAME=%~1"
shift
SETLOCAL EnableDelayedExpansion
pushd "%WORKON_HOME%" 2>NUL && popd
@if errorlevel... | @echo off
if [%1]==[] goto USAGE
goto MKVIRTUALENV
:USAGE
echo.
echo Pass a name to create a new virtualenv
echo.
goto END
:MKVIRTUALENV
if not defined WORKON_HOME (
set WORKON_HOME=%USERPROFILE%\Envs
)
SETLOCAL EnableDelayedExpansion
pushd "%WORKON_HOME%" 2>NUL && popd
@if errorlevel 1 (
mkdir "%WORKON_H... | Revert "Allow additional parameters to be sent to virtualenv.exe" | Revert "Allow additional parameters to be sent to virtualenv.exe"
This reverts commit 1ae9e351820faf64365cb0f22fd92da25f59b188.
| Batchfile | bsd-3-clause | jayhetee/virtualenvwrapper-win,drproteus/virtualenvwrapper-win |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.