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
|
---|---|---|---|---|---|---|---|---|---|
7541ff308fcf88004a322f4a383308fb43bfb35a
|
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
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/taxon mol/app/users
git commit -a -m "Update" && git push || git checkout master
|
Build more apps on deploy.
|
Build more apps on deploy.
|
Batchfile
|
mit
|
eigenmethod/mol,nin-jin/mol,eigenmethod/mol,eigenmethod/mol,nin-jin/mol,nin-jin/mol
|
d517a69127c8e1190b85d72ae98cbd1283e78877
|
Scripts/SetDirectories.bat
|
Scripts/SetDirectories.bat
|
::THIS FILE IS BEING UNTRACKED FROM GIT with the command: git update-index --skip-worktree <file>
::To resume the tracking of changes to this file use the command: git update-index --no-skip-worktree <file>
::Set the path below as you need and then run this bat to copy the files and make them debuggeable
SET KSPPATH=C:\work\builds\Kerbal Space Program
::Set another path in case you run two KSP instances otherwise leave empty
SET KSPPATH2=C:\work\builds\Kerbal Space Program2
|
::THIS FILE IS BEING UNTRACKED FROM GIT with the command: git update-index --skip-worktree <file>
::To resume the tracking of changes to this file use the command: git update-index --no-skip-worktree <file>
::Set the path below as you need and then run this bat to copy the files and make them debuggeable
::SET KSPPATH=C:\work\builds\Kerbal Space Program
::Set another path in case you run two KSP instances otherwise leave empty
::SET KSPPATH2=C:\work\builds\Kerbal Space Program2
|
Use the default directories for KSP in the master branch's batch files.
|
Use the default directories for KSP in the master branch's batch files.
|
Batchfile
|
mit
|
gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer
|
e5b6619b7eacf0b341b84b76725da69106a1f420
|
public/js/js.thirdparty.bat
|
public/js/js.thirdparty.bat
|
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar compiler.jar ^
--js=translate.js ^
--js=jquery/jquery-1.11.2.js ^
--js=jquery/jquery-ui.1.11.2.min.js ^
--js=jquery/jquery.qtip.js ^
--js=jquery/jquery.blockUI.js ^
--js=jquery/jquery.color.js ^
--js=jquery/jquery.autocomplete.js ^
--js=jquery/jquery.tablesorter.js ^
--js=jquery/jquery.flot.js ^
--js=jquery/jquery.ui.position.js ^
--js=jquery/jquery.contextMenu.js ^
--js=jquery/jquery.hotkeys.js ^
--js=jquery/jsBezier-0.6-min.js ^
--js=jquery/jquery.jsPlumb-1.7.5.js ^
--js=jquery/jquery.placeholder.js ^
--js=handlebars-v2.0.0.js ^
--js=dropdown.js ^
--source_map_format=V3 ^
--create_source_map thirdparty.compiled.js.map ^
--js_output_file=thirdparty.compiled.js
echo //# sourceMappingURL=thirdparty.compiled.js.map >> thirdparty.compiled.js
@pause
|
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar compiler.jar ^
--js=translate.js ^
--js=jquery/jquery-1.11.2.js ^
--js=jquery/jquery-ui.1.11.2.min.js ^
--js=jquery/jquery.qtip.js ^
--js=jquery/jquery.blockUI.js ^
--js=jquery/jquery.color.js ^
--js=jquery/jquery.autocomplete.js ^
--js=jquery/jquery.tablesorter.js ^
--js=jquery/jquery.flot.js ^
--js=jquery/jquery.ui.position.js ^
--js=jquery/jquery.contextMenu.js ^
--js=jquery/jquery.hotkeys.js ^
--js=jquery/jquery.jsPlumb-1.7.5.js ^
--js=jquery/jquery.placeholder.js ^
--js=handlebars-v2.0.0.js ^
--js=dropdown.js ^
--source_map_format=V3 ^
--create_source_map thirdparty.compiled.js.map ^
--js_output_file=thirdparty.compiled.js
echo //# sourceMappingURL=thirdparty.compiled.js.map >> thirdparty.compiled.js
@pause
|
Remove another jsBeizer reference as we weren't using it
|
Remove another jsBeizer reference as we weren't using it
|
Batchfile
|
mit
|
marekr/siggy,marekr/siggy,marekr/siggy,marekr/siggy
|
aec4778072612e715a0c2cc67f20258bb3fbf103
|
ruby/buildWithExtConf.bat
|
ruby/buildWithExtConf.bat
|
REM This assumes that libutil.a has been previously build with cmake and is
REM available in ..\build
del /f RIBClientRUBY_wrap.cxx *.def *.pdb *.obj
swig -ruby -includeall -c++ -I..\utils -o RIBClientRUBY_wrap.cxx RIBClient.i
REM set USE_PRMAN=1
REM ruby extconf.rb --with-rman-dir=$RMANTREE --with-utils-include=..\utils\ --with-utils-lib=..\build\
set USE_DELIGHT=1
set RUBY_VERSION=180
ruby extconf.rb --with-rman-dir=%DELIGHT% --with-utils-include=..\utils\ --with-utils-lib=..\build\
nmake clean all
|
REM This assumes that libutil.a has been previously build with cmake and is
REM available in ..\build
del /f RIBClientRUBY_wrap.cxx *.def *.pdb *.obj
swig -ruby -includeall -c++ -I..\utils -o RIBClientRUBY_wrap.cxx RIBClient.i
REM set USE_PRMAN=1
REM ruby extconf.rb --with-rman-dir=$RMANTREE --with-utils-include=..\utils\ --with-utils-lib=..\build_nmake\utils
set USE_DELIGHT=1
set RUBY_VERSION=180
ruby extconf.rb --with-rman-dir=%DELIGHT% --with-utils-include=..\utils\ --with-utils-lib=..\build_nmake\utils
nmake all
|
Build using utils library being build with CMake
|
Build using utils library being build with CMake
|
Batchfile
|
bsd-3-clause
|
nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients
|
aa6ae2fad9a61378ef0fb5a16b64d846a0226f75
|
cython_build.bat
|
cython_build.bat
|
"C:\Program Files (x86)\Python 3.5\python.exe" setup.py build_ext --inplace
"C:\Program Files\Python 3.5\python.exe" setup.py build_ext --inplace
|
rmdir /s /q build
del vapoursynth.*.pyd
"C:\Program Files (x86)\Python 3.5\python.exe" setup.py build_ext --inplace
"C:\Program Files\Python 3.5\python.exe" setup.py build_ext --inplace
pause
|
Make cython always rebuild modules on windows
|
Make cython always rebuild modules on windows
|
Batchfile
|
lgpl-2.1
|
Kamekameha/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth,vapoursynth/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth
|
ba4bf33af94616fc9162645ad6d8d5888a4066c0
|
conda/bld.bat
|
conda/bld.bat
|
setlocal enableextensions
if "%PY_VER%" == "3.4" (
set MSVC_VER="10.0"
) else (
if "%PY_VER%" == "3.5" (
set MSVC_VER="14.0"
) else (
set MSVC_VER="9.0"
)
)
set EXTRA_ARGS=""
if %ARCH% EQU 64 (
set EXTRA_ARGS="address-model=64"
)
python -c "from __future__ import print_function; import distutils.sysconfig; print(distutils.sysconfig.get_python_inc(True))" > temp.txt
set /p PYTHON_INCLUDE_DIR=<temp.txt
call bootstrap.bat
bjam.exe --debug-configuration ^
--user-config="%RECIPE_DIR%/user-config-win.jam" ^
-sBZIP2_LIBPATH="%LIBRARY_LIB%" -sBZIP2_INCLUDE="%LIBRARY_INC%" -sBZIP2_BINARY=bzip2 ^
-sZLIB_INCLUDE="%LIBRARY_INC%" -sZLIB_LIBPATH="%LIBRARY_LIB%" -sZLIB_BINARY=zlib ^
link=shared toolset="msvc-%MSVC_VER%" %EXTRA_ARGS% stage
robocopy "stage\lib" "%LIBRARY_BIN%" /E /NFL
robocopy "boost" "%LIBRARY_INC%\boost" /E /NFL /NDL
exit 0
|
setlocal enableextensions
if "%PY_VER%" == "3.4" (
set MSVC_VER="10.0"
) else (
if "%PY_VER%" == "3.5" (
set MSVC_VER="14.0"
) else (
set MSVC_VER="9.0"
)
)
set EXTRA_ARGS=""
if %ARCH% EQU 64 (
set EXTRA_ARGS="address-model=64"
)
%PYTHON% -c "from __future__ import print_function; import distutils.sysconfig; print(distutils.sysconfig.get_python_inc(True))" > temp.txt
set /p PYTHON_INCLUDE_DIR=<temp.txt
call bootstrap.bat
bjam.exe --debug-configuration ^
--user-config="%RECIPE_DIR%/user-config-win.jam" ^
-sBZIP2_LIBPATH="%LIBRARY_LIB%" -sBZIP2_INCLUDE="%LIBRARY_INC%" -sBZIP2_BINARY=bzip2 ^
-sZLIB_INCLUDE="%LIBRARY_INC%" -sZLIB_LIBPATH="%LIBRARY_LIB%" -sZLIB_BINARY=zlib ^
link=shared toolset="msvc-%MSVC_VER%" %EXTRA_ARGS% stage
robocopy "stage\lib" "%LIBRARY_BIN%" /E /NFL
robocopy "boost" "%LIBRARY_INC%\boost" /E /NFL /NDL
exit 0
|
Use conda Python rather than system
|
Use conda Python rather than system
|
Batchfile
|
bsd-3-clause
|
menpo/conda-boost
|
a64f248276aa8dd45d8266ad5c79e9c4109ef035
|
windows/replace-my-vim.bat
|
windows/replace-my-vim.bat
|
@echo off
REM Reference: http://www.wilsonmar.com/1envvars.htm
set home=%USERPROFILE%
copy /Y .\dist\ctags_lang %home%\.ctags
copy /Y .vimrc %home%\.vimrc
copy /Y .vimrc.plugins %home%\.vimrc.plugins
copy /Y .vimrc.local %home%\.vimrc.local
copy /Y .vimrc.plugins.local %home%\.vimrc.plugins.local
rmdir /S /Q %home%\.vim
xcopy /Y /E vimfiles %home%\.vim\
@echo on
|
@echo off
REM Reference: http://www.wilsonmar.com/1envvars.htm
set home=%USERPROFILE%
copy /Y .\dist\ctags_lang "%home%\.ctags"
copy /Y .vimrc "%home%\.vimrc"
copy /Y .vimrc.plugins "%home%\.vimrc.plugins"
copy /Y .vimrc.local "%home%\.vimrc.local"
copy /Y .vimrc.plugins.local "%home%\.vimrc.plugins.local"
rmdir /S /Q "%home%\.vim"
xcopy /Y /E vimfiles "%home%\.vim\"
@echo on
|
Add quotation mark to windows path
|
Add quotation mark to windows path
In case the user's name contains space, the command to
replace the vimrc will fail. Adding quotation mark will
fix this issue
Signed-off-by: Zhenfang Wei <[email protected]>
|
Batchfile
|
mit
|
YuJianrong/exvim-main,exvim/main,elleryq/exvim
|
317ba2f1b46b5420c60e6a253a0b9938f8dbdde6
|
install.bat
|
install.bat
|
:: Checks in which DB2 version the utility will be installed.
:: DB2 v10.1 is the default version.
if "%1" EQU "" goto v10.1
if /I "%1" EQU "-v10.1" goto v10.1
if /I "%1" EQU "-v9.7" goto v9.7
:: DB2 v10.1.
:v10.1
db2 -tf Tables.sql
db2 -tf Objects.sql
db2 -td@ -f Tools.sql
db2 -td@ -f AdminHeader.sql
db2 -td@ -f AdminBody.sql
db2 -td@ -f LOG.sql
db2 -td@ -f GET_LOGGER.sql
db2 -td@ -f Trigger.sql
goto exit
:: DB2 v9.7
:v9.7
echo Installing application for DB2 v9.7
db2 -tf Tables.sql
db2 -tf Objects.sql
db2 -td@ -f Tools.sql
db2 -td@ -f AdminHeader.sql
db2 -td@ -f AdminBody.sql
db2 -td@ -f LOG.sql
db2 -td@ -f GET_LOGGER_v9_7.sql
db2 -td@ -f Trigger.sql
goto exit
:exit
|
:: Checks if there is already a connection established
db2 connect
if %ERRORLEVEL% EQU 0 (
goto version
) else (
echo Please connect to a database before the execution of the installation.
goto exit
)
:version
:: Checks in which DB2 version the utility will be installed.
:: DB2 v10.1 is the default version.
if "%1" EQU "" goto v10.1
if /I "%1" EQU "-v10.1" goto v10.1
if /I "%1" EQU "-v9.7" goto v9.7
:: DB2 v10.1.
:v10.1
db2 -tf Tables.sql
db2 -tf Objects.sql
db2 -td@ -f Tools.sql
db2 -td@ -f AdminHeader.sql
db2 -td@ -f AdminBody.sql
db2 -td@ -f LOG.sql
db2 -td@ -f GET_LOGGER.sql
db2 -td@ -f Trigger.sql
goto exit
:: DB2 v9.7
:v9.7
echo Installing application for DB2 v9.7
db2 -tf Tables.sql
db2 -tf Objects.sql
db2 -td@ -f Tools.sql
db2 -td@ -f AdminHeader.sql
db2 -td@ -f AdminBody.sql
db2 -td@ -f LOG.sql
db2 -td@ -f GET_LOGGER_v9_7.sql
db2 -td@ -f Trigger.sql
goto exit
:exit
|
Install checks for a connection
|
Install checks for a connection
|
Batchfile
|
bsd-2-clause
|
angoca/log4db2
|
fd858b78bfab213ba2832259256336a68ba80a48
|
build.bat
|
build.bat
|
@echo off
setlocal
echo ====================
echo TWC -- Build Batch
echo ====================
echo.
set DEFINES=
set CCFLAGS= /MT %DEFINES% /Gm- /WX /W4 /wd4201 /wd4100 /wd4189 /wd4505 /wd4706 /wd4996 /wd4127 /wd4244 /wd4200 /wd4204
set LIBS= libcurl.lib
IF NOT EXIST build mkdir build
pushd build
cl /nologo /I../include %CCFLAGS% ../code/json.c ../code/codegen.c /link /incremental:no /opt:ref /out:twc_codegen.exe /subsystem:console,5.2
call twc_codegen.exe ../code/twitter.c ../api.json ../code/twitter_api.h ../code/twitter_api.c
cl /nologo /c /I../include %CCFLAGS% ../code/twitter.c
IF NOT EXIST win64 mkdir win64
lib /nologo twitter.obj /out:win64/libtwc.lib
:: IF NOT EXIST win32 mkdir win32
:: lib /nologo twitter.obj /out:win32/libtwc.lib
cp ../code/twitter_api.h ../code/twitter.h ../code/types.h ../include
cp win64/libtwc.lib ../lib/win64/libtwc.lib
popd
|
@echo off
setlocal
echo ====================
echo TWC -- Build Batch
echo ====================
echo.
set DEFINES=
set CCFLAGS= /MT %DEFINES% /Gm- /WX /W4 /wd4201 /wd4100 /wd4189 /wd4505 /wd4706 /wd4996 /wd4127 /wd4244 /wd4200 /wd4204
set LIBS= libcurl.lib
IF NOT EXIST build mkdir build
pushd build
cl /nologo /I../include %CCFLAGS% ../code/json.c ../code/codegen.c /link /incremental:no /opt:ref /out:twc_codegen.exe /subsystem:console,5.2
call twc_codegen.exe ../code/twitter.c ../api.json ../code/twitter_api.h ../code/twitter_api.c
cl /nologo /c /I../include %CCFLAGS% ../code/twitter.c
IF NOT EXIST win64 mkdir win64
lib /nologo twitter.obj /out:win64/libtwc.lib
:: IF NOT EXIST win32 mkdir win32
:: lib /nologo twitter.obj /out:win32/libtwc.lib
xcopy ..\code\twitter_api.h ..\code\twitter.h ..\code\types.h ..\include
xcopy win64\libtwc.lib ..\lib\win64\libtwc.lib
popd
|
Use xcopy instead of cp
|
Use xcopy instead of cp
|
Batchfile
|
mit
|
Chronister/twc
|
9ba5daa863d59d5b2a7bd8fabdd9caa0b8fe4521
|
build.bat
|
build.bat
|
@mkdir .shake 2> nul
@set ghcArgs=--make ^
-Wall ^
src/Main.hs ^
-isrc ^
-rtsopts ^
-with-rtsopts=-I0 ^
-outputdir=.shake ^
-j ^
-O ^
-o .shake/build
@set shakeArgs=--lint ^
--directory ^
".." ^
%*
@rem Unset GHC_PACKAGE_PATH variable, as otherwise ghc-cabal complains
@set GHC_PACKAGE_PATH=
@ghc %ghcArgs% && .shake\build %shakeArgs%
|
@mkdir .shake 2> nul
@set ghcArgs=--make ^
-Wall ^
src/Main.hs ^
-isrc ^
-rtsopts ^
-with-rtsopts=-I0 ^
-outputdir=.shake ^
-j ^
-O ^
-o .shake/build
@set shakeArgs=--lint ^
--directory ^
".." ^
%*
@ghc %ghcArgs%
@if %ERRORLEVEL% EQU 0 (
@rem Unset GHC_PACKAGE_PATH variable, as otherwise ghc-cabal complains
@set GHC_PACKAGE_PATH=
@.shake\build %shakeArgs%
)
|
Reset GHC_PACKAGE_PATH varialbe (5th try).
|
Reset GHC_PACKAGE_PATH varialbe (5th try).
See #110.
|
Batchfile
|
bsd-3-clause
|
snowleopard/hadrian,izgzhen/hadrian,sdiehl/ghc,sdiehl/ghc,snowleopard/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,bgamari/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc
|
68f40c5cafda58dd295285730ee6186e2066d643
|
marks.bat
|
marks.bat
|
@echo off
if not exist "%~dp0marks\*.mark" echo No marks exist.&&exit /b 1
for /f "delims=" %%f in ('dir /b "%~dp0marks\*.mark"') do (for /F "usebackq delims=" %%i in ("%~dp0marks\%%f") do echo %%~nf =^> %%i)
|
@echo off
if not exist "%~dp0marks\*.mark" echo No marks exist.&&exit /b 1
for /f "delims=" %%f in ('dir /b "%~dp0marks\*.mark"') do (for /F "usebackq delims=" %%i in ("%~dp0marks\%%f") do echo %%~nf -^> %%i)
|
Change arrow to match original.
|
Change arrow to match original.
|
Batchfile
|
mit
|
dictoon/marks
|
948caf38b90f5feb167e40e087075f4ce28c5504
|
src/resources/forrest-shbat/bin/forrest.bat
|
src/resources/forrest-shbat/bin/forrest.bat
|
@echo off
setlocal
Rem ----- set the current working dir as the PROJECT_HOME variable ----
call "%FORREST_HOME%\bin\setpwdvar.bat"
set PROJECT_HOME="%PWD%"
Rem ----- use the location of this script to infer $FORREST_HOME -------
set FORREST_HOME=%~dp0\..
Rem ----- set the ant file to use --------------------------------------
set ANTFILE="%FORREST_HOME%\forrest.build.xml"
Rem ----- Save old ANT_HOME --------------------------------------------
set OLD_ANT_HOME=%ANT_HOME%
set ANT_HOME="%FORREST_HOME%\ant"
echo "Apache Forrest. Run 'forrest -projecthelp' to list options"
echo
Rem ----- call ant.. ---------------------------------------------------
call "%ANT_HOME%\bin\ant" -buildfile %ANTFILE% -Dbasedir="%PROJECT_HOME%" -Dproject.home="%PROJECT_HOME%" -Dforrest.home="%FORREST_HOME%" -emacs -logger org.apache.tools.ant.NoBannerLogger %1 %2 %3 %4 %5 %6 %7 %8 %9
Rem ---- Restore old ANT_HOME
set ANT_HOME=%OLD_ANT_HOME%
set CLASSPATH=%OLD_CLASSPATH%
endlocal
|
@echo off
setlocal
Rem ----- set the current working dir as the PROJECT_HOME variable ----
call "%FORREST_HOME%\bin\setpwdvar.bat"
set PROJECT_HOME="%PWD%"
Rem ----- use the location of this script to infer $FORREST_HOME -------
set FORREST_HOME=%~dp0\..
Rem ----- set the ant file to use --------------------------------------
set ANTFILE="%FORREST_HOME%\forrest.build.xml"
Rem ----- Save old ANT_HOME --------------------------------------------
set OLD_ANT_HOME=%ANT_HOME%
set ANT_HOME="%FORREST_HOME%\ant"
echo "Apache Forrest. Run 'forrest -projecthelp' to list options"
Rem ----- call ant.. ---------------------------------------------------
call "%ANT_HOME%\bin\ant" -buildfile %ANTFILE% -Dbasedir="%PROJECT_HOME%" -Dproject.home="%PROJECT_HOME%" -Dforrest.home="%FORREST_HOME%" -emacs -logger org.apache.tools.ant.NoBannerLogger %1 %2 %3 %4 %5 %6 %7 %8 %9
Rem ---- Restore old ANT_HOME
set ANT_HOME=%OLD_ANT_HOME%
set CLASSPATH=%OLD_CLASSPATH%
endlocal
|
Stop script breaking on XP. Thanks to Chanshin Lee
|
Stop script breaking on XP. Thanks to Chanshin Lee
git-svn-id: fea306228a0c821168c534b698c8fa2a33280b3b@7564 13f79535-47bb-0310-9956-ffa450edef68
|
Batchfile
|
apache-2.0
|
apache/forrest,apache/forrest,apache/forrest,apache/forrest,apache/forrest,apache/forrest
|
a276dc1a1df15b744fb4e8a21ad13e43365c4e22
|
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
|
google/namebench,google/namebench,protron/namebench,google/namebench,rogers0/namebench
|
21ba3018a918a2c7c1f39e015c32e20f1cd67a86
|
os2/svnrev.cmd
|
os2/svnrev.cmd
|
/* REXX script to get the svn revision and display it. */
Trace o
fn = 'SVN.REV'
Address System 'svnversion . | rxqueue > nul:'
/* default version to 0, if svnversion doesn't exist or no .svn here */
ver = 0
If Queued() \= 0 Then
Do
/* Using PARSE PULL preserves case */
/* If it is a double value get the first value only */
Parse Pull sval ver ':' .
If Strip( ver ) = '' Then ver = sval
If ver = 'exported' Then ver = 0
If Datatype( Right( ver, 1 ) ) \= 'NUM' Then ver = Substr( ver, 1, Length( ver) - 1 )
End
Call Stream fn, 'C', 'OPEN'
Call Lineout fn,'VERREV='ver
Call Stream fn, 'C', 'CLOSE'
Exit 0
|
/* REXX script to get the svn revision and display it. */
Trace o
fn = 'SVN.REV'
'svnversion . | rxqueue > nul:'
/* default version to 0, if svnversion doesn't exist or no .svn here */
ver = 0
If Queued() \= 0 Then
Do
/* Using PARSE PULL preserves case */
/* If it is a double value get the first value only */
Parse Pull sval ver ':' .
If Strip( ver ) = '' Then ver = sval
If ver = 'exported' Then ver = 0
If Datatype( Right( ver, 1 ) ) \= 'NUM' Then ver = Substr( ver, 1, Length( ver) - 1 )
End
Call Stream fn, 'C', 'OPEN'
Call Lineout fn,'VERREV='ver
Call Stream fn, 'C', 'CLOSE'
Exit 0
|
Address Sysem isn't working for me in the REXX script on OS/2. Also the line endings were not being interpretted by CMD.EXE.
|
Address Sysem isn't working for me in the REXX script on OS/2.
Also the line endings were not being interpretted by CMD.EXE.
|
Batchfile
|
bsd-3-clause
|
OS2World/LIB-DynamicWindows,OS2World/LIB-DynamicWindows,OS2World/LIB-DynamicWindows
|
3cee8ea62fb00b6eadea08d90506d65bfa914278
|
script/create-feature-branch.bat
|
script/create-feature-branch.bat
|
@echo off
setlocal
call before-branch.bat
echo.
echo.
:: crate new feature branch locally
echo Create new Feature branch locally
SET /P feature_branch_name="Please enter the name of the feature branch: feature-"
SET /P feature_version="Please enter the version of the feature:"
git checkout -b feature-%feature_branch_name% develop
echo.
echo.
:: increase version on feature branch
echo Increasing version of feature branch
call "%M2_HOME%/bin/mvn" versions:set -DnewVersion=%feature_version%-SNAPSHOT -DprocessAllModules=true
echo.
echo.
echo Commiting update POM Files
:: commit the pom file with the updated version
git commit -m "changing feature version to new version" *pom.xml
echo ... done
echo.
echo.
:: publish the feature branch to github, so that everybody sees it
echo Pushing Feature branch to Github
SET /P confirm="Should the feature branch be pushed to gitgub [y/n]"
IF "%confirm%" == "y" git push origin feature-%feature_branch_name%
endlocal
:exit
echo Feature Branch batch job ended
|
@echo off
setlocal
call script\before-branch.bat
echo.
echo.
:: crate new feature branch locally
echo Create new Feature branch locally
SET /P feature_branch_name="Please enter the name of the feature branch: feature-"
SET /P feature_version="Please enter the version of the feature:"
git checkout -b feature-%feature_branch_name% develop
echo.
echo.
:: increase version on feature branch
echo Increasing version of feature branch
call "%M2_HOME%/bin/mvn" versions:set -DnewVersion=%feature_version%-SNAPSHOT -DprocessAllModules=true
echo.
echo.
echo Commiting update POM Files
:: commit the pom file with the updated version
git commit -m "changing feature version to new version" *pom.xml
echo ... done
echo.
echo.
:: publish the feature branch to github, so that everybody sees it
echo Pushing Feature branch to Github
SET /P confirm="Should the feature branch be pushed to gitgub [y/n]"
IF "%confirm%" == "y" git push origin feature-%feature_branch_name%
endlocal
:exit
echo Feature Branch batch job ended
|
Update of script on dev branch
|
Update of script on dev branch
|
Batchfile
|
apache-2.0
|
stefan0722/gitflowv2,stefan0722/gitflowv2
|
f27fbdcdfe2a993a246d25998712a00e1cef2d45
|
rs1/nssmdocker.cmd
|
rs1/nssmdocker.cmd
|
@echo off
rem This is a variant of runDockerDaemon.cmd in programdata\docker installed by Install-ContainerHost.ps1
rem It has some key differences for use in Windows CI for TP5+
rem - Daemon is NOT debug
rem - Daemon is renamed to dockernssm.exe to spot easily in task manager
rem - Daemon is redirected to d:\daemon, D: being a fast SSD on CI machines
rem - TEMP and TMP are redirected to d:\temp (SSD drive)
if /I NOT "%LOCAL_CI_INSTALL%" EQU "1" (
set TEMP=d:\temp
set TMP=d:\temp
mkdir d:\temp > nul 2>&1
if exist d:\nssmdaemon (goto :runproduction)
mkdir d:\nssmdaemon
:runproduction
copy %systemroot%\system32\dockerd.exe %systemroot%\system32\nssmdockerd.exe /Y
nssmdockerd --graph=d:\nssmdaemon --pidfile=d:\nssmdaemon\daemon.pid
) ELSE (
if exist c:\nssmdaemon (goto :runlocal)
mkdir c:\nssmdaemon
:runlocal
copy %systemroot%\system32\dockerd.exe %systemroot%\system32\nssmdockerd.exe /Y
nssmdockerd --graph=c:\nssmdaemon --pidfile=c:\nssmdaemon\daemon.pid
)
|
@echo off
rem This is a variant of runDockerDaemon.cmd in programdata\docker installed by Install-ContainerHost.ps1
rem It has some key differences for use in Windows CI for TP5+
rem - Daemon is NOT debug
rem - Daemon is renamed to dockernssm.exe to spot easily in task manager
rem - Daemon is redirected to d:\daemon, D: being a fast SSD on CI machines
rem - TEMP and TMP are redirected to d:\temp (SSD drive)
if /I NOT "%LOCAL_CI_INSTALL%" EQU "1" (
set TEMP=d:\temp
set TMP=d:\temp
mkdir d:\temp > nul 2>&1
if exist d:\control (goto :runproduction)
mkdir d:\control
:runproduction
copy %systemroot%\system32\dockerd.exe %systemroot%\system32\nssmdockerd.exe /Y
nssmdockerd --graph=d:\control --pidfile=d:\control\daemon.pid
) ELSE (
if exist c:\control (goto :runlocal)
mkdir c:\control
:runlocal
copy %systemroot%\system32\dockerd.exe %systemroot%\system32\nssmdockerd.exe /Y
nssmdockerd --graph=c:\control --pidfile=c:\control\daemon.pid
)
|
Move nssm to \control so only one docker load
|
Move nssm to \control so only one docker load
Signed-off-by: John Howard <[email protected]>
|
Batchfile
|
mit
|
jhowardmsft/docker-w2wCIScripts
|
b318e68a5b77e2422d44a570611854fd16220f28
|
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.62" -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.63" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
|
Patch for version 0.63 update
|
[Nomad] Patch for version 0.63 update
|
Batchfile
|
mit
|
LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide
|
dbece2a09ea3b6e85236bdc8a39d88d82e108986
|
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.70" -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.71" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
|
Patch for version 0.71 update
|
[Nomad] Patch for version 0.71 update
|
Batchfile
|
mit
|
Visagalis/Oxide,LaserHydra/Oxide,Visagalis/Oxide,LaserHydra/Oxide
|
0b4335cbf43d0cbfeb1924b8ac4f77968b8e0de9
|
tools/nuget_pack.bat
|
tools/nuget_pack.bat
|
@echo off
REM Capture parameters
set ScriptDir=%~dp0
set SolutionDir=%~1
set AssemblyName=%~2
set NuGetCommand=%ScriptDir%NuGet.exe
set VersionInfoCommand=%ScriptDir%VersionInfo.vbs
set output=%SolutionDir%Output
set nuget_nuspec=%SolutionDir%%AssemblyName%.nuspec
set nuget_folder=%SolutionDir%.nuget\%AssemblyName%
if not exist %nuget_nuspec% (
echo The nuspec file could not be found at: %nuget_nuspec%
EXIT /B 1
)
for /f %%i in ('cscript //nologo %VersionInfoCommand% %output%\net46\%AssemblyName%.dll') do set AssemblyVersion=%%i
mkdir "%nuget_folder%" > nul 2>&1
del "%nuget_folder%\%AssemblyName%.nuspec" > nul 2>&1
copy "%nuget_nuspec%" "%nuget_folder%" > nul
REM %NuGetCommand% pack %nuget_folder%\%AssemblyName%.nuspec -Version %AssemblyVersion% -Symbols -OutputDirectory %output%
%NuGetCommand% pack %nuget_folder%\%AssemblyName%.nuspec -Version %AssemblyVersion% -OutputDirectory %output%
rmdir /s/q "%SolutionDir%.nuget" > nul 2>&1
|
@echo off
REM Capture parameters
set ScriptDir=%~dp0
set SolutionDir=%~1
set AssemblyName=%~2
set NuGetCommand=%ScriptDir%NuGet.exe
set VersionInfoCommand=%ScriptDir%VersionInfo.vbs
set output=%SolutionDir%Output
set nuget_nuspec=%SolutionDir%%AssemblyName%.nuspec
set nuget_folder=%SolutionDir%.nuget\%AssemblyName%
if not exist %nuget_nuspec% (
echo The nuspec file could not be found at: %nuget_nuspec%
EXIT /B 1
)
for /f %%i in ('cscript //nologo %VersionInfoCommand% %output%\net46\%AssemblyName%.dll') do set AssemblyVersion=%%i
mkdir "%nuget_folder%" > nul 2>&1
del "%nuget_folder%\%AssemblyName%.nuspec" > nul 2>&1
copy "%nuget_nuspec%" "%nuget_folder%" > nul
%NuGetCommand% pack %nuget_folder%\%AssemblyName%.nuspec -Version %AssemblyVersion% -Symbols -OutputDirectory %output%
REM %NuGetCommand% pack %nuget_folder%\%AssemblyName%.nuspec -Version %AssemblyVersion% -OutputDirectory %output%
rmdir /s/q "%SolutionDir%.nuget" > nul 2>&1
|
Change to pack with and without symbols
|
Change to pack with and without symbols
|
Batchfile
|
mit
|
skarllot/TaskParallelLibraryCE
|
00c7ba122f9f883b36c78682168f9f361833c08b
|
.appveyor/install.cmd
|
.appveyor/install.cmd
|
git clone https://github.com/Vasar007/TIMLE.git
cd SFML
mkdir install
mkdir build
cd build
cmake .. -G "Visual Studio 15 Win64" -DCMAKE_INSTALL_PREFIX=../install -DSFML_DEPENDENCIES_INSTALL_PREFIX=../install -DSFML_BUILD_FRAMEWORKS=FALSE -DBUILD_SHARED_LIBS=TRUE
msbuild INSTALL.vcxproj
cd ../../
git clone https://github.com/Vasar007/TIMLE.git
cd TIMLE
mkdir build
mkdir build/TIMLE
cmake . -G "Visual Studio 15 Win64" -DCMAKE_BUILD_TYPE=$BUILD_CONFIGURATION -DTARGET_CPU=$TARGET_CPU -DCMAKE_INSTALL_PREFIX=./build/TIMLE -DCMAKE_PREFIX_PATH=./SFML/install
|
git clone https://github.com/SFML/SFML.git
cd SFML
mkdir install
mkdir build
cd build
cmake .. -G "Visual Studio 15 Win64" -DCMAKE_INSTALL_PREFIX=../install -DSFML_DEPENDENCIES_INSTALL_PREFIX=../install -DSFML_BUILD_FRAMEWORKS=FALSE -DBUILD_SHARED_LIBS=TRUE
msbuild INSTALL.vcxproj
cd ../../
git clone https://github.com/Vasar007/TIMLE.git
cd TIMLE
mkdir build
mkdir build/TIMLE
cmake . -G "Visual Studio 15 Win64" -DCMAKE_BUILD_TYPE=$BUILD_CONFIGURATION -DTARGET_CPU=$TARGET_CPU -DCMAKE_INSTALL_PREFIX=./build/TIMLE -DCMAKE_PREFIX_PATH=./SFML/install
|
Fix clone command for appveyor
|
Fix clone command for appveyor
|
Batchfile
|
apache-2.0
|
Vasar007/TIMLE,Vasar007/TIMLE
|
e6a096dcb5b61349c3368e595440aafd78667d94
|
BUILD.cmd
|
BUILD.cmd
|
@echo off
REM This build script allows you to build the TTR Mouse Click Simulator.
REM For information about prerequisites, see the Wiki page at
REM https://github.com/TTExtensions/MouseClickSimulator/wiki/Running-the-Simulator
SetLocal ENABLEDELAYEDEXPANSION
echo.Building the TTR Mouse Click Simulator...
echo.
REM MSBuild is always installed in the 32-Bit program files folder
if "!ProgramFiles(x86)!"=="" (
set "ProgramFiles32Bit=!ProgramFiles!"
) else (
set "ProgramFiles32Bit=!ProgramFiles(x86)!"
)
set "BuildExe=!ProgramFiles32Bit!\MSBuild\14.0\Bin\MSBuild.exe"
if not exist "!BuildExe!" (
echo.ERROR: MSBuild not found at "!BuildExe!"^^!
pause
exit /b 1
)
"!BuildExe!" /v:minimal /nologo /p:Configuration=Release "TTMouseclickSimulator\TTMouseclickSimulator.csproj"
if not errorlevel 1 (
echo.
echo.Build successful^^!
)
pause
|
@echo off
REM This build script allows you to build the TTR Mouse Click Simulator.
REM For information about prerequisites, see the Wiki page at
REM https://github.com/TTExtensions/MouseClickSimulator/wiki/Running-the-Simulator
SetLocal ENABLEDELAYEDEXPANSION
echo.Building the TTR Mouse Click Simulator...
echo.
REM MSBuild is always installed in the 32-Bit program files folder
if "!ProgramFiles(x86)!"=="" (
set "ProgramFiles32Bit=!ProgramFiles!"
) else (
set "ProgramFiles32Bit=!ProgramFiles(x86)!"
)
set "BuildExe=!ProgramFiles32Bit!\MSBuild\14.0\Bin\MSBuild.exe"
if not exist "!BuildExe!" (
echo.ERROR: MSBuild not found at "!BuildExe!"^^!
pause
exit /b 1
)
"!BuildExe!" /v:minimal /nologo /p:Configuration=Release "TTMouseclickSimulator\TTMouseclickSimulator.csproj"
if not errorlevel 1 (
echo.
echo.Build successful^^!
)
pause
exit /b !ERRORLEVEL!
|
Return the exit code from MSBuild.
|
Return the exit code from MSBuild.
|
Batchfile
|
mit
|
TTExtensions/MouseClickSimulator
|
5790b4e42dffc79b93fa66918cdb9fe3d41b38dc
|
build.cmd
|
build.cmd
|
@echo off
cls
.paket\paket.bootstrapper.exe 0.8.6
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe install -v
if errorlevel 1 (
exit /b %errorlevel%
)
packages\FAKE\tools\FAKE.exe build.fsx %*
|
@echo off
cls
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\FAKE\tools\FAKE.exe build.fsx %*
|
Use the latest paket.exe but just restore
|
Use the latest paket.exe but just restore
|
Batchfile
|
apache-2.0
|
dedale/VisualFSharpPowerTools,isaacabraham/VisualFSharpPowerTools,0x53A/VisualFSharpPowerTools,vasily-kirichenko/FSharpVSPowerTools,smoothdeveloper/VisualFSharpPowerTools,yever/VisualFSharpPowerTools,vasily-kirichenko/FSharpVSPowerTools,dungpa/PowerTools,cloudRoutine/VisualFSharpPowerTools,forki/FSharpVSPowerTools,cloudRoutine/VisualFSharpPowerTools,bentayloruk/FSharpVSPowerTools,fsprojects/VisualFSharpPowerTools,fsprojects/VisualFSharpPowerTools,xperiandri/VisualFSharpPowerTools,enricosada/VisualFSharpPowerTools,ovatsus/VisualFSharpPowerTools,enricosada/VisualFSharpPowerTools,dkinitiate/VisualFSharpPowerTools
|
fe9e76cdffde2c77b205021a95ae8f10cfe58be8
|
bin/resin.cmd
|
bin/resin.cmd
|
@echo off
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64
set NODE_PATH="%~dp0\bin\node\node-win32-%ARCH%.exe"
@IF NOT EXIST %NODE_PATH% (
set NODE_PATH="node.exe"
)
%NODE_PATH% "%~dp0\..\lib\resin.js" %*
|
@echo off
:: http://stackoverflow.com/questions/12322308/batch-file-to-check-64bit-or-32bit-os
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64
set NODE_PATH="%~dp0\bin\node\node-win32-%ARCH%.exe"
@IF NOT EXIST %NODE_PATH% (
set NODE_PATH="node.exe"
)
%NODE_PATH% "%~dp0\..\lib\resin.js" %*
|
Comment source of Windows arch snippet
|
Comment source of Windows arch snippet
|
Batchfile
|
apache-2.0
|
resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli
|
69bbc6708f99d5e5424850d0224716bdeab3b345
|
Tools/SetVsEnv.bat
|
Tools/SetVsEnv.bat
|
@echo off
set __VS_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017
if "%CODEQL_HOME%"=="" set CODEQL_HOME=c:\codeql-home
set CODEQL_BIN=%CODEQL_HOME%\codeql\codeql.cmd
if not "%EnterpriseWDK%"=="" goto ewdk_ready
if "%EWDK11_DIR%"=="" goto vs_vars
call %EWDK11_DIR%\BuildEnv\SetupBuildEnv.cmd
::call :add_path "%VCToolsRedistDir%onecore\x86\Microsoft.VC142.OPENMP"
goto :eof
:vs_vars
if not "%VSFLAVOR%"=="" goto :knownVS
call :checkvs
echo USING %VSFLAVOR% Visual Studio
:knownVS
echo %0: Setting NATIVE ENV for %1 (VS %VSFLAVOR%)...
call "%__VS_PATH%\%VSFLAVOR%\VC\Auxiliary\Build\vcvarsall.bat" %1
goto :eof
:checkvs
set VSFLAVOR=Professional
if exist "%__VS_PATH%\Community\VC\Auxiliary\Build\vcvarsall.bat" set VSFLAVOR=Community
goto :eof
:ewdk_ready
echo We are already in EWDK version: %Version_Number%
goto :eof
:add_path
echo %path% | findstr /i /c:"%~dp1"
if not errorlevel 1 goto :eof
echo Adding path %~dp1
set path=%path%;%~dp1
goto :eof
|
@echo off
if "%CODEQL_HOME%"=="" set CODEQL_HOME=c:\codeql-home
set CODEQL_BIN=%CODEQL_HOME%\codeql\codeql.cmd
if not "%EnterpriseWDK%"=="" goto ready
if "%EWDK11_DIR%"=="" set EWDK11_DIR=c:\ewdk11
:: call :add_path "%EWDK11_DIR%\Program Files\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.28.29910\onecore\x86\Microsoft.VC142.OPENMP\vcomp140.dll"
call %EWDK11_DIR%\BuildEnv\SetupBuildEnv.cmd
goto :eof
:add_path
echo %path% | findstr /i /c:"%~dp1"
if not errorlevel 1 goto :eof
echo Adding path %~dp1
set path=%path%;%~dp1
goto :eof
:ready
echo We are already in EWDK version: %Version_Number%
goto :eof
|
Revert "build: autoselect build env"
|
Revert "build: autoselect build env"
This reverts commit 66d8b30a838ae77c34f36eaad1a9048b0eaed1a6.
|
Batchfile
|
bsd-3-clause
|
vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows
|
25a5f406faa76c82fffdac9de26bdd2407c01645
|
config/pidkill.bat
|
config/pidkill.bat
|
echo off
REM leave a pid file so that a non-DC process
REM like configd can be notified for shutdown
copy /y /nul > %cd%\.pid%1
REM set this sleep value to be at least twice
REM as long as the QMF_CONFIGD_WIN_INTERVAL
SLEEP 6
EXIT /B 0
|
echo off
REM leave a pid file so that a non-DC process
REM like configd can be notified for shutdown
copy /y /nul > %cd%\.pid%1
REM set this sleep value to be at least twice
REM as long as the QMF_CONFIGD_WIN_INTERVAL
set cntr=0
:LoopStart
IF NOT EXIST %cd%\.pid%1 Goto EndClean
SLEEP 1
IF %cntr%==5 Goto EndBad
set /A cntr=%cntr%+1
Goto LoopStart
:EndClean
REM Give an extra second to clean up
SLEEP 1
EXIT /B 0
:EndBad
EXIT /B 1
|
Update to exit if pid has been cleaned and configd is no longer there.
|
Update to exit if pid has been cleaned and configd is no longer there.
|
Batchfile
|
apache-2.0
|
htcondor/configuration_tools,htcondor/configuration_tools,htcondor/configuration_tools
|
3d46627356f21b6cb61a21700981a8ff359d9d83
|
ebtask_example.bat
|
ebtask_example.bat
|
set PYTHON=C:\Python27\python.exe
set BASE_DIR=[Your email-backup checkout]
set OUTPUT_DIR=[Directory to output archive]
set EMAIL=[Email address]
set PASSWORD=[Password (application specific password for gmail accounts)]
set IMAP=[IMAP server address]
%python% %BASE_DIR%\ebackup.py -e %EMAIL% -p %PASSWORD% -i %IMAP% -o %OUTPUT_DIR%
%python% %BASE_DIR%\ebexporter.py -i %OUTPUT_DIR%\%EMAIL% -o %OUTPUT_DIR%\%EMAIL%\Archive.mbox
|
set PYTHON=C:\Python27\python.exe
set BASE_DIR=[Your email-backup checkout]
set OUTPUT_DIR=[Directory to output archive]
set EMAIL=[Email address]
set PASSWORD=[Password (application specific password for gmail accounts)]
set IMAP=[IMAP server address]
%python% %BASE_DIR%\ebackup.py -e %EMAIL% -p %PASSWORD% -i %IMAP% -o %OUTPUT_DIR%\Git
%python% %BASE_DIR%\ebarchiver.py -i %OUTPUT_DIR%\Git\%EMAIL% -o %OUTPUT_DIR%\Archives\%EMAIL%.zip
|
Update the windows shell script.
|
Update the windows shell script.
|
Batchfile
|
mit
|
thegoldenmule/email-backup,thegoldenmule/email-backup
|
798ae96af69bca78252f3148d1dd7fff31409f02
|
ci/scripts/herd-cats-windows32.bat
|
ci/scripts/herd-cats-windows32.bat
|
git submodule update --init
SET CLIPATH=c:\jenkins\workspace\go-cli-tests-windows32Bit
SET GOPATH=%CLIPATH%
c:\Go\bin\go build -v -o cf-windows-386.exe main
SET GOPATH=c:\Users\Administrator\go
SET CATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
copy %CLIPATH%\cf-windows-386.exe %CATSPATH%\gcf.exe /Y
SET PATH=%PATH%;%CATSPATH%
call %environment.bat
cd %CATSPATH%
SET CONFIG=%CATSPATH%\config.json
%GOPATH%\bin\ginkgo -r -v -slowSpecThreshold=300 -skip="admin buildpack"
|
git submodule update --init
SET CLIPATH=c:\jenkins\workspace\go-cli-tests-windows32Bit
SET GOPATH=%CLIPATH%
c:\Go\bin\go build -v -o cf-windows-386.exe main
SET GOPATH=c:\Users\Administrator\go
SET CATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
copy %CLIPATH%\cf-windows-386.exe %CATSPATH%\gcf.exe /Y
SET PATH=%PATH%;%CATSPATH%;C:\Program Files\cURL\bin
call %environment.bat
cd %CATSPATH%
SET CONFIG=%CATSPATH%\config.json
%GOPATH%\bin\ginkgo -r -v -slowSpecThreshold=300 -skip="admin buildpack"
|
Add cURL to the path for windows32 CATS tests
|
Add cURL to the path for windows32 CATS tests
|
Batchfile
|
apache-2.0
|
saurabhguptasg/cli,nttlabs/cli,Zouuup/cli,rastasheep/trash-can,SrinivasChilveri/cli,rastasheep/trash-can,hyenaspots/cli,carnell69/cli,diatmpravin/cli,markstgodard/cli,AmitRoushan/cli,zhang-hua/cli,evanfarrar/cli,Zouuup/cli,cgvarela/cli,saravana76/cli,simonleung8/cli,SrinivasChilveri/cli,HuaweiTech/cli,markstgodard/cli,evanfarrar/cli,srikanth88infy/cli,pishro-cc/cli,simonleung8/cli,zhang-hua/cli,hyenaspots/cli,ReachingOut/cli,xingzhou/cli,mcowger/cli,mcowger/cli,evanfarrar/cli,xingzhou/cli,ofer43211/cli,ReachingOut/cli,srikanth88infy/cli,evanfarrar/cli,pishro-cc/cli,cf-routing/cli,TomG713/cli,rastasheep/trash-can,cf-routing/cli,18F/cli,fujitsu-cf/cli,zhang-hua/cli,TomG713/cli,pishro-cc/cli,diatmpravin/cli,hyenaspots/cli,zhang-hua/cli,saravana76/cli,saurabhguptasg/cli,diatmpravin/cli,AmitRoushan/cli,AmitRoushan/cli,nttlabs/cli,ofer43211/cli,markstgodard/cli,mcintyred/cli,kavoj/cli,HuaweiTech/cli,saurabhguptasg/cli,18F/cli,pishro-cc/cli,Zouuup/cli,SrinivasChilveri/cli,cf-routing/cli,EngineerBetter/cli,kavoj/cli,EngineerBetter/cli,carnell69/cli,rastasheep/trash-can,fujitsu-cf/cli,ofer43211/cli,ReachingOut/cli,ofer43211/cli,diatmpravin/cli,cf-routing/cli,nttlabs/cli,nttlabs/cli,mcintyred/cli,srikanth88infy/cli,saurabhguptasg/cli,EngineerBetter/cli,mcowger/cli,carnell69/cli,HuaweiTech/cli,SrinivasChilveri/cli,18F/cli,Zouuup/cli,mcowger/cli,carnell69/cli,ReachingOut/cli,saravana76/cli,HuaweiTech/cli,simonleung8/cli,mcintyred/cli,kavoj/cli,TomG713/cli,cgvarela/cli,18F/cli,srikanth88infy/cli,TomG713/cli,markstgodard/cli,hyenaspots/cli,kavoj/cli,mcintyred/cli,AmitRoushan/cli,EngineerBetter/cli,xingzhou/cli,cgvarela/cli,fujitsu-cf/cli,xingzhou/cli,saravana76/cli,cgvarela/cli
|
0b41a1dd77a5a1c3857f231a54290039fc4cb0ec
|
build.cmd
|
build.cmd
|
@ECHO OFF
SETLOCAL
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
SET VS2015_BUILD_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
IF NOT EXIST %VS2015_BUILD_TOOLS_PATH% (
echo In order to build or run this tool you need either Visual Studio 2015 Preview or
echo Microsoft Build Tools 2015 Preview tools installed.
echo.
echo Visit http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs
echo to download either.
goto :eof
)
IF EXIST %CACHED_NUGET% goto restore
echo Downloading latest version of NuGet.exe...
IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://www.nuget.org/nuget.exe' -OutFile '%CACHED_NUGET%'"
:restore
IF EXIST "%~dp0src\packages" goto build
%CACHED_NUGET% restore %SOLUTION_PATH%
:build
"%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe" %SOLUTION_PATH% /p:OutDir="%~dp0bin " /nologo /m /v:m /flp:verbosity=normal %*
|
@ECHO OFF
SETLOCAL
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
SET BUILD_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
IF NOT EXIST %BUILD_TOOLS_PATH% (
echo In order to build or run this tool you need either Visual Studio 2015 Preview or
echo Microsoft Build Tools 2015 Preview tools installed.
echo.
echo Visit http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs
echo to download either.
goto :eof
)
IF EXIST %CACHED_NUGET% goto restore
echo Downloading latest version of NuGet.exe...
IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://www.nuget.org/nuget.exe' -OutFile '%CACHED_NUGET%'"
:restore
IF EXIST "%~dp0src\packages" goto build
%CACHED_NUGET% restore %SOLUTION_PATH%
:build
"%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe" %SOLUTION_PATH% /p:OutDir="%~dp0bin " /nologo /m /v:m /flp:verbosity=normal %*
|
Rename variable to not include the VS version
|
Rename variable to not include the VS version
This minimizes the number of changes when the tool has to target a
higher version of Visual Studio. Besides, it doesn't actually point
to Visual Studio per-se.
|
Batchfile
|
mit
|
jeremyabbott/codeformatter,kharaone/codeformatter,shiftkey/Octokit.CodeFormatter,david-mitchell/codeformatter,twsouthwick/codeformatter,srivatsn/codeformatter,BradBarnich/codeformatter,jaredpar/codeformatter,dotnet/codeformatter,mmitche/codeformatter,dotnet/codeformatter,rollie42/codeformatter,cbjugstad/codeformatter,hickford/codeformatter,mmitche/codeformatter,rainersigwald/codeformatter,twsouthwick/codeformatter,michaelcfanning/codeformatter,weltkante/codeformatter,shiftkey/codeformatter,BertTank/codeformatter,Maxwe11/codeformatter
|
43b28b6b42b7037294d4b45894d67ed0eb2782f6
|
FetchVM.cmd
|
FetchVM.cmd
|
@ECHO OFF
REM Fetch the DolphinVM binaries from GitHub into the current directory.
REM Specify a parameter to fetch a specific version or leave blank to
REM get the recommended VM version for this release of the image.
FOR /F "usebackq delims=" %%A in (`"git describe --abbrev=0"`) do SET tag=%%A
powershell.exe -ExecutionPolicy RemoteSigned -file FetchVM.ps1 %tag% %*
|
@ECHO OFF
REM Fetch the DolphinVM binaries from GitHub into the current directory.
REM Specify a parameter to fetch a specific version or leave blank to
REM get the recommended VM version for this release of the image.
FOR /F "usebackq delims=" %%A in (`"git describe --tags --abbrev=0"`) do SET tag=%%A
powershell.exe -ExecutionPolicy RemoteSigned -file FetchVM.ps1 %tag% %*
|
Use unannotated tags for fetchvm as github creates these for releases
|
Use unannotated tags for fetchvm as github creates these for releases
The FetchVM script uses the latest tag to decide which VM to download, but
was assuming that only annotated tags should be considered. However, since
the tags created by github releases are not annotated, this is not very
useful!
|
Batchfile
|
mit
|
dolphinsmalltalk/Dolphin,jgfoster/Dolphin,jgfoster/Dolphin,objectarts/Dolphin,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,dolphinsmalltalk/Dolphin,jgfoster/Dolphin,objectarts/Dolphin,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin
|
bae72b8339ba6366400ef8ba962ae8397e23a873
|
ui/org.openmole.ui/src/main/resources/openmole.bat
|
ui/org.openmole.ui/src/main/resources/openmole.bat
|
rmdir /s /q "configuration\org.eclipse.core.runtime"
rmdir /s /q "configuration\org.eclipse.equinox.app"
rmdir /s /q "configuration\org.eclipse.osgi"
java -ea -Dosgi.classloader.singleThreadLoads=true -XX:+UseCompressedOops -XX:MaxPermSize=128M -XX:+UseParallelGC -Xmx1G -jar plugins\org.eclipse.equinox.launcher.jar -p openmole-plugins -g openmole-plugins-gui %*
|
rmdir /s /q "configuration\org.eclipse.core.runtime"
rmdir /s /q "configuration\org.eclipse.equinox.app"
rmdir /s /q "configuration\org.eclipse.osgi"
java -ea -Dosgi.classloader.singleThreadLoads=true -XX:MaxPermSize=128M -XX:+UseParallelGC -Xmx1G -jar plugins\org.eclipse.equinox.launcher.jar -p openmole-plugins -g openmole-plugins-gui %*
|
Remove the compressed oops flag for now.
|
Remove the compressed oops flag for now.
|
Batchfile
|
agpl-3.0
|
openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole
|
f5ede7d2d4e14d459c0b982875168e044f4ab313
|
projectCreator.bat
|
projectCreator.bat
|
rem echo off
SET mypath=%~dp0
set platformsFolder=platforms
set platformName="Visual Studio 14"
set folder=%mypath%\%platformsFolder%\%platformName%
if not exist %folder% (mkdir %folder%)
cd %platformsFolder%
rem call cmake
cmake.exe .. -G%platformName%
cd %mypath%
pause
|
echo off
SET mypath=%~dp0
set platformsFolder=platforms
set platformName=%1
set folder=%mypath%\%platformsFolder%\%platformName%
if not exist %folder% (mkdir %folder%)
cd %folder%
rem call cmake
cmake.exe %mypath% -G%platformName%
cd %mypath%
pause
|
Use parameter as platform to create project
|
Use parameter as platform to create project
|
Batchfile
|
mit
|
aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/AppLauncher,aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/ClappLauncher
|
9576d958f65cd55abe856481c299d4090aa1a2f4
|
conda-recipes/llvmdev/bld.bat
|
conda-recipes/llvmdev/bld.bat
|
mkdir build
cd build
set BUILD_CONFIG=Release
REM Configure step
if "%ARCH%"=="32" (
set CMAKE_GENERATOR=Visual Studio 12 2013
) else (
set CMAKE_GENERATOR=Visual Studio 12 2013 Win64
)
set CMAKE_GENERATOR_TOOLSET=v120_xp
REM Reduce build times and package size by removing unused stuff
set CMAKE_CUSTOM=-DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_INCLUDE_TESTS=OFF ^
-DLLVM_INCLUDE_UTILS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF ^
-DLLVM_ENABLE_ASSERTIONS=ON
cmake -G "%CMAKE_GENERATOR%" -T "%CMAKE_GENERATOR_TOOLSET%" ^
-DCMAKE_BUILD_TYPE="%BUILD_CONFIG%" -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX:PATH=%LIBRARY_PREFIX% %CMAKE_CUSTOM% %SRC_DIR%
if errorlevel 1 exit 1
REM Build step
cmake --build . --config "%BUILD_CONFIG%"
if errorlevel 1 exit 1
REM Install step
cmake --build . --config "%BUILD_CONFIG%" --target install
if errorlevel 1 exit 1
|
mkdir build
cd build
set BUILD_CONFIG=Release
REM Configure step
if "%ARCH%"=="32" (
set CMAKE_GENERATOR=Visual Studio 14 2015
) else (
set CMAKE_GENERATOR=Visual Studio 14 2015 Win64
)
set CMAKE_GENERATOR_TOOLSET=v120_xp
REM Reduce build times and package size by removing unused stuff
set CMAKE_CUSTOM=-DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_INCLUDE_TESTS=OFF ^
-DLLVM_INCLUDE_UTILS=OFF -DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF ^
-DLLVM_ENABLE_ASSERTIONS=ON
cmake -G "%CMAKE_GENERATOR%" -T "%CMAKE_GENERATOR_TOOLSET%" ^
-DCMAKE_BUILD_TYPE="%BUILD_CONFIG%" -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX:PATH=%LIBRARY_PREFIX% %CMAKE_CUSTOM% %SRC_DIR%
if errorlevel 1 exit 1
REM Build step
cmake --build . --config "%BUILD_CONFIG%"
if errorlevel 1 exit 1
REM Install step
cmake --build . --config "%BUILD_CONFIG%" --target install
if errorlevel 1 exit 1
|
Upgrade to VS 2015 for llvmdev
|
Upgrade to VS 2015 for llvmdev
|
Batchfile
|
bsd-2-clause
|
numba/llvmlite,numba/llvmlite,numba/llvmlite,numba/llvmlite
|
139f73d544bd0548723328f3faff2a0b3c1e4401
|
bootstrap-sharpmake.bat
|
bootstrap-sharpmake.bat
|
@echo off
:: set batch file directory as current
pushd "%~dp0"
set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe
call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU
if %errorlevel% NEQ 0 goto error
set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.cs") /verbose
echo %SM_CMD%
%SM_CMD%
if %errorlevel% NEQ 0 goto error
call :NugetRestore Sharpmake.sln win
if %errorlevel% NEQ 0 goto error
goto success
:NugetRestore
echo Restoring nuget packages for %~1
set DOTNET_RESTORE=dotnet restore "%~1"
if "%~2" neq "" set DOTNET_RESTORE=%DOTNET_RESTORE% -r %2
echo %DOTNET_RESTORE%
%DOTNET_RESTORE%
if %errorlevel% NEQ 0 (
echo ERROR: Failed to restore nuget package for %~1
exit /b 1
)
exit /b 0
@REM -----------------------------------------------------------------------
:success
COLOR 2F
echo Bootstrap succeeded^^!
timeout /t 5
exit /b 0
@REM -----------------------------------------------------------------------
:error
COLOR 4F
echo Bootstrap failed^^!
pause
set ERROR_CODE=1
goto end
@REM -----------------------------------------------------------------------
:end
:: restore caller current directory
popd
exit /b %ERROR_CODE%
|
@echo off
:: set batch file directory as current
pushd "%~dp0"
set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe
call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU
if %errorlevel% NEQ 0 goto error
set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.cs") /verbose
echo %SM_CMD%
%SM_CMD%
if %errorlevel% NEQ 0 goto error
call :NugetRestore Sharpmake.sln win
if %errorlevel% NEQ 0 goto error
goto success
:NugetRestore
echo Restoring nuget packages for %~1
set DOTNET_RESTORE=dotnet restore "%~1"
if "%~2" neq "" set DOTNET_RESTORE=%DOTNET_RESTORE% -r %2
echo %DOTNET_RESTORE%
%DOTNET_RESTORE%
if %errorlevel% NEQ 0 (
echo ERROR: Failed to restore nuget package for %~1
exit /b 1
)
exit /b 0
@REM -----------------------------------------------------------------------
:success
COLOR 2F
echo Bootstrap succeeded^!
timeout /t 5
exit /b 0
@REM -----------------------------------------------------------------------
:error
COLOR 4F
echo Bootstrap failed^!
pause
set ERROR_CODE=1
goto end
@REM -----------------------------------------------------------------------
:end
:: restore caller current directory
popd
exit /b %ERROR_CODE%
|
Remove extra hat in bootstrap batch file
|
Remove extra hat in bootstrap batch file
|
Batchfile
|
apache-2.0
|
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
|
aa8f5a2ae3080c2b395140a993bcf0143b0132c0
|
src/Budford/Install/build_vs2012.bat
|
src/Budford/Install/build_vs2012.bat
|
set /p Build=<ver.txt
echo Building version %Build%
fart ..\Properties\AssemblyInfo.cs 1.0.0.0 1.0.%Build%
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\DEVENV" ..\..\Budford.sln /Rebuild Release
call "c:\Program Files (x86)\NSIS\Bin\makensis.exe" Budford.nsi
ren "Budford - Setup.exe" "Budford - Setup - V1.0.%Build%.exe"
set /a Build=%Build%+1
echo %Build% > ver.txt
git commit -m "New release" ver.txt
git status
git push origin master
git checkout ..\..
|
set /p Build=<ver.txt
echo Building version %Build%
fart ..\Properties\AssemblyInfo.cs 1.0.0.0 1.0.%Build%
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\DEVENV" ..\..\Budford.sln /Rebuild Release
call "c:\Program Files (x86)\NSIS\Bin\makensis.exe" Budford.nsi
ren "Budford - Setup.exe" "Budford - Setup - V1.0.%Build%.exe"
"C:\Program Files\7-Zip\7z.exe" a "Budford - V1.0.%Build%.zip" Users
"C:\Program Files\7-Zip\7z.exe" a "Budford - V1.0.%Build%.zip" Budford.exe
"C:\Program Files\7-Zip\7z.exe" a "Budford - V1.0.%Build%.zip" CNUSLib.dll
"C:\Program Files\7-Zip\7z.exe" a "Budford - V1.0.%Build%.zip" discord-rpc.dll
set /a Build=%Build%+1
echo %Build% > ver.txt
git commit -m "New release" ver.txt
git status
git push origin master
git checkout ..\..
|
Build script now creates zip
|
Build script now creates zip
|
Batchfile
|
mpl-2.0
|
SteveLeafo/Budford
|
7bd2f99991b791491bd5b50aeb81b447feae8483
|
src/post-build.bat
|
src/post-build.bat
|
set name="%1"
set src=%~2
set pub=%~2..\..\..\..\pub
echo Copy from %src%
echo Copy to %pub%
if not exist "%pub%" mkdir "%pub%"
:: xcopy "$(TargetDir)*" "$(SolutionDir)..\pub\$(TargetName)\" /D /Y /S
xcopy "%src%*.exe" "%pub%" /D /Y /S
xcopy "%src%*.dll" "%pub%" /D /Y /S
xcopy "%src%*.config" "%pub%" /D /Y /S
xcopy "%src%*.ids" "%pub%" /D /Y /S
|
set name="%1"
set src=%~2
set pub=%~2..\..\..\..\pub\
set archiv=%pub%\com-kit_%APPVEYOR_BUILD_NUMBER%.zip
echo Copy from %src%
echo Copy to %pub%
if not exist "%pub%" mkdir "%pub%"
:: xcopy "$(TargetDir)*" "$(SolutionDir)..\pub\$(TargetName)\" /D /Y /S
::xcopy "%src%*.exe" "%pub%" /D /Y /S
::xcopy "%src%*.dll" "%pub%" /D /Y /S
::xcopy "%src%*.config" "%pub%" /D /Y /S
::xcopy "%src%*.ids" "%pub%" /D /Y /S
pushd "%src%"
7z a "%archiv%" "*.exe"
7z a "%archiv%" "*.dll"
7z a "%archiv%" "*.config"
7z a "%archiv%" "*.ids" -r
popd
|
Make zip archive from release
|
Make zip archive from release
|
Batchfile
|
mit
|
ah01/com-kit
|
de7409a2530901d7edd22848b44442e36372c133
|
webkit/build/JSConfig/prebuild.bat
|
webkit/build/JSConfig/prebuild.bat
|
@echo off
setlocal
set OUTDIR=%1
set JSENG=%2
set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\
set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files
set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32
:: Ensure that the cygwin mount points are defined
CALL %CYGWIN_ROOT%setup_mount.bat > NUL
bash -x create-config.sh %OUTDIR% %JSENG%
|
@echo off
setlocal
set OUTDIR=%1
set JSENG=%2
set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\
set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files
:: Fix cp.exe on vista: without this flag, the files that it creates are not accessible.
set CYGWIN=nontsec
set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32
:: Ensure that the cygwin mount points are defined
CALL %CYGWIN_ROOT%setup_mount.bat > NUL
bash -x create-config.sh %OUTDIR% %JSENG%
|
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security on top of NTFS.
|
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security
on top of NTFS.
BUG=1157117
git-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@40 0039d316-1c4b-4281-b951-d872f2087c98
|
Batchfile
|
bsd-3-clause
|
yitian134/chromium,ropik/chromium,adobe/chromium,gavinp/chromium,gavinp/chromium,Crystalnix/house-of-life-chromium,adobe/chromium,ropik/chromium,adobe/chromium,adobe/chromium,Crystalnix/house-of-life-chromium,gavinp/chromium,yitian134/chromium,gavinp/chromium,Crystalnix/house-of-life-chromium,Crystalnix/house-of-life-chromium,gavinp/chromium,ropik/chromium,adobe/chromium,ropik/chromium,adobe/chromium,ropik/chromium,Crystalnix/house-of-life-chromium,gavinp/chromium,gavinp/chromium,Crystalnix/house-of-life-chromium,yitian134/chromium,adobe/chromium,adobe/chromium,ropik/chromium,gavinp/chromium,Crystalnix/house-of-life-chromium,gavinp/chromium,gavinp/chromium,Crystalnix/house-of-life-chromium,ropik/chromium,ropik/chromium,adobe/chromium,adobe/chromium,yitian134/chromium,yitian134/chromium,ropik/chromium,yitian134/chromium,yitian134/chromium,adobe/chromium,Crystalnix/house-of-life-chromium,yitian134/chromium,Crystalnix/house-of-life-chromium,yitian134/chromium,Crystalnix/house-of-life-chromium,yitian134/chromium
|
e68f9322922f085f6238df506b058f1a375e598a
|
acqEngine/build.bat
|
acqEngine/build.bat
|
if exist classes rmdir classes /s /q
mkdir classes
xcopy /E /y src classes\
"%JAVA_HOME%\bin\java" -cp ../../3rdpartypublic/classext/clojure.jar;../MMCoreJ_wrap/MMCoreJ.jar;../../3rdpartypublic/classext/ij.jar;../mmstudio/MMJ_.jar;../../3rdpartypublic/classext/bsh-2.0b4.jar;./src -Dclojure.compile.path=classes clojure.lang.Compile org.micromanager.acq-engine
"%JAVA_HOME%\bin\jar" cf MMAcqEngine.jar -C classes\ .
copy /Y MMAcqEngine.jar ..\bin_Win32\
copy /Y MMAcqEngine.jar ..\bin_x64\
copy /Y MMAcqEngine.jar ..\Install_Win32\micro-manager\plugins\Micro-Manager"
copy /Y MMAcqEngine.jar ..\Install_x64\micro-manager\plugins\Micro-Manager"
|
if exist classes rmdir classes /s /q
mkdir classes
xcopy /E /y src classes\
"%JAVA_HOME%\bin\java" -cp ../../3rdpartypublic/classext/clojure.jar;../MMCoreJ_wrap/MMCoreJ.jar;../../3rdpartypublic/classext/ij.jar;../mmstudio/MMJ_.jar;../../3rdpartypublic/classext/bsh-2.0b4.jar;./src -Dclojure.compile.path=classes clojure.lang.Compile org.micromanager.acq-engine
xcopy /E /y src build\
copy classes\org\micromanager\AcquisitionEngine2010.class build\org\micromanager
"%JAVA_HOME%\bin\jar" cf MMAcqEngine.jar -C build\ .
copy /Y MMAcqEngine.jar ..\bin_Win32\
copy /Y MMAcqEngine.jar ..\bin_x64\
copy /Y MMAcqEngine.jar ..\Install_Win32\micro-manager\plugins\Micro-Manager"
copy /Y MMAcqEngine.jar ..\Install_x64\micro-manager\plugins\Micro-Manager"
|
Use mostly JIT compiling for acq eng.
|
Use mostly JIT compiling for acq eng.
git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@10516 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
|
Batchfile
|
mit
|
kmdouglass/Micro-Manager,kmdouglass/Micro-Manager
|
46e832ee93da04e980877118b04b2bb7ad5b01e1
|
zipsrc.bat
|
zipsrc.bat
|
cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib
cd scintilla
|
cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res
cd scintilla
|
Remove *.res from files zipped.
|
Remove *.res from files zipped.
|
Batchfile
|
isc
|
R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone
|
a0295fa5c1c3ded6680417c50a5502567a68b960
|
ci/jenkins.cmd
|
ci/jenkins.cmd
|
@ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET MAVEN_HOME=C:\opt\apache-maven-3.3.9
ECHO [behave.userdata] > %USERINI%
ECHO cf_apiurl = api.run.pcfbeta.io >> %USERINI%
ECHO cf_org = STEELTOE >> %USERINI%
ECHO cf_username = %CF_USER% >> %USERINI%
ECHO cf_password = %CF_PASS% >> %USERINI%
SET PATH=%PYTHON_HOME%\Scripts;%DOTNET_HOME%;%MAVEN_HOME%\bin;%PATH%
CALL %BASEDIR%\test-setup
CALL %BASEDIR%\test-run %*
|
@ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET JAVA_HOME=C:\opt\oracle-jdk-8
SET MAVEN_HOME=C:\opt\apache-maven-3.3.9
ECHO [behave.userdata] > %USERINI%
ECHO cf_apiurl = api.run.pcfbeta.io >> %USERINI%
ECHO cf_org = STEELTOE >> %USERINI%
ECHO cf_username = %CF_USER% >> %USERINI%
ECHO cf_password = %CF_PASS% >> %USERINI%
SET PATH=%PYTHON_HOME%\Scripts;%DOTNET_HOME%;%JAVA_HOME%\bin;%MAVEN_HOME%\bin;%PATH%
CALL %BASEDIR%\test-setup
CALL %BASEDIR%\test-run %*
|
Update path to Java 8
|
Update path to Java 8
|
Batchfile
|
apache-2.0
|
SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples
|
510fd4a732d54e387c462ea5fc865b93780365ed
|
src/ComposeIt.Akka.FSharp.Extensions/build.bat
|
src/ComposeIt.Akka.FSharp.Extensions/build.bat
|
@echo off
cls
"..\packages\NuGet.CommandLine.2.8.6\tools\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "..\..\packages" "-ExcludeVersion"
"..\..\packages\FAKE\tools\Fake.exe" build.fsx
pause
|
@echo off
cls
"..\packages\NuGet.CommandLine.2.8.6\tools\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "..\..\packages"
"..\..\packages\FAKE\tools\Fake.exe" build.fsx
pause
|
Remove ExcludedVersion from nuget package generation command line in buld.bat
|
Remove ExcludedVersion from nuget package generation command line in buld.bat
|
Batchfile
|
mit
|
tjaskula/akka.net-fsharp.extensions
|
7c988effcaff61ca3aeb9e0a21d3df7deacd7671
|
recipes/EQcorrscan/bld.bat
|
recipes/EQcorrscan/bld.bat
|
@echo off
set "INCLUDE=%LIBRARY_INC%;%INCLUDE%"
set "LIB=%LIBRARY_LIB%;%LIB%"
%PYTHON% setup.py build
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
|
@echo off
set "INCLUDE=%LIBRARY_INC%;%INCLUDE%"
set "LIB=%LIBRARY_LIB%;%LIB%"
xcopy %LIBRARY_LIB%\fftw3.lib %LIBRARY_LIB%\libfftw3-3.lib
%PYTHON% setup.py build
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
|
Copy fftw library to correct file-name
|
Copy fftw library to correct file-name
|
Batchfile
|
bsd-3-clause
|
NOAA-ORR-ERD/staged-recipes,glemaitre/staged-recipes,ceholden/staged-recipes,ceholden/staged-recipes,sannykr/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,Cashalow/staged-recipes,johanneskoester/staged-recipes,asmeurer/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,synapticarbors/staged-recipes,rmcgibbo/staged-recipes,jjhelmus/staged-recipes,igortg/staged-recipes,chohner/staged-recipes,synapticarbors/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,grlee77/staged-recipes,patricksnape/staged-recipes,mcs07/staged-recipes,jochym/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes,stuertz/staged-recipes,asmeurer/staged-recipes,rvalieris/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,shadowwalkersb/staged-recipes,sodre/staged-recipes,isuruf/staged-recipes,shadowwalkersb/staged-recipes,chrisburr/staged-recipes,glemaitre/staged-recipes,dschreij/staged-recipes,pmlandwehr/staged-recipes,pmlandwehr/staged-recipes,cpaulik/staged-recipes,ReimarBauer/staged-recipes,basnijholt/staged-recipes,ocefpaf/staged-recipes,jjhelmus/staged-recipes,guillochon/staged-recipes,sodre/staged-recipes,SylvainCorlay/staged-recipes,igortg/staged-recipes,larray-project/staged-recipes,Cashalow/staged-recipes,grlee77/staged-recipes,petrushy/staged-recipes,larray-project/staged-recipes,chohner/staged-recipes,johanneskoester/staged-recipes,NOAA-ORR-ERD/staged-recipes,petrushy/staged-recipes,sannykr/staged-recipes,hadim/staged-recipes,birdsarah/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,mcs07/staged-recipes,rmcgibbo/staged-recipes,guillochon/staged-recipes,conda-forge/staged-recipes,barkls/staged-recipes,sodre/staged-recipes,basnijholt/staged-recipes,cpaulik/staged-recipes,mariusvniekerk/staged-recipes,barkls/staged-recipes,birdsarah/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,rvalieris/staged-recipes,dschreij/staged-recipes,stuertz/staged-recipes
|
682e1ec2fe7173db1baa5c2ee47cd08132afcdc9
|
build.bat
|
build.bat
|
rmdir /S /Q "./build"
dotnet restore ./src/Certes/project.json
dotnet pack -c release -o ./build/nuget ./src/Certes/project.json
dotnet restore ./src/Certes.Cli/project.json
dotnet publish -f netcoreapp1.0 -c release -o ./build/cli/bin ./src/Certes.Cli/project.json
@echo off
echo dotnet ./bin/Certes.Cli.dll %%^* > ./build/cli/certes.bat
@echo on
|
rmdir /S /Q "./build"
dotnet restore ./src/Certes/project.json
dotnet pack -c release -o ./build/nuget ./src/Certes/project.json
dotnet restore ./src/Certes.Cli/project.json
dotnet publish -f netcoreapp1.0 -c release -o ./build/cli/bin ./src/Certes.Cli/project.json
@echo off
echo dotnet %%^~dp0/bin/Certes.Cli.dll %%^* > ./build/cli/certes.bat
@echo on
|
Fix bin path in bat.
|
Fix bin path in bat.
|
Batchfile
|
mit
|
fszlin/certes,fszlin/certes
|
efc41d30673dd8ea2bbfd85dd90701d84d37be97
|
gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/bin/servicemix.bat
|
gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/bin/servicemix.bat
|
@ECHO OFF
REM =========================================================================
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The ASF licenses this file to You under the Apache License, Version 2.0
REM (the "License"); you may not use this file except in compliance with
REM the License. You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific language governing permissions and
REM limitations under the License.
REM
REM =========================================================================
SET SERVICEMIX_BASE=${servicemix.base}
SETLOCAL
SET SERVICEMIX_HOME=${servicemix.home}
%SERVICEMIX_HOME%\bin\servicemix.bat "$*"
|
@ECHO OFF
REM =========================================================================
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The ASF licenses this file to You under the Apache License, Version 2.0
REM (the "License"); you may not use this file except in compliance with
REM the License. You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific language governing permissions and
REM limitations under the License.
REM
REM =========================================================================
SET SERVICEMIX_BASE=${servicemix.base}
SETLOCAL
SET SERVICEMIX_HOME=${servicemix.home}
%SERVICEMIX_HOME%\bin\servicemix.bat %*
|
Fix batch file used when generating new instances
|
SMX4KNL-87: Fix batch file used when generating new instances
git-svn-id: 60a1e9216d64284e4702c44631e657390eda35c3@698732 13f79535-47bb-0310-9956-ffa450edef68
|
Batchfile
|
apache-2.0
|
apache/servicemix4-kernel,igor-sfdc/felix,soluvas/karaf,igor-sfdc/felix,apache/servicemix4-kernel,igor-sfdc/felix,bodaodev-billydai/felix,bodaodev-billydai/felix,bodaodev-billydai/felix,soluvas/karaf,grgrzybek/karaf,tonit/karafonexam2,grgrzybek/karaf,tonit/karafonexam2,tonit/karafonexam2,soluvas/karaf,grgrzybek/karaf,bodaodev-billydai/felix
|
de35e87e5d4ea377293e46198044e73aa6c0f43d
|
slave/run_webserver.bat
|
slave/run_webserver.bat
|
@echo off
set lighttpd_dir=%~dp0..\third_party\lighttpd\win
REM copy lighttpd.exe to lighttpd_server.exe, because we don't want it to be
REM killed by taskkill.
xcopy /D %lighttpd_dir%\lighttpd.exe %lighttpd_dir%\lighttpd_server.exe
REM copy the cygwin dll to the lighttpd folder because otherwise it wont work.
xcopy /D %lighttpd_dir%\..\no_dll\CygWin1.dll %lighttpd_dir%
REM Start the server, using the conf file in the slave directory.
@echo on
%lighttpd_dir%\lighttpd_server.exe -f %~dp0\lighttpd.conf -m %lighttpd_dir%\lib
|
@echo off
set lighttpd_dir=%~dp0..\third_party\lighttpd\win
REM copy lighttpd.exe to lighttpd_server.exe, because we don't want it to be
REM killed by taskkill.
xcopy /D %lighttpd_dir%\lighttpd.exe %lighttpd_dir%\lighttpd_server.exe
REM copy the cygwin dll to the lighttpd folder because otherwise it wont work.
xcopy /D %lighttpd_dir%\..\no_dll\CygWin1.dll %lighttpd_dir%
REM Start the server, using the conf file in the slave directory.
:RESTART
echo Starting %lighttpd_dir%\lighttpd_server.exe -f %~dp0\lighttpd.conf -m %lighttpd_dir%\lib
%lighttpd_dir%\lighttpd_server.exe -f %~dp0\lighttpd.conf -m %lighttpd_dir%\lib
goto :RESTART
|
Make the web server auto-restart on crash
|
Make the web server auto-restart on crash
[email protected]
BUG=
TEST=
Review URL: http://codereview.chromium.org/8245014
git-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@105112 0039d316-1c4b-4281-b951-d872f2087c98
|
Batchfile
|
bsd-3-clause
|
eunchong/build,eunchong/build,eunchong/build,eunchong/build
|
c7f28fb4bafdfbdee6aa4863ffd54676a94257d7
|
dist/BuildAndRelease.bat
|
dist/BuildAndRelease.bat
|
MSBuild.exe ../Mappy.sln /p:Configuration=Release /t:Clean,Build && python MakeReleaseZip.py --release
@pause
|
"C:/Program Files (x86)/MSBuild/14.0/bin/amd64/MSBuild.exe" ../Mappy.sln /p:Configuration=Release /t:Clean,Build && python MakeReleaseZip.py --release
@pause
|
Use absolute path to MSBuild in release script
|
Use absolute path to MSBuild in release script
|
Batchfile
|
mit
|
MHeasell/Mappy,MHeasell/Mappy
|
fd80f30d2e7c1bc646d94df45f6fcd634e6ccdba
|
Step2/importInMongo.bat
|
Step2/importInMongo.bat
|
mongoimport -d segmentationExample -c initial --type csv --file ..\Step1\CSVInKeys.csv --headerline
|
mongoimport --drop -d segmentationExample -c initial --type csv --file ..\Step1\CSVInKeys.csv --headerline
|
Make a drop before import the data
|
Make a drop before import the data
|
Batchfile
|
apache-2.0
|
pianista215/SegmentationExample,pianista215/SegmentationExample,pianista215/SegmentationExample
|
29957850ad83c63e7eb60ced461ed0e95693df86
|
ci/appveyor-install.bat
|
ci/appveyor-install.bat
|
set CACHE=C:\cache
set CYGWIN_MIRROR=http://cygwin.mirror.constant.com
if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64
if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin
if not exist %CACHE% mkdir %CACHE%
echo Updating Cygwin and installing ninja and test prerequisites
%CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CACHE%" -g -P ^
gcc-objc++,^
gcc-objc,^
libboost-devel,^
libglib2.0-devel,^
ninja,^
python3-pip,^
zlib-devel
echo Install done
|
set CACHE=C:\cache
set CYGWIN_MIRROR=http://cygwin.mirror.constant.com
if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64
if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin
if not exist %CACHE% mkdir %CACHE%
echo Updating Cygwin and installing ninja and test prerequisites
%CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CACHE%" -g -P ^
gcc-objc++,^
gcc-objc,^
gobject-introspection,^
libboost-devel,^
libglib2.0-devel,^
libgtk3-devel,^
ninja,^
python3-pip,^
vala,^
zlib-devel
echo Install done
|
Install gobject-introspection test prerequisites on Cygwin
|
CI: Install gobject-introspection test prerequisites on Cygwin
|
Batchfile
|
apache-2.0
|
mesonbuild/meson,thiblahute/meson,pexip/meson,pexip/meson,pexip/meson,MathieuDuponchelle/meson,MathieuDuponchelle/meson,mesonbuild/meson,jeandet/meson,pexip/meson,thiblahute/meson,MathieuDuponchelle/meson,jpakkane/meson,becm/meson,mesonbuild/meson,mesonbuild/meson,MathieuDuponchelle/meson,becm/meson,QuLogic/meson,jeandet/meson,pexip/meson,mesonbuild/meson,jpakkane/meson,jpakkane/meson,jeandet/meson,jeandet/meson,becm/meson,jpakkane/meson,pexip/meson,QuLogic/meson,pexip/meson,thiblahute/meson,QuLogic/meson,thiblahute/meson,jeandet/meson,MathieuDuponchelle/meson,jeandet/meson,mesonbuild/meson,MathieuDuponchelle/meson,QuLogic/meson,MathieuDuponchelle/meson,jpakkane/meson,jpakkane/meson,jpakkane/meson,becm/meson,mesonbuild/meson,mesonbuild/meson,jpakkane/meson,thiblahute/meson,becm/meson,thiblahute/meson,mesonbuild/meson,jeandet/meson,QuLogic/meson,QuLogic/meson,thiblahute/meson,becm/meson,mesonbuild/meson,pexip/meson,pexip/meson,becm/meson,becm/meson,jeandet/meson,thiblahute/meson,jeandet/meson,becm/meson,pexip/meson,jpakkane/meson,QuLogic/meson,QuLogic/meson,becm/meson,thiblahute/meson,MathieuDuponchelle/meson,MathieuDuponchelle/meson,QuLogic/meson
|
24c2254481acc122a4c0d0fd994e15d7805e97ef
|
examples/scons.bat
|
examples/scons.bat
|
@echo off
:: Copyright (c) 2011 The Native Client Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
setlocal
set NACL_SDK_ROOT=%~dp0..
:: Set the PYTHONPATH so we can import SCons modules
set PYTHONPATH=%NACL_SDK_ROOT%\third_party\scons-2.0.1\engine
:: We have to do this because scons overrides PYTHONPATH and does not preserve
:: what is provided by the OS. The custom variable name won't be overwritten.
set PYMOX=%NACL_SDK_ROOT%\third_party\pymox
:: Run the included copy of scons.
python -O -OO "%NACL_SDK_ROOT%\third_party\scons-2.0.1\script\scons" ^
--file=build.scons ^
--site-dir="%NACL_SDK_ROOT%\build_tools\nacl_sdk_scons" %*
|
@echo off
:: Copyright (c) 2011 The Native Client Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
setlocal
set NACL_SDK_ROOT=%~dp0..
:: Set the PYTHONPATH so we can import SCons modules
set PYTHONPATH=%NACL_SDK_ROOT%\third_party\scons-2.0.1\engine
:: We have to do this because scons overrides PYTHONPATH and does not preserve
:: what is provided by the OS. The custom variable name won't be overwritten.
set PYMOX=%NACL_SDK_ROOT%\third_party\pymox
:: Run the included copy of scons.
python -O -OO "%NACL_SDK_ROOT%\third_party\scons-2.0.1\script\scons" ^
--warn no-visual-c-missing ^
--file=build.scons ^
--site-dir="%NACL_SDK_ROOT%\build_tools\nacl_sdk_scons" %*
|
Make Visual Studio related warnings go away.
|
Make Visual Studio related warnings go away.
This adds a flag that causes scons not to always expect VS on windows.
I had this fix verified by the testing team before uploading the CL.
Committed: http://code.google.com/p/nativeclient-sdk/source/detail?r=907
Review URL: http://codereview.chromium.org/7111051
git-svn-id: e22621a84199d42b34715cdc089545aeedbbf23f@910 050acbb0-2703-11df-ab0a-9f3f633ae91d
|
Batchfile
|
bsd-3-clause
|
sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk
|
1489fcbcd38068e996da10e0e0e8268ca3a151e8
|
src/xscontainer/data/configure_tls.cmd
|
src/xscontainer/data/configure_tls.cmd
|
@echo off
net session >nul 2>&1
if %errorLevel% NEQ 0 (
echo Please run this script with Administrator privileges
timeout 10 > NUL
EXIT /B 1
)
SET cdpath=%~dp0
echo Setting the system environment variable DOCKER_HOST
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v DOCKER_HOST /t REG_SZ /d tcp://:2376 /f
echo Setting the system environment variable DOCKER_TLS
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v DOCKER_TLS_VERIFY /t REG_SZ /d 1 /f
echo Configuring the Docker daemon for TLS
if not exist c:\ProgramData\docker\certs.d\ then mkdir c:\ProgramData\docker\certs.d\
xcopy /O %cdpath%server\* c:\ProgramData\docker\certs.d\
echo Configuring the Docker client to connect using TLS for the current user
if not exist c:\Users\%username%\.docker\ mkdir c:\Users\%username%\.docker\
xcopy /O %cdpath%client\* c:\Users\%username%\.docker\
echo Restarting Docker
net stop Docker
net start Docker
echo All done. Docker is now configured for TLS.
echo Please complete the preparation on the control domain console.
timeout 10 > NUL
EXIT /b 0
|
@echo off
net session >nul 2>&1
if %errorLevel% NEQ 0 (
echo Please run this script with Administrator privileges
timeout 10 > NUL
EXIT /B 1
)
SET cdpath=%~dp0
echo Setting the system environment variable DOCKER_HOST
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v DOCKER_HOST /t REG_SZ /d tcp://:2376 /f
echo Setting the system environment variable DOCKER_TLS
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v DOCKER_TLS_VERIFY /t REG_SZ /d 1 /f
echo Configuring the Docker daemon for TLS
if not exist c:\ProgramData\docker\certs.d\ mkdir c:\ProgramData\docker\certs.d\
xcopy /O %cdpath%server\* c:\ProgramData\docker\certs.d\
echo Configuring the Docker client to connect using TLS for the current user
if not exist c:\Users\%username%\.docker\ mkdir c:\Users\%username%\.docker\
xcopy /O %cdpath%client\* c:\Users\%username%\.docker\
echo Restarting Docker
net stop Docker
net start Docker
echo All done. Docker is now configured for TLS.
echo Please complete the preparation on the control domain console.
timeout 10 > NUL
EXIT /b 0
|
Fix invalid dos script syntax: no then
|
Fix invalid dos script syntax: no then
Signed-off-by: Robert Breker <[email protected]>
|
Batchfile
|
bsd-2-clause
|
robertbreker/xscontainer,xenserver/xscontainer,xenserver/xscontainer,robertbreker/xscontainer
|
cfadfc45b2b81b3aa29592209074846e017d14c2
|
deploy.cmd
|
deploy.cmd
|
mkdir %DEPLOYMENT%
mkdir %DEPLOYMENT%\src\
mkdir src\WhiteLibrary\bin\
copy %NUGET%\Castle.Core.3.3.0\lib\net45\Castle.Core.dll src\WhiteLibrary\bin\
copy %NUGET%\TestStack.White.0.13.3\lib\net40\TestStack.White.dll src\WhiteLibrary\bin\
copy %NUGET%\TestStack.White.ScreenObjects.0.13.3\lib\net40\TestStack.White.Reporting.dll src\WhiteLibrary\bin\
copy %NUGET%\TestStack.White.ScreenObjects.0.13.3\lib\net40\TestStack.White.ScreenObjects.dll src\WhiteLibrary\bin\
rmdir docs /s /q
python src/WhiteLibrary/version.py > temp.txt
set /p CMDOUT=<temp.txt
IF "%CMDOUT%" == "True" (
mkdir docs
python -m robot.libdoc src\WhiteLibrary docs\keywords.html
xcopy docs %DEPLOYMENT%\docs\ /s /a
)
xcopy src %DEPLOYMENT%\src\ /s /a
copy setup.py %DEPLOYMENT%\
copy build.info %DEPLOYMENT%\
|
mkdir %DEPLOYMENT%
mkdir %DEPLOYMENT%\src\
mkdir src\WhiteLibrary\bin\
copy %NUGET%\Castle.Core.3.3.0\lib\net45\Castle.Core.dll src\WhiteLibrary\bin\
copy %NUGET%\TestStack.White.0.13.3\lib\net40\TestStack.White.dll src\WhiteLibrary\bin\
rmdir docs /s /q
python src/WhiteLibrary/version.py > temp.txt
set /p CMDOUT=<temp.txt
IF "%CMDOUT%" == "True" (
mkdir docs
python -m robot.libdoc src\WhiteLibrary docs\keywords.html
xcopy docs %DEPLOYMENT%\docs\ /s /a
)
xcopy src %DEPLOYMENT%\src\ /s /a
copy setup.py %DEPLOYMENT%\
copy build.info %DEPLOYMENT%\
|
Remove unnecessary .dll files from installation
|
Remove unnecessary .dll files from installation
|
Batchfile
|
apache-2.0
|
Omenia/robotframework-whitelibrary,Omenia/robotframework-whitelibrary
|
931bc2c450843cabf376981fb978cbba4e5402a8
|
zipsrc.bat
|
zipsrc.bat
|
cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib
cd scintilla
|
cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res
cd scintilla
|
Remove *.res from files zipped.
|
Remove *.res from files zipped.
|
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_panel_mod.scintilla
|
1fe432605860d08dc77f8f8cae76ea0a3110117f
|
src/preparecomponents.bat
|
src/preparecomponents.bat
|
mkdir ..\..\..\workingdir
mkdir ..\..\..\workingdir\components
xcopy ..\..\..\das-collectionearnings-opa-calculator ..\..\..\workingdir\components /E
xcopy ..\..\..\das-collectionearnings-datalock ..\..\..\workingdir\components /E
xcopy ..\..\..\das-providerpayments-calculator ..\..\..\workingdir\components /E
|
mkdir ..\..\..\workingdir
mkdir ..\..\..\workingdir\components
xcopy ..\..\..\das-collectionearnings-opa-calculator ..\..\..\workingdir\components /E
xcopy ..\..\..\das-collectionearnings-datalock ..\..\..\workingdir\components /E
xcopy ..\..\..\das-providerpayments-calculator ..\..\..\workingdir\components /E
xcopy ..\..\..\das-payment-reference-commitments ..\..\..\workingdir\components /E
xcopy ..\..\..\das-payment-reference-accounts ..\..\..\workingdir\components /E
xcopy ..\..\..\das-providerevents-components ..\..\..\workingdir\components /E
|
Add missing components to prepare script
|
Add missing components to prepare script
|
Batchfile
|
mit
|
SkillsFundingAgency/das-paymentsacceptancetesting
|
8110595fb64bb3b0c0b25e6a9b8b128eba32747e
|
win32/opensc-install.bat
|
win32/opensc-install.bat
|
@echo off
rem This script installs OpenSC
rem Parameters:
rem user - Install for this user only.
setlocal
set MODE=%1
set KEY=HKEY_LOCAL_MACHINE
if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER
cd %0\..\..
if not exist bin\opensc-tool.exe goto error
for /f %%f in (".") do set OPENSC_HOME=%%~ff
set OPENSC_HOME_ESCAPED=%OPENSC_HOME:\=\\%
set REG_FILE=%TEMP%\opensc-install.reg
echo Windows Registry Editor Version 5.00 > %REG_FILE%
echo [%KEY%\SOFTWARE\OpenSC] >> %REG_FILE%
echo "ConfigFile"="%OPENSC_HOME_ESCAPED%\\etc\\opensc.conf" >> %REG_FILE%
echo [%KEY%\SOFTWARE\PKCS11-Spy] >> %REG_FILE%
echo "Module"="%OPENSC_HOME_ESCAPED%\\bin\\opensc-pkcs11.dll" >> %REG_FILE%
regedit /s %REG_FILE%
del /q %REG_FILE%
"%OPENSC_HOME%\bin\opensc-tool" -S "app:default:profile_dir:%OPENSC_HOME%\share\opensc"
goto end
:error
echo Invalid installation
goto end
:end
endlocal
|
@echo off
rem This script installs OpenSC
rem Parameters:
rem user - Install for this user only.
setlocal
set MODE=%1
set KEY=HKEY_LOCAL_MACHINE
if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER
cd %0\..\..
if not exist bin\opensc-tool.exe goto error
for /f %%f in (".") do set OPENSC_HOME=%%~ff
set OPENSC_HOME_ESCAPED=%OPENSC_HOME:\=\\%
set REG_FILE=%TEMP%\opensc-install.reg
echo Windows Registry Editor Version 5.00 > %REG_FILE%
echo [%KEY%\SOFTWARE\OpenSC] >> %REG_FILE%
echo "ConfigFile"="%OPENSC_HOME_ESCAPED%\\etc\\opensc.conf" >> %REG_FILE%
echo [%KEY%\SOFTWARE\PKCS11-Spy] >> %REG_FILE%
echo "Module"="%OPENSC_HOME_ESCAPED%\\bin\\opensc-pkcs11.dll" >> %REG_FILE%
regedit /s %REG_FILE%
del /q %REG_FILE%
"%OPENSC_HOME%\bin\opensc-tool" -S "app:default:profile_dir:%OPENSC_HOME%\share\opensc"
echo You may also want to add "%OPENSC_HOME%\bin" to your PATH, for use by other applications.
goto end
:error
echo Invalid installation
goto end
:end
endlocal
|
Add PATH comment for Windows users
|
Add PATH comment for Windows users
git-svn-id: 444ed946b9c2220da791e84c3dd156a05f92db99@3489 c6295689-39f2-0310-b995-f0e70906c6a9
|
Batchfile
|
lgpl-2.1
|
fabled/OpenSC,fabled/OpenSC,AktivCo/OpenSC,ieugen/OpenSC,viktorTarasov/OpenSC-SM,LudovicRousseau/OpenSC,mtrojnar/OpenSC,0x7678/myOpenSC,carlhoerberg/OpenSC,hhonkanen/OpenSC,carlhoerberg/OpenSC,rickyepoderi/OpenSC,l1k/OpenSC,Jakuje/OpenSC,aobaid/OpenSC,philipWendland/OpenSC,ieugen/OpenSC,l1k/OpenSC,gentoo/OpenSC,OpenSC/OpenSC,germanblanco/OpenSC,tidatida/OpenSC,0x7678/OpenSC,nmav/OpenSC,gentoo/OpenSC,UIKit0/OpenSC,dirkx/OpenSC,mouse07410/OpenSC,kasparsd/opensc-latvia-id,financeX/OpenSC,marschap/pkg-opensc,velter/OpenSC,jpki/OpenSC,LudovicRousseau/OpenSC,aobaid/OpenSC,germanblanco/OpenSC,jpki/OpenSC,nmav/OpenSC,AktivCo/OpenSC,Jakuje/OpenSC,0x7678/myOpenSC,velter/OpenSC,Jakuje/OpenSC,financeX/OpenSC,adminmt/OpenSC,rickyepoderi/OpenSC,0x7678/OpenSC,dirkx/OpenSC,dengert/OpenSC,philipWendland/OpenSC,metsma/OpenSC,UIKit0/OpenSC,tidatida/OpenSC,viktorTarasov/OpenSC-SM,UIKit0/OpenSC,mtrojnar/OpenSC,carlhoerberg/OpenSC,dirkx/OpenSC.tokend,OpenSC/OpenSC,Jakuje/OpenSC,germanblanco/OpenSC,dirkx/OpenSC.tokend,gentoo/OpenSC,fabled/OpenSC,OpenSC/OpenSC,ieugen/OpenSC,financeX/OpenSC,0x7678/OpenSC,gentoo/OpenSC,nmav/OpenSC,ieugen/OpenSC,UIKit0/OpenSC,adminmt/OpenSC,CardContact/OpenSC,gemini/OpenSC,martinpaljak/OpenSC,dirkx/OpenSC,gemini/OpenSC,kasparsd/opensc-latvia-id,metsma/OpenSC,aobaid/OpenSC,hongquan/OpenSC-main,tidatida/OpenSC,metsma/OpenSC,marschap/pkg-opensc,dirkx/OpenSC.tokend,0x7678/OpenSC,viktorTarasov/OpenSC-SM,dirkx/OpenSC.tokend,carlhoerberg/OpenSC,CardContact/OpenSC,fabled/OpenSC,marschap/pkg-opensc,frankmorgner/OpenSC,martinpaljak/OpenSC,kasparsd/opensc-latvia-id,philipWendland/OpenSC,mouse07410/OpenSC,tidatida/OpenSC,jpki/OpenSC,mouse07410/OpenSC,dirkx/OpenSC,dengert/OpenSC,gentoo/OpenSC,frankmorgner/OpenSC,l1k/OpenSC,aobaid/OpenSC,AktivCo/OpenSC,hongquan/OpenSC-main,financeX/OpenSC,financeX/OpenSC,velter/OpenSC,frankmorgner/OpenSC,hongquan/OpenSC-main,carlhoerberg/OpenSC,ieugen/OpenSC,CardContact/OpenSC,rickyepoderi/OpenSC,marschap/pkg-opensc,kasparsd/opensc-latvia-id,velter/OpenSC,dirkx/OpenSC,0x7678/myOpenSC,dirkx/OpenSC.tokend,hhonkanen/OpenSC,gemini/OpenSC,adminmt/OpenSC,hhonkanen/OpenSC,0x7678/myOpenSC,frankmorgner/OpenSC,dengert/OpenSC,LudovicRousseau/OpenSC,0x7678/myOpenSC,adminmt/OpenSC,martinpaljak/OpenSC,mtrojnar/OpenSC,dirkx/OpenSC.tokend
|
308f38432906887efe34c7bad23792fc027859c5
|
context-menu-disable/context-menu-disable-officescan.bat
|
context-menu-disable/context-menu-disable-officescan.bat
|
@echo off
setlocal EnableDelayedExpansion
set registryRoot=HKCU\Software\Classes
set key=OfficeScan NT
reg add "%registryRoot%\*\shellex\ContextMenuHandlers\%key%" /d "---" /f
reg add "%registryRoot%\Drive\shellex\ContextMenuHandlers\%key%" /d "---" /f
|
@echo off
setlocal EnableDelayedExpansion
set registryRoot=HKCU\Software\Classes
set key=OfficeScan NT
reg add "%registryRoot%\*\shellex\ContextMenuHandlers\%key%" /d "---" /f
reg add "%registryRoot%\Drive\shellex\ContextMenuHandlers\%key%" /d "---" /f
reg add "%registryRoot%\Directory\shellex\ContextMenuHandlers\%key%" /d "---" /f
|
Disable officescan context menu on directories
|
Disable officescan context menu on directories
|
Batchfile
|
mit
|
ArloL/dotfiles,ArloL/dotfiles
|
959db8293e663970d59ed2aa34668424bad9cd42
|
recipes/pythonnet/bld.bat
|
recipes/pythonnet/bld.bat
|
if %VS_MAJOR% == 9 (
set "PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319;%PATH%"
)
%PYTHON% -m pip install . -vv
|
:: 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#issuecomment-203577297
:: ref: https://github.com/conda-forge/libsodium-feedstock/commit/b411740e0f439d5a5d257f74f74945f86585684a#diff-d04c86b6bb20341f5f7c53165501a393R12
:: ref: https://stackoverflow.com/q/2709279
::
:: Also there is some bug using MSBuild from .NET to build with VS 2008 64-bit, which
:: we workaround as well.
::
:: ref: https://social.msdn.microsoft.com/Forums/vstudio/en-US/19bb86ab-258a-40a9-b9fc-3bf36cac46bc/team-build-error-msb4018-the-quotresolvevcprojectoutputquot-task-failed-unexpectedly?forum=tfsbuild
if %VS_MAJOR% == 9 (
set "PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319;%PATH%"
set VC_PROJECT_ENGINE_NOT_USING_REGISTRY_FOR_INIT=1
)
%PYTHON% -m pip install . -vv
|
Add more hacks for Appveyor
|
Add more hacks for Appveyor
Taken from
https://github.com/conda-forge/apr-feedstock/blob/master/recipe/bld.bat
|
Batchfile
|
bsd-3-clause
|
igortg/staged-recipes,goanpeca/staged-recipes,jjhelmus/staged-recipes,cpaulik/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,ceholden/staged-recipes,isuruf/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,birdsarah/staged-recipes,synapticarbors/staged-recipes,cpaulik/staged-recipes,jochym/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,jjhelmus/staged-recipes,petrushy/staged-recipes,ocefpaf/staged-recipes,birdsarah/staged-recipes,asmeurer/staged-recipes,dschreij/staged-recipes,ceholden/staged-recipes,asmeurer/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,dschreij/staged-recipes,mcs07/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,ocefpaf/staged-recipes,synapticarbors/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,ReimarBauer/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,mcs07/staged-recipes,hadim/staged-recipes,Juanlu001/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes
|
c187aa98ca09c2e0c2866fe7e631096e80f9d77f
|
conda.recipe/run_test.bat
|
conda.recipe/run_test.bat
|
"%PREFIX%\Scripts\npm.cmd" install -g npm@latest --no-spin && "%PREFIX%\Scripts\npm.cmd" install . --no-spin --no-progress && "%PREFIX%\Scripts\npm.cmd" run test --no-progress --no-spin && if errorlevel 1 exit 1
|
"%PREFIX%\node_modules\npm\npm.cmd" install . --no-spin --no-progress && "%PREFIX%\node_modules\npm\npm.cmd" run test --no-progress --no-spin && if errorlevel 1 exit 1
|
Use most canonical location for npm
|
Use most canonical location for npm
|
Batchfile
|
bsd-2-clause
|
Anaconda-Server/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud,Anaconda-Server/nb_anacondacloud,Anaconda-Server/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud
|
0b546a1474fbb0dcf7fa66e92562e8ef76ad191d
|
Restore.cmd
|
Restore.cmd
|
@echo off
@setlocal
set NuGetExe="%~dp0NuGet.exe"
set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%~dp0nuget.config" -Project2ProjectTimeOut 1200
REM If someone passed in a different Roslyn solution, use that.
REM We make use of this when Roslyn is an sub-module for some
REM internal repositories.
set RoslynSolution=%1
if "%RoslynSolution%" == "" set RoslynSolution=%~dp0Roslyn.sln
echo Restoring packages: Toolsets
call %NugetExe% restore "%~dp0build\ToolsetPackages\project.json" %NuGetAdditionalCommandLineArgs% || goto :RestoreFailed
echo Restoring packages: Samples
call %NugetExe% restore "%~dp0src\Samples\Samples.sln" %NuGetAdditionalCommandLineArgs% || goto :RestoreFailed
echo Restoring packages: Roslyn (this may take some time)
call %NugetExe% restore "%RoslynSolution%" %NuGetAdditionalCommandLineArgs% || goto :RestoreFailed
exit /b 0
:RestoreFailed
echo Restore failed with ERRORLEVEL %ERRORLEVEL%
exit /b 1
|
@echo off
@setlocal
set NuGetExe="%~dp0NuGet.exe"
set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%~dp0nuget.config" -Project2ProjectTimeOut 1200
REM If someone passed in a different Roslyn solution, use that.
REM We make use of this when Roslyn is an sub-module for some
REM internal repositories.
set RoslynSolution=%1
if "%RoslynSolution%" == "" set RoslynSolution=%~dp0Roslyn.sln
echo Deleting project.lock.json files
pushd "%~dp0src"
del /s /q project.lock.json
popd
echo Restoring packages: Toolsets
call %NugetExe% restore "%~dp0build\ToolsetPackages\project.json" %NuGetAdditionalCommandLineArgs% || goto :RestoreFailed
echo Restoring packages: Samples
call %NugetExe% restore "%~dp0src\Samples\Samples.sln" %NuGetAdditionalCommandLineArgs% || goto :RestoreFailed
echo Restoring packages: Roslyn (this may take some time)
call %NugetExe% restore "%RoslynSolution%" %NuGetAdditionalCommandLineArgs% || goto :RestoreFailed
exit /b 0
:RestoreFailed
echo Restore failed with ERRORLEVEL %ERRORLEVEL%
exit /b 1
|
Delete project.lock.json files before restoring packages
|
Delete project.lock.json files before restoring packages
|
Batchfile
|
apache-2.0
|
MattWindsor91/roslyn,diryboy/roslyn,CyrusNajmabadi/roslyn,kelltrick/roslyn,lorcanmooney/roslyn,zooba/roslyn,orthoxerox/roslyn,akrisiun/roslyn,TyOverby/roslyn,cston/roslyn,diryboy/roslyn,basoundr/roslyn,panopticoncentral/roslyn,jmarolf/roslyn,michalhosala/roslyn,xasx/roslyn,abock/roslyn,jasonmalinowski/roslyn,michalhosala/roslyn,michalhosala/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,tvand7093/roslyn,jkotas/roslyn,robinsedlaczek/roslyn,akrisiun/roslyn,mavasani/roslyn,paulvanbrenk/roslyn,sharadagrawal/Roslyn,jamesqo/roslyn,davkean/roslyn,DustinCampbell/roslyn,jkotas/roslyn,MatthieuMEZIL/roslyn,vslsnap/roslyn,a-ctor/roslyn,Shiney/roslyn,khellang/roslyn,bkoelman/roslyn,eriawan/roslyn,drognanar/roslyn,xoofx/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,gafter/roslyn,Shiney/roslyn,dotnet/roslyn,MatthieuMEZIL/roslyn,jeffanders/roslyn,drognanar/roslyn,paulvanbrenk/roslyn,AArnott/roslyn,MichalStrehovsky/roslyn,VSadov/roslyn,lorcanmooney/roslyn,tmat/roslyn,ErikSchierboom/roslyn,mgoertz-msft/roslyn,AnthonyDGreen/roslyn,brettfo/roslyn,dpoeschl/roslyn,AArnott/roslyn,KiloBravoLima/roslyn,KevinRansom/roslyn,jamesqo/roslyn,weltkante/roslyn,basoundr/roslyn,yeaicc/roslyn,xoofx/roslyn,OmarTawfik/roslyn,MichalStrehovsky/roslyn,mmitche/roslyn,aelij/roslyn,jcouv/roslyn,Giftednewt/roslyn,jasonmalinowski/roslyn,physhi/roslyn,budcribar/roslyn,khellang/roslyn,vslsnap/roslyn,bkoelman/roslyn,TyOverby/roslyn,ericfe-ms/roslyn,agocke/roslyn,nguerrera/roslyn,Giftednewt/roslyn,natidea/roslyn,jamesqo/roslyn,swaroop-sridhar/roslyn,rgani/roslyn,pdelvo/roslyn,mgoertz-msft/roslyn,a-ctor/roslyn,KirillOsenkov/roslyn,KevinRansom/roslyn,davkean/roslyn,basoundr/roslyn,natidea/roslyn,heejaechang/roslyn,ljw1004/roslyn,gafter/roslyn,balajikris/roslyn,physhi/roslyn,bartdesmet/roslyn,khyperia/roslyn,paulvanbrenk/roslyn,mmitche/roslyn,khyperia/roslyn,ljw1004/roslyn,CyrusNajmabadi/roslyn,AlekseyTs/roslyn,OmarTawfik/roslyn,eriawan/roslyn,wvdd007/roslyn,mmitche/roslyn,sharadagrawal/Roslyn,AnthonyDGreen/roslyn,a-ctor/roslyn,mattscheffer/roslyn,orthoxerox/roslyn,Pvlerick/roslyn,KevinRansom/roslyn,mavasani/roslyn,AlekseyTs/roslyn,jcouv/roslyn,aelij/roslyn,VSadov/roslyn,kelltrick/roslyn,bkoelman/roslyn,orthoxerox/roslyn,brettfo/roslyn,brettfo/roslyn,khyperia/roslyn,Hosch250/roslyn,physhi/roslyn,agocke/roslyn,panopticoncentral/roslyn,wvdd007/roslyn,mattwar/roslyn,zooba/roslyn,tmeschter/roslyn,mattwar/roslyn,AlekseyTs/roslyn,xasx/roslyn,sharwell/roslyn,panopticoncentral/roslyn,jhendrixMSFT/roslyn,shyamnamboodiripad/roslyn,leppie/roslyn,jhendrixMSFT/roslyn,swaroop-sridhar/roslyn,leppie/roslyn,cston/roslyn,sharadagrawal/Roslyn,diryboy/roslyn,KirillOsenkov/roslyn,weltkante/roslyn,akrisiun/roslyn,jasonmalinowski/roslyn,jaredpar/roslyn,ErikSchierboom/roslyn,mattwar/roslyn,natidea/roslyn,srivatsn/roslyn,KirillOsenkov/roslyn,DustinCampbell/roslyn,amcasey/roslyn,AmadeusW/roslyn,KiloBravoLima/roslyn,bartdesmet/roslyn,jeffanders/roslyn,kelltrick/roslyn,jeffanders/roslyn,budcribar/roslyn,AmadeusW/roslyn,robinsedlaczek/roslyn,VSadov/roslyn,tmat/roslyn,amcasey/roslyn,tannergooding/roslyn,dpoeschl/roslyn,MattWindsor91/roslyn,shyamnamboodiripad/roslyn,abock/roslyn,reaction1989/roslyn,bbarry/roslyn,jkotas/roslyn,jmarolf/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,balajikris/roslyn,abock/roslyn,MichalStrehovsky/roslyn,KevinH-MS/roslyn,ericfe-ms/roslyn,leppie/roslyn,KiloBravoLima/roslyn,amcasey/roslyn,ErikSchierboom/roslyn,xoofx/roslyn,budcribar/roslyn,robinsedlaczek/roslyn,pdelvo/roslyn,agocke/roslyn,jcouv/roslyn,stephentoub/roslyn,tmeschter/roslyn,wvdd007/roslyn,jhendrixMSFT/roslyn,genlu/roslyn,MattWindsor91/roslyn,Hosch250/roslyn,heejaechang/roslyn,bbarry/roslyn,lorcanmooney/roslyn,nguerrera/roslyn,balajikris/roslyn,yeaicc/roslyn,KevinH-MS/roslyn,sharwell/roslyn,dotnet/roslyn,reaction1989/roslyn,CaptainHayashi/roslyn,tmat/roslyn,tvand7093/roslyn,tannergooding/roslyn,ljw1004/roslyn,MatthieuMEZIL/roslyn,drognanar/roslyn,dotnet/roslyn,tannergooding/roslyn,bartdesmet/roslyn,yeaicc/roslyn,AnthonyDGreen/roslyn,swaroop-sridhar/roslyn,KevinH-MS/roslyn,AArnott/roslyn,rgani/roslyn,TyOverby/roslyn,srivatsn/roslyn,cston/roslyn,CaptainHayashi/roslyn,Hosch250/roslyn,AmadeusW/roslyn,khellang/roslyn,heejaechang/roslyn,ericfe-ms/roslyn,dpoeschl/roslyn,srivatsn/roslyn,tvand7093/roslyn,vslsnap/roslyn,nguerrera/roslyn,zooba/roslyn,pdelvo/roslyn,jaredpar/roslyn,shyamnamboodiripad/roslyn,jmarolf/roslyn,DustinCampbell/roslyn,Pvlerick/roslyn,sharwell/roslyn,stephentoub/roslyn,genlu/roslyn,rgani/roslyn,genlu/roslyn,xasx/roslyn,CyrusNajmabadi/roslyn,Shiney/roslyn,davkean/roslyn,stephentoub/roslyn,mattscheffer/roslyn,reaction1989/roslyn,Pvlerick/roslyn,mavasani/roslyn,bbarry/roslyn,eriawan/roslyn,gafter/roslyn,CaptainHayashi/roslyn,jaredpar/roslyn,aelij/roslyn,mattscheffer/roslyn,mgoertz-msft/roslyn,MattWindsor91/roslyn,weltkante/roslyn,Giftednewt/roslyn,OmarTawfik/roslyn,tmeschter/roslyn
|
98fb8bf3be3c3893203842501d2f5c49e120e923
|
recipes/zimg/bld.bat
|
recipes/zimg/bld.bat
|
call %LIBRARY_BIN%\run_autotools_clang_conda_build.bat
if errorlevel 1 exit 1
del %LIBRARY_LIB%\libzimg.a
|
call %BUILD_PREFIX%\Library\bin\run_autotools_clang_conda_build.bat
if errorlevel 1 exit 1
del %LIBRARY_LIB%\libzimg.a
if errorlevel 1 exit 1
|
Use exact command from autotools_clang_conda
|
Use exact command from autotools_clang_conda
|
Batchfile
|
bsd-3-clause
|
conda-forge/staged-recipes,conda-forge/staged-recipes
|
9af6cfc26cd1f63d5f0d8cc0d481ec3c6b6004b7
|
scripts/install.bat
|
scripts/install.bat
|
ECHO off
ECHO MOVE C:\mongo* C:\mongodb
setx MYPATH "%PATH%;C:\mongodb\bin"
|
ECHO on
FOR /f %%i IN ('dir /ad /b "C:\" ^|findstr /I "mongo"') DO set dest=%%i
ECHO MOVE C:\%dest% C:\mongodb\
setx MYPATH "%PATH%;C:\mongodb\bin"
|
Revert "Removed for loop and used MOVE command with wildcards"
|
Revert "Removed for loop and used MOVE command with wildcards"
This reverts commit d4e2e10962b2c4e05b9f54cef8d12e6e4cdff7f2.
I am an idiot and glob commands / wildcards don't work in batch
scripts. Thanks Microsoft.
|
Batchfile
|
apache-2.0
|
ThatGeoGuy/ENGO500-Webserver,ThatGeoGuy/ENGO500-Webserver
|
ff53794fb75fd582321cb4b1dc5704698e336085
|
release.bat
|
release.bat
|
rem Building & compressing serve-d for release inside a virtual machine with Windows 8 or above
cd %~dp0
@if not exist version.txt (
echo.
echo !-- Error: version.txt is missing :/
echo.
pause
goto :eof
)
rem This will sync this repo with the folder %windir%\..\buildsd
robocopy . %windir%\..\buildsd /MIR /XA:SH /XD .* /XF .* /XF *.zip
pushd %windir%\..\buildsd
set /p Version=<version.txt
dub build --compiler=ldc2 --arch=x86
if exist windows del /S /Q windows
mkdir windows
copy serve-d.exe windows\serve-d.exe
copy libcurl.dll windows\libcurl.dll
copy libeay32.dll windows\libeay32.dll
copy ssleay32.dll windows\ssleay32.dll
if exist windows.zip del windows.zip
powershell -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('windows', 'windows.zip'); }"
popd
move %windir%\..\buildsd\windows.zip "serve-d-%Version%-windows.zip"
pause
|
rem Building & compressing serve-d for release inside a virtual machine with Windows 8 or above
cd %~dp0
@if not exist version.txt (
echo.
echo !-- Error: version.txt is missing :/
echo.
pause
goto :eof
)
rem This will sync this repo with the folder %SystemDrive%\buildsd
robocopy . %SystemDrive%\buildsd /MIR /XA:SH /XD .* /XF .* /XF *.zip
pushd %SystemDrive%\buildsd
set /p Version=<version.txt
dub build --compiler=ldc2 --arch=x86
if exist windows del /S /Q windows
mkdir windows
copy serve-d.exe windows\serve-d.exe
copy libcurl.dll windows\libcurl.dll
copy libeay32.dll windows\libeay32.dll
copy ssleay32.dll windows\ssleay32.dll
if exist windows.zip del windows.zip
powershell -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('windows', 'windows.zip'); }"
popd
move %SystemDrive%\buildsd\windows.zip "serve-d-%Version%-windows.zip"
pause
|
Use `%SystemDrive%\` instead of `%windir%\..\`
|
Use `%SystemDrive%\` instead of `%windir%\..\`
|
Batchfile
|
mit
|
Pure-D/serve-d
|
76f0b8d94d1095fa50789f5697f27e3a787a21cf
|
etc/bin/win/pyinstaller_app.bat
|
etc/bin/win/pyinstaller_app.bat
|
cd ..\..\..\
rm -R build
rm -R dist
"%APPDATA%\Python\Python35\Scripts\pyinstaller.exe" ^
--onefile ^
--windowed ^
--icon etc\bin\win\icon.ico ^
--paths C:\%HOMEPATH%\AppData\Roaming\Python\Python35\site-packages\PyQt5 ^
etc\bin\unix\alignak-app.py
pause
|
cd ..\..\..\
rm -R build
rm -R dist
"%APPDATA%\Python\Python35\Scripts\pyinstaller.exe" ^
--onefile ^
--windowed ^
--icon etc\bin\win\icon.ico ^
--paths C:\%HOMEPATH%\AppData\Roaming\Python\Python35\site-packages\PyQt5\Qt\bin ^
etc\bin\unix\alignak-app.py
pause
|
Update path of PyQt5 on Windows
|
Update path of PyQt5 on Windows
|
Batchfile
|
agpl-3.0
|
Alignak-monitoring-contrib/alignak-app,Alignak-monitoring-contrib/alignak-app
|
ea462f14cccaffdecb28454b786754405332c07b
|
test/ip.bat
|
test/ip.bat
|
#!/bin/bash
load test_helper
@test "ip returns an ip" {
ip=$(lstack ip)
[ -n "$ip" ]
}
|
#!/bin/bash
load test_helper
@test "ip returns an ip" {
ip=$(lstack ip)
[[ "$ip" =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]
}
|
Use a regexp to test the IP
|
Use a regexp to test the IP
|
Batchfile
|
mit
|
rubiojr/lstack
|
045fa8964f9c0ad0960f3bc0d9a536a1b1072c11
|
install.bat
|
install.bat
|
set PIP_FIND_LINKS="https://whls.blob.core.windows.net/unstable/index.html"
pip install lytest simphony sax jax sklearn klayout
pip install "jax[cpu]===0.3.7" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
pip install gdsfactory==5.38.0
gf tool install
if exist "%USERPROFILE%\Desktop\gdsfactory" (goto SKIP_INSTALL)
cd %USERPROFILE%\Desktop
git clone https://github.com/gdsfactory/gdsfactory.git
:SKIP_INSTALL
echo gdsfactory installed
|
set PIP_FIND_LINKS="https://whls.blob.core.windows.net/unstable/index.html"
pip install lytest simphony sax jax sklearn klayout
pip install "jaxlib[cuda111]" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
pip install gdsfactory==5.38.0
gf tool install
if exist "%USERPROFILE%\Desktop\gdsfactory" (goto SKIP_INSTALL)
cd %USERPROFILE%\Desktop
git clone https://github.com/gdsfactory/gdsfactory.git
:SKIP_INSTALL
echo gdsfactory installed
|
Set to gpu version by default and remove version number
|
Set to gpu version by default and remove version number
|
Batchfile
|
mit
|
gdsfactory/gdsfactory,gdsfactory/gdsfactory
|
f2129cb55074f18c6a304ded2ccdb97035ac61a2
|
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
Cd "%~dp0\TestHarness\packages\SpecRun.Runner.*\tools"
"specrun.exe" run default.srprofile "/baseFolder:%~dp0\TestHarness\SpecRun\bin\Debug" /log:specrun.log /report:"%~dp0\results-example-specrun.html"
pause
@popd
|
@pushd %~dp0
goto begin
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"
"specrun.exe" run default.srprofile "/baseFolder:%~dp0\TestHarness\SpecRun\bin\Debug" /log:specrun.log /report:"%~dp0\results-example-specrun.html"
:begin
Cd "%~dp0\TestHarness\packagesNonNuget\xunit.runner"
"xunit.console.clr4.exe" "%~dp0\TestHarness\xunit\bin\Debug\xunitHarness.dll" /xml "%~dp0\results-example-xunit.xml"
pause
@popd
|
Add ability to create xunit test results
|
Add ability to create xunit test results
|
Batchfile
|
apache-2.0
|
dirkrombauts/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults,picklesdoc/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults
|
44acf4266586e18496999c5a2bd459d0d29602e2
|
prep-package.cmd
|
prep-package.cmd
|
cd /d %~dp0
mkdir OSVR-Unity-Dist
mkdir OSVR-Unity-Dist\OSVR-Unity
xcopy Managed-OSVR OSVR-Unity-Dist\ /Y /S
|
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
|
Adjust build to include more source
|
Adjust build to include more source
|
Batchfile
|
apache-2.0
|
grobm/OSVR-Unity,OSVR/OSVR-Unity,DuFF14/OSVR-Unity,grobm/OSVR-Unity,JeroMiya/OSVR-Unity
|
4077946e8b48af8600240349c3222b2075a5a7fe
|
run.cmd
|
run.cmd
|
@if "%_echo%" neq "on" echo off
setlocal
if defined VisualStudioVersion goto :Run
set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
if exist %_VSWHERE% (
for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Tools
)
if not exist "%_VSCOMNTOOLS%" set _VSCOMNTOOLS=%VS140COMNTOOLS%
if not exist "%_VSCOMNTOOLS%" (
echo Error: Visual Studio 2015 or 2017 required.
echo Please see https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md for build instructions.
exit /b 1
)
set VSCMD_START_DIR="%~dp0"
call "%_VSCOMNTOOLS%\VsDevCmd.bat"
:Run
powershell -NoProfile -ExecutionPolicy unrestricted -Command "%~dp0run.ps1 -- %*"
exit /b %ERRORLEVEL%
|
@if "%_echo%" neq "on" echo off
setlocal
if defined VisualStudioVersion goto :Run
set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
if exist %_VSWHERE% (
for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -prerelease -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Tools
)
if not exist "%_VSCOMNTOOLS%" set _VSCOMNTOOLS=%VS140COMNTOOLS%
if not exist "%_VSCOMNTOOLS%" (
echo Error: Visual Studio 2015 or 2017 required.
echo Please see https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md for build instructions.
exit /b 1
)
set VSCMD_START_DIR="%~dp0"
call "%_VSCOMNTOOLS%\VsDevCmd.bat"
:Run
powershell -NoProfile -ExecutionPolicy unrestricted -Command "%~dp0run.ps1 -- %*"
exit /b %ERRORLEVEL%
|
Add prerelease check to vswhere to support dogfood VS builds.
|
Add prerelease check to vswhere to support dogfood VS builds.
|
Batchfile
|
mit
|
MichaelSimons/core-setup,ericstj/core-setup,ericstj/core-setup,rakeshsinghranchi/core-setup,steveharter/core-setup,weshaggard/core-setup,rakeshsinghranchi/core-setup,chcosta/core-setup,chcosta/core-setup,ericstj/core-setup,rakeshsinghranchi/core-setup,steveharter/core-setup,MichaelSimons/core-setup,crummel/dotnet_core-setup,wtgodbe/core-setup,MichaelSimons/core-setup,steveharter/core-setup,weshaggard/core-setup,rakeshsinghranchi/core-setup,crummel/dotnet_core-setup,steveharter/core-setup,weshaggard/core-setup,ericstj/core-setup,wtgodbe/core-setup,wtgodbe/core-setup,MichaelSimons/core-setup,wtgodbe/core-setup,crummel/dotnet_core-setup,weshaggard/core-setup,rakeshsinghranchi/core-setup,weshaggard/core-setup,steveharter/core-setup,chcosta/core-setup,crummel/dotnet_core-setup,crummel/dotnet_core-setup,MichaelSimons/core-setup,steveharter/core-setup,ericstj/core-setup,wtgodbe/core-setup,crummel/dotnet_core-setup,chcosta/core-setup,weshaggard/core-setup,chcosta/core-setup,chcosta/core-setup,rakeshsinghranchi/core-setup,MichaelSimons/core-setup,wtgodbe/core-setup,ericstj/core-setup
|
70d29ae05d7e3eae92aea9d16069df659112c9ec
|
bootstrap.cmd
|
bootstrap.cmd
|
@echo off
Nuget.exe restore "Source\MSBuild.Community.Tasks.sln"
NuGet.exe install MSBuildTasks -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive
Nuget.exe install ILRepack.MSBuild.Task -Version 1.1.0 -Source https://www.myget.org/F/sympa-public/api/v3/index.json -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive
|
@echo off
Nuget.exe restore "Source\MSBuild.Community.Tasks.sln"
NuGet.exe install MSBuildTasks -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive
Nuget.exe install ILRepack.MSBuild.Task -Version 1.1.1 -Source https://www.myget.org/F/sympa-public/api/v3/index.json -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive
|
Use ILRepack.MSBuild.Task 1.1.1 from sympa public myget feed
|
Use ILRepack.MSBuild.Task 1.1.1 from sympa public myget feed
|
Batchfile
|
bsd-2-clause
|
loresoft/msbuildtasks
|
2dcfe8ce41119c0d1dcf938a0dd2b0434a7fa41c
|
bin/cake.bat
|
bin/cake.bat
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Cake is a Windows batch script for invoking CakePHP shell commands
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
::
:: Licensed under The MIT License
:: Redistributions of files must retain the above copyright notice.
::
:: @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
:: @link http://cakephp.org CakePHP(tm) Project
:: @since 2.0.0
:: @license http://www.opensource.org/licenses/mit-license.php MIT License
::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: In order for this script to work as intended, the cake\console\ folder must be in your PATH
@echo off
SET app=%0
SET lib=%~dp0
php "%lib%cake.php" %*
echo.
exit /B %ERRORLEVEL%
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Cake is a Windows batch script for invoking CakePHP shell commands
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
::
:: Licensed under The MIT License
:: Redistributions of files must retain the above copyright notice.
::
:: @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
:: @link http://cakephp.org CakePHP(tm) Project
:: @since 2.0.0
:: @license http://www.opensource.org/licenses/mit-license.php MIT License
::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
SET app=%0
SET lib=%~dp0
php "%lib%cake.php" %*
echo.
exit /B %ERRORLEVEL%
|
Remove outdated and wrong comment.
|
Remove outdated and wrong comment.
|
Batchfile
|
mit
|
makallio85/fish-diary,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,makallio85/fish-diary,makallio85/fish-diary,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp
|
7bef2c506d9e8ac920c978401a856d24aeb1b817
|
bin/test.bat
|
bin/test.bat
|
DEL c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\gcf.exe
bitsadmin.exe /transfer "DownloadStableCLI" https://s3.amazonaws.com/go-cli/builds/cf-windows-amd64.exe c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe
go get -u github.com/pivotal-cf-experimental/GATS/...
SET GATSPATH=%GOPATH%\src\github.com\pivotal-cf-experimental\GATS
SET PATH=%PATH%;%GATSPATH%;C:\Program Files\cURL\bin
SET CONFIG=%CD%\config.json
SET LOCAL_GOPATH=%GATSPATH%\Godeps\_workspace
MKDIR %LOCAL_GOPATH%\bin
SET GOPATH=%LOCAL_GOPATH%;%GOPATH%
SET PATH=%LOCAL_GOPATH%\bin;%PATH%
go install -v github.com/onsi/ginkgo/ginkgo
ginkgo.exe -r -slowSpecThreshold=120 ./gats
|
DEL c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe
bitsadmin.exe /transfer "DownloadStableCLI" https://s3.amazonaws.com/go-cli/builds/cf-windows-amd64.exe c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe
go get -u github.com/pivotal-cf-experimental/GATS/...
SET GATSPATH=%GOPATH%\src\github.com\pivotal-cf-experimental\GATS
SET PATH=%PATH%;%GATSPATH%;C:\Program Files\cURL\bin
SET CONFIG=%CD%\config.json
SET LOCAL_GOPATH=%GATSPATH%\Godeps\_workspace
MKDIR %LOCAL_GOPATH%\bin
SET GOPATH=%LOCAL_GOPATH%;%GOPATH%
SET PATH=%LOCAL_GOPATH%\bin;%PATH%
go install -v github.com/onsi/ginkgo/ginkgo
ginkgo.exe -r -slowSpecThreshold=120 ./gats
|
Delete old cf executable properly when running GATS on Windows
|
Delete old cf executable properly when running GATS on Windows
|
Batchfile
|
unknown
|
cloudfoundry/cli-acceptance-tests,cloudfoundry/GATS,cloudfoundry/GATS,cloudfoundry/GATS,cloudfoundry/cli-acceptance-tests,cloudfoundry/cli-acceptance-tests
|
35df01d9565723405695f31496f18602a47713ca
|
build.bat
|
build.bat
|
@echo off
@setlocal
rem ------------------------------------------------------
rem Check environment variables
if not "%JAVA_HOME%" == "" goto java_home_ok
echo Environment variable JAVA_HOME must be set.
set ERROR=true
:java_home_ok
if not "%DEBUG_ENABLED%" == "" goto debug_enabled_ok
set DEBUG_ENABLED=false
:debug_enabled_ok
if not "%WEBLOGIC_HOME%" == "" goto weblogic_home_ok
set WEBLOGIC_HOME=C:\bea\weblogic700\server
:weblogic_home_ok
if "%ERROR%" == "true" goto end
rem ------------------------------------------------------
rem Run Ant
set target=%1
set default_target=orbeon-dist-packages
if not defined target (
set target=%default_target%
echo Defaulting to target %default_target%
)
for %%I in (.) do set BUILD_ROOT=%%~fI
set CLASSPATH=.\lib\junit.jar
set PATH=%JAVA_HOME%\bin;%PATH%
set ANT_HOME=tools\ant
"%ANT_HOME%\bin\ant.bat" "-Djava.home=%JAVA_HOME%" "-Dant.home=%ANT_HOME%" "-Ddebug.enabled=%DEBUG_ENABLED%" "-Dweblogic.home=%WEBLOGIC_HOME%" %target% %2 %3 %4 %5 %6 %7 %8 %9
:end
|
@echo off
setlocal
@rem There is some funkiness wrt set command in a for statement in an if
@rem block when setlocal is true. Consequently set set bld_root up here
@rem rather than in an if block.
set this_fqn=%~f0
for %%i in ( %this_fqn% ) do set bld_root=%%~dp%i
if defined JAVA_HOME (
if not defined DEBUG_ENABLED set DEBUG_ENABLED=false
if not defined WEBLOGIC_HOME set WEBLOGIC_HOME=C:\bea\weblogic700\server
set default_target=orbeon-dist-packages
set target=%1
if not defined target (
set target=!default_target!
echo Defaulting to target !default_target!
echo .
)
@rem set CLASSPATH=%bld_root%lib\junit.jar
set PATH=%JAVA_HOME%\bin;%PATH%
set ANT_HOME=%bld_root%tools\ant
echo "!ANT_HOME!\bin\ant.bat" "-Djava.home=!JAVA_HOME!" "-Dant.home=!ANT_HOME!" "-Ddebug.enabled=!DEBUG_ENABLED!" "-Dweblogic.home=!WEBLOGIC_HOME!" !target! %2 %3 %4 %5 %6 %7 %8 %9
"!ANT_HOME!\bin\ant.bat" "-Djava.home=!JAVA_HOME!" "-Dant.home=!ANT_HOME!" "-Ddebug.enabled=!DEBUG_ENABLED!" "-Dweblogic.home=!WEBLOGIC_HOME!" !target! %2 %3 %4 %5 %6 %7 %8 %9
) else (
echo env var JAVA_HOME must be set to the location of a jdk.
echo The jdk version must be 1.4 or higher.
)
|
Bring this bat into the current millenium.
|
Bring this bat into the current millenium.
|
Batchfile
|
lgpl-2.1
|
brunobuzzi/orbeon-forms,ajw625/orbeon-forms,martinluther/orbeon-forms,tanbo800/orbeon-forms,wesley1001/orbeon-forms,wesley1001/orbeon-forms,brunobuzzi/orbeon-forms,orbeon/orbeon-forms,tanbo800/orbeon-forms,tanbo800/orbeon-forms,ajw625/orbeon-forms,orbeon/orbeon-forms,orbeon/orbeon-forms,joansmith/orbeon-forms,brunobuzzi/orbeon-forms,ajw625/orbeon-forms,ajw625/orbeon-forms,martinluther/orbeon-forms,evlist/orbeon-forms,evlist/orbeon-forms,martinluther/orbeon-forms,joansmith/orbeon-forms,joansmith/orbeon-forms,evlist/orbeon-forms,evlist/orbeon-forms,evlist/orbeon-forms,joansmith/orbeon-forms,orbeon/orbeon-forms,brunobuzzi/orbeon-forms,tanbo800/orbeon-forms,wesley1001/orbeon-forms,martinluther/orbeon-forms,wesley1001/orbeon-forms
|
19d83bde046b35419e1e84fd39fad0da69698dcd
|
runUnitTests.bat
|
runUnitTests.bat
|
@echo off
SETLOCAL EnableDelayedExpansion
set failed=0
cd bin
for /r "." %%a in (tst_*.exe) do (
"%%~fa"
if not ERRORLEVEL 0 (
echo Test FAILED: "%%~fa"
set failed=1
)
)
cd ..
if %failed% EQU 1 (
echo ERROR: At least one unit test failed!
if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" (
pause
)
exit /B 1
)
echo All tests passed
if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" (
pause
)
|
@echo off
SETLOCAL EnableDelayedExpansion
set failed=0
cd bin
for /r "." %%a in (tst_*.exe) do (
"%%~fa"
if !errorlevel! neq 0 (
echo Test FAILED: "%%~fa"
set failed=1
)
)
cd ..
if !failed! equ 1 (
echo ERROR: At least one unit test failed!
if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" (
pause
)
exit /B 1
)
echo All tests passed
if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" (
pause
)
|
Fix windows test runner not detecting failure
|
Fix windows test runner not detecting failure
|
Batchfile
|
apache-2.0
|
Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan
|
fd4381d15fd468e953752ad6e5dc0235641f412f
|
appveyor-copy.bat
|
appveyor-copy.bat
|
rem Copy runtime DLLs
FOR /F %%I IN ('stack exec -- where libstdc++-6.dll') DO copy /Y "%%I" .\
FOR /F %%I IN ('stack exec -- where libgcc_s_seh-1.dll') DO copy /Y "%%I" .\
FOR /F %%I IN ('stack exec -- where libwinpthread-1.dll') DO copy /Y "%%I" .\
|
rem Copy runtime DLLs
echo "" | stack exec -- where libstdc++-6.dll > lib.txt
echo "" | stack exec -- where libgcc_s_seh-1.dll >> lib.txt
echo "" | stack exec -- where libwinpthread-1.dll >> lib.txt
FOR /F %%I IN (lib.txt) DO copy /Y "%%I" .\
del /q lib.txt
|
Revert "For loop without external file"
|
Revert "For loop without external file"
This reverts commit edd19a6a29a160495ace70efbef8be33bcecad5c.
|
Batchfile
|
bsd-3-clause
|
ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell
|
6ccef94ec9323d47c72febd430644a3b88a1d13e
|
scripts/install-puppet-modules.cmd
|
scripts/install-puppet-modules.cmd
|
cmd /c certutil -addstore "Root" C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c del C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-stdlib
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-registry
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-dism
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-acl
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-reboot
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-inifile
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-powershell
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install chocolatey-chocolatey
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install gildas-firewall
|
cmd /c certutil -addstore "Root" C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c del C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-windows
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-dism
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-inifile
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install gildas-firewall
|
Use the new puppetlabs-windows module
|
Use the new puppetlabs-windows module
|
Batchfile
|
apache-2.0
|
TheBigBear/packer-windows-gildas,gildas/packer-windows,TheBigBear/packer-windows-gildas,gildas/packer-windows,gildas/packer-windows,TheBigBear/packer-windows-gildas
|
158952b12992cd4a880d1a7380f735dc6c17a9ac
|
src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/generate.cmd
|
src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/generate.cmd
|
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
set autoRestVersion=0.16.0-Nightly20160329
set specUrl="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-scheduler/2016-03-01/swagger/scheduler.json"
set source=-Source https://www.myget.org/F/autorest/api/v2
set repoRoot=%~dp0..\..\..\..
set autoRestExe=%repoRoot%\packages\autorest.%autoRestVersion%\tools\AutoRest.exe
set generateFolder=%~dp0Generated
%repoRoot%\tools\nuget.exe install autorest %source% -Version %autoRestVersion% -o %repoRoot%\packages
if exist %generateFolder% rd /S /Q %generateFolder%
%autoRestExe% -Modeler Swagger -CodeGenerator Azure.CSharp -Namespace Microsoft.Azure.Management.Scheduler -Input %specUrl% -outputDirectory %generateFolder% -Header NONE
|
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
set autoRestVersion=0.16.0-Nightly20160329
set specUrl="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/c582747a6ea5d55ea976a9a3cb7c7959e7f9ce2f/arm-scheduler/2016-03-01/swagger/scheduler.json"
set source=-Source https://www.myget.org/F/autorest/api/v2
set repoRoot=%~dp0..\..\..\..
set autoRestExe=%repoRoot%\packages\autorest.%autoRestVersion%\tools\AutoRest.exe
set generateFolder=%~dp0Generated
%repoRoot%\tools\nuget.exe install autorest %source% -Version %autoRestVersion% -o %repoRoot%\packages
if exist %generateFolder% rd /S /Q %generateFolder%
%autoRestExe% -Modeler Swagger -CodeGenerator Azure.CSharp -Namespace Microsoft.Azure.Management.Scheduler -Input %specUrl% -outputDirectory %generateFolder% -Header NONE
|
Change specUrl as recommended by the SDK team.
|
Change specUrl as recommended by the SDK team.
|
Batchfile
|
apache-2.0
|
Yahnoosh/azure-sdk-for-net,markcowl/azure-sdk-for-net,SiddharthChatrolaMs/azure-sdk-for-net,Yahnoosh/azure-sdk-for-net,djyou/azure-sdk-for-net,jhendrixMSFT/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,nathannfan/azure-sdk-for-net,JasonYang-MSFT/azure-sdk-for-net,AzCiS/azure-sdk-for-net,Yahnoosh/azure-sdk-for-net,ScottHolden/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,btasdoven/azure-sdk-for-net,peshen/azure-sdk-for-net,hyonholee/azure-sdk-for-net,yaakoviyun/azure-sdk-for-net,shahabhijeet/azure-sdk-for-net,pankajsn/azure-sdk-for-net,olydis/azure-sdk-for-net,SiddharthChatrolaMs/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,hyonholee/azure-sdk-for-net,atpham256/azure-sdk-for-net,shahabhijeet/azure-sdk-for-net,JasonYang-MSFT/azure-sdk-for-net,nathannfan/azure-sdk-for-net,AzureAutomationTeam/azure-sdk-for-net,nathannfan/azure-sdk-for-net,shutchings/azure-sdk-for-net,stankovski/azure-sdk-for-net,jamestao/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,AzCiS/azure-sdk-for-net,btasdoven/azure-sdk-for-net,shahabhijeet/azure-sdk-for-net,stankovski/azure-sdk-for-net,jamestao/azure-sdk-for-net,pilor/azure-sdk-for-net,yaakoviyun/azure-sdk-for-net,hyonholee/azure-sdk-for-net,yugangw-msft/azure-sdk-for-net,peshen/azure-sdk-for-net,pilor/azure-sdk-for-net,hyonholee/azure-sdk-for-net,djyou/azure-sdk-for-net,ayeletshpigelman/azure-sdk-for-net,AzureAutomationTeam/azure-sdk-for-net,brjohnstmsft/azure-sdk-for-net,SiddharthChatrolaMs/azure-sdk-for-net,pankajsn/azure-sdk-for-net,brjohnstmsft/azure-sdk-for-net,pilor/azure-sdk-for-net,peshen/azure-sdk-for-net,atpham256/azure-sdk-for-net,begoldsm/azure-sdk-for-net,djyou/azure-sdk-for-net,DheerendraRathor/azure-sdk-for-net,atpham256/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,shahabhijeet/azure-sdk-for-net,ScottHolden/azure-sdk-for-net,brjohnstmsft/azure-sdk-for-net,mihymel/azure-sdk-for-net,yugangw-msft/azure-sdk-for-net,btasdoven/azure-sdk-for-net,begoldsm/azure-sdk-for-net,jamestao/azure-sdk-for-net,DheerendraRathor/azure-sdk-for-net,JasonYang-MSFT/azure-sdk-for-net,olydis/azure-sdk-for-net,ayeletshpigelman/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,ayeletshpigelman/azure-sdk-for-net,ScottHolden/azure-sdk-for-net,brjohnstmsft/azure-sdk-for-net,jhendrixMSFT/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,yaakoviyun/azure-sdk-for-net,pankajsn/azure-sdk-for-net,jhendrixMSFT/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,AzCiS/azure-sdk-for-net,brjohnstmsft/azure-sdk-for-net,mihymel/azure-sdk-for-net,shutchings/azure-sdk-for-net,mihymel/azure-sdk-for-net,shutchings/azure-sdk-for-net,DheerendraRathor/azure-sdk-for-net,olydis/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,jamestao/azure-sdk-for-net,ayeletshpigelman/azure-sdk-for-net,begoldsm/azure-sdk-for-net,AzureAutomationTeam/azure-sdk-for-net,yugangw-msft/azure-sdk-for-net,hyonholee/azure-sdk-for-net
|
965c9d43f65217fbfa15c9e8d10de369715039bb
|
windows/floppy/windows-2012-standard-amd64-vagrant/configure.bat
|
windows/floppy/windows-2012-standard-amd64-vagrant/configure.bat
|
:: %~dp0 gives the dirname of the script
cmd /c %~dp0common.bat
cmd /c %~dp0vagrant-ssh.bat
|
:: %~dp0 gives the dirname of the script
cmd /c %~dp0firewall-disable.bat
cmd /c %~dp0vagrant-ssh.bat
|
Remove a level of indirection
|
Remove a level of indirection
|
Batchfile
|
mpl-2.0
|
gregjan/packer-qemu-templates,entropicgestalt/packer-qemu-templates,mbassett/packer-qemu-templates,jakobadam/packer-qemu-templates,michel-slm/packer-qemu-templates
|
1883f07f7024d64d33f1a1b92de6c72664629933
|
buildscript/modules/ninjallvmbuild.cmd
|
buildscript/modules/ninjallvmbuild.cmd
|
@setlocal ENABLEDELAYEDEXPANSION
@echo Building llvm-config tool...
@ninja -j %throttle% install-llvm-config
@echo.
@rem Build LLVM libraries
@set llvmlibstotal=0
@FOR /F "skip=2 tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a llvmlibstotal+=1
@set llvmlibscount=0
@FOR /F "skip=2 tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a llvmlibscount+=1&echo Building library %%~na - !llvmlibscount! of %llvmlibstotal%...&ninja -j %throttle% install-%%~na&echo.
@echo Installing headers...
@ninja -j %throttle% install-llvm-headers
@endlocal
|
@setlocal ENABLEDELAYEDEXPANSION
@echo Building llvm-config tool...
@ninja -j %throttle% install-llvm-config
@echo.
@rem Build LLVM libraries
@set llvmlibstotal=0
@FOR /F "tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a llvmlibstotal+=1
@set llvmlibscount=0
@FOR /F "tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a llvmlibscount+=1&echo Building library %%~na - !llvmlibscount! of %llvmlibstotal%...&ninja -j %throttle% install-%%~na&echo.
@echo Installing headers...
@ninja -j %throttle% install-llvm-headers
@endlocal
|
Fix LLVM build truncation by 2 libraries. Regression from 527a5d5
|
Fix LLVM build truncation by 2 libraries. Regression from 527a5d5
|
Batchfile
|
mit
|
pal1000/mesa-dist-win,pal1000/mesa-dist-win
|
88b8bcaafe35798c91a9389408bf2d8657954289
|
recipes/cspice/bld.bat
|
recipes/cspice/bld.bat
|
mkdir %LIBRARY_INC%\cspice
cd %SRC_DIR%\src\cspice
call makeDynamicSpice.bat
copy "cspice.dll" %LIBRARY_LIB%
if errorlevel 1 exit 1
cd %SRC_DIR%
copy "include\\*.h" %LIBRARY_INC%\cspice
if errorlevel 1 exit 1
|
mkdir %LIBRARY_INC%\cspice
copy "makeDynamicSpice.bat" %SRC_DIR%\src\cspice
cd %SRC_DIR%\src\cspice
call makeDynamicSpice.bat
copy "cspice.dll" %LIBRARY_LIB%
if errorlevel 1 exit 1
cd %SRC_DIR%
copy "include\\*.h" %LIBRARY_INC%\cspice
if errorlevel 1 exit 1
|
Copy commands file to source directory
|
Copy commands file to source directory
|
Batchfile
|
bsd-3-clause
|
kwilcox/staged-recipes,cpaulik/staged-recipes,petrushy/staged-recipes,petrushy/staged-recipes,chohner/staged-recipes,rvalieris/staged-recipes,barkls/staged-recipes,synapticarbors/staged-recipes,ocefpaf/staged-recipes,cpaulik/staged-recipes,NOAA-ORR-ERD/staged-recipes,sannykr/staged-recipes,glemaitre/staged-recipes,ocefpaf/staged-recipes,shadowwalkersb/staged-recipes,basnijholt/staged-recipes,mariusvniekerk/staged-recipes,Juanlu001/staged-recipes,sodre/staged-recipes,birdsarah/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,guillochon/staged-recipes,jakirkham/staged-recipes,Cashalow/staged-recipes,birdsarah/staged-recipes,rmcgibbo/staged-recipes,glemaitre/staged-recipes,shadowwalkersb/staged-recipes,SylvainCorlay/staged-recipes,mcs07/staged-recipes,Cashalow/staged-recipes,chohner/staged-recipes,scopatz/staged-recipes,patricksnape/staged-recipes,rmcgibbo/staged-recipes,Juanlu001/staged-recipes,asmeurer/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes,chrisburr/staged-recipes,ceholden/staged-recipes,kwilcox/staged-recipes,basnijholt/staged-recipes,asmeurer/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,guillochon/staged-recipes,patricksnape/staged-recipes,pmlandwehr/staged-recipes,NOAA-ORR-ERD/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,igortg/staged-recipes,igortg/staged-recipes,dschreij/staged-recipes,barkls/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,pmlandwehr/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,ceholden/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,jjhelmus/staged-recipes,isuruf/staged-recipes,rvalieris/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,SylvainCorlay/staged-recipes,jjhelmus/staged-recipes,dschreij/staged-recipes,johanneskoester/staged-recipes,sodre/staged-recipes,isuruf/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,mcs07/staged-recipes,sannykr/staged-recipes
|
4fd503b8a724c788a5129c0ee3794397518c6a7e
|
windows/build-foreign.bat
|
windows/build-foreign.bat
|
@echo off
SET GENERATOR="Visual Studio 15 2017"
SET GENERATOR64="Visual Studio 15 2017 Win64"
cd ../foreign/
cd SPIRV-Tools
mkdir build
cd build
cmake -G%GENERATOR% -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers ..
cmake --build .
cmake --build . --config Release
cd ..
mkdir build64
cd build64
cmake -G%GENERATOR64% -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers ..
cmake --build .
cmake --build . --config Release
cd ..
cd ..
cd SPIRV-Cross
mkdir build
cd build
cmake -G%GENERATOR% ..
cmake --build .
cmake --build . --config Release
cd ..
mkdir build64
cd build64
cmake -G%GENERATOR64% ..
cmake --build .
cmake --build . --config Release
cd ..
cd ..
cd ../windows
|
@echo off
SET GENERATOR="Visual Studio 16 2019"
cd ../foreign/
cd SPIRV-Tools
mkdir build
cd build
cmake -G%GENERATOR% -A Win32 -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers ..
cmake --build .
cmake --build . --config Release
cd ..
mkdir build64
cd build64
cmake -G%GENERATOR% -A x64 -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers ..
cmake --build .
cmake --build . --config Release
cd ..
cd ..
cd SPIRV-Cross
mkdir build
cd build
cmake -G%GENERATOR% -A Win32 ..
cmake --build .
cmake --build . --config Release
cd ..
mkdir build64
cd build64
cmake -G%GENERATOR% -A x64 ..
cmake --build .
cmake --build . --config Release
cd ..
cd ..
cd ../windows
|
Update windows build bat for new CMake / Visual Studio
|
Update windows build bat for new CMake / Visual Studio
|
Batchfile
|
mit
|
turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo
|
af0a7eb97b629ff5f2b163ffe4058f48f2a4ae6e
|
build-windows.cmd
|
build-windows.cmd
|
electron-packager .\ Squiffy --platform=win32 --arch=ia32 --version=0.27.3 --app-bundle-id=uk.co.textadventures.squiffy --icon=squiffy.ico --app-version=3.9.0 --ignore=Output
|
electron-packager .\ Squiffy --platform=win32 --arch=ia32 --version=0.27.3 --app-bundle-id=uk.co.textadventures.squiffy --icon=squiffy.ico --app-version=3.9.0 --ignore=Output --version-string.ProductName=Squiffy --version-string.FileDescription=Squiffy --version-string.LegalCopyright="Copyright (c) 2015 Alex Warren" --version-string.OriginalFilename=Squiffy.exe --version-string.FileVersion=3.9.0 --version-string.ProductVersion=3.9.0 --version-string.InternalName=Squiffy --version-string.CompanyName="Alex Warren"
|
Set Windows resource version info
|
Set Windows resource version info
|
Batchfile
|
mit
|
textadventures/squiffy-editor,textadventures/squiffy-editor
|
1be22fb4e4e5d63514abc789d66a007cdf3a9c01
|
exec_wrappers/templates/conda/run-in.bat
|
exec_wrappers/templates/conda/run-in.bat
|
@echo off
@REM This script was based on the original conda activate.bat
@setlocal
@set "CONDA_PREFIX=__CONDA_PREFIX__"
@set "CONDA_DEFAULT_ENV=__CONDA_DEFAULT_ENV__"
@set "CONDA_ENV_PATH=%CONDA_PREFIX%"
@set "PATH=%CONDA_PREFIX%;%CONDA_PREFIX%\Library\mingw-w64\bin;%CONDA_PREFIX%\Library\usr\bin;%CONDA_PREFIX%\Library\bin;%CONDA_PREFIX%\Scripts;%PATH%"
@REM Run any activate scripts
@if exist "%CONDA_PREFIX%\etc\conda\activate.d" (
@pushd "%CONDA_PREFIX%\etc\conda\activate.d"
@for %%g in (*.bat) do @call "%%g"
@popd
)
@REM Execute the given command
__COMMAND__%*
@endlocal
|
@echo off
@REM This script was based on the original conda activate.bat
@setlocal
@set "CONDA_PREFIX=__CONDA_PREFIX__"
@set "CONDA_DEFAULT_ENV=__CONDA_DEFAULT_ENV__"
@set "CONDA_ENV_PATH=%CONDA_PREFIX%"
@set "PATH=%CONDA_PREFIX%;%CONDA_PREFIX%\Library\mingw-w64\bin;%CONDA_PREFIX%\Library\usr\bin;%CONDA_PREFIX%\Library\bin;%CONDA_PREFIX%\Scripts;%CONDA_PREFIX%\bin;%PATH%"
@REM Run any activate scripts
@if exist "%CONDA_PREFIX%\etc\conda\activate.d" (
@pushd "%CONDA_PREFIX%\etc\conda\activate.d"
@for %%g in (*.bat) do @call "%%g"
@popd
)
@REM Execute the given command
__COMMAND__%*
@endlocal
|
Add %CONDA_PREFIX%/bin to PATH on Windows
|
Add %CONDA_PREFIX%/bin to PATH on Windows
This was introduced on conda 4.5
|
Batchfile
|
mit
|
gqmelo/exec-wrappers,gqmelo/exec-wrappers
|
62a1b4e2b9f7994208f7e648277a281d8b39fb11
|
src/PublishNugetPackage.cmd
|
src/PublishNugetPackage.cmd
|
@echo off
echo Press any key to publish
pause
"..\.nuget\NuGet.exe" push PoolSharp.3.0.0.nupkg
pause
|
@echo off
echo Press any key to publish
pause
"..\.nuget\NuGet.exe" push PoolSharp.3.0.0.nupkg -Source https://www.nuget.org/api/v2/package
pause
|
Update publish nuget cmd to specify source
|
Update publish nuget cmd to specify source
|
Batchfile
|
mit
|
Yortw/PoolSharp
|
e4a991da7eeaebdeee1200eb16feb976a646f85f
|
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
|
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
|
@ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" org.jboss.aerogear.unifiedpush.DBMaintenance > initdb-java.log 2>&1
GOTO End1
:No1
ECHO Missing Config file
GOTO End1
:End1
@ECHO ON
|
@ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\lib" org.jboss.aerogear.unifiedpush.DBMaintenance > initdb-java.log 2>&1
GOTO End1
:No1
ECHO Missing Config file
GOTO End1
:End1
@ECHO ON
|
Use windows login for database init
|
Use windows login for database init
|
Batchfile
|
apache-2.0
|
aerobase/unifiedpush-server,aerobase/unifiedpush-server,aerobase/unifiedpush-server
|
90ae166816b8e6785f00121607556803bc40a956
|
tools/release_win.bat
|
tools/release_win.bat
|
rem Tool to assemble Windows builds
rem Requirements are 7-zip, py2exe, and FreeExtractor
PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH%
rem ****** Clean out the old junk
rmdir /q /s dist\*.*
del /s /q dist\*.*
rem ****** Compile our executable and core zipfile
python setup.py py2exe
rem ****** Remove extras from core zipfile
cd dist
7z d namebench.zip tcl\*.*
rmdir /s /q tcl\tcl8.5\tzdata tcl\tk8.5\demos
del tcl\tk8.5\images\*.eps
rem ****** Final assembly of zipfile
copy ..\README.txt .
7z a namebench_for_Windows.zip -r * >nul
rem ****** Test assembled zipfile
namebench -x -O 8.8.8.8 -q5 -o test.html
start test.html
cd ..
|
rem Tool to assemble Windows builds
rem Requirements are 7-zip, py2exe, and FreeExtractor
PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH%
rem ****** Clean out the old junk
del /s /f /q dist
rem ****** Compile our executable and core zipfile
python setup.py py2exe
rem ****** Remove extras from core zipfile
cd dist
7z d namebench.zip tcl\*.*
rmdir /s /q tcl\tcl8.5\tzdata tcl\tk8.5\demos
del tcl\tk8.5\images\*.eps
rem ****** Final assembly of zipfile
copy ..\README.txt .
7z a namebench_for_Windows.zip -r * >nul
rem ****** Test assembled zipfile
namebench -x -O 8.8.8.8 -q5 -o test.html
start test.html
cd ..
|
Remove wildcard from del statement
|
Remove wildcard from del statement
|
Batchfile
|
apache-2.0
|
chosen1/namebench,edesiocs/namebench,yiyuandao/namebench,Spindletop16/namebench,tectronics/namebench,shannonjlove/namebench,feardax/namebench,nishad/namebench,bluemask2001/namebench,Max-Vader/namebench,alebcay/namebench,HerlonNascimento/namebench,wluizguedes/namebench,sbalun/namebench,ItsAGeekThing/namebench,imranrony/namebench,dimazalfrianz/namebench,donavoncade/namebench,KibaAmor/namebench,thanhuwng/namebench,kevinxw/namebench,rosemead/namebench,watchamakulit02/namebench,dsjr2006/namebench,etxc/namebench,pacav69/namebench,Jeff-Lewis/namebench,souzainf3/namebench,crocleco/namebench,ulaskaraoren/namebench,woozzoom/namebench,chamakov/namebench,movermeyer/namebench,ajs124/namebench,corruptnova/namebench,CrazeeIvan/namebench,asolfre/namebench,doantranhoang/namebench,accomac/namebench,lukasfenix/namebench,renatogames2/namebench,Forgen/namebench,kristi29091988/namebench,GLMeece/namebench,vishnunuk/namebench,siripuramrk/namebench,cah0211/namebench,tcffisher/namebench,nadeemat/namebench,MarnuLombard/namebench,PyroShark/namebench,felipsmartins/namebench,jimb0616/namebench,stefrobb/namebench,TheNite/namebench,nt1st/namebench,gdbdzgd/namebench,DanielAttia/namebench,edmilson19/namebench,hwuiwon/namebench,arjun372/namebench,erasilva/namebench,Bandito43/namebench,santoshsahoo/namebench,sund/namebench,mspringett/namebench,ran0101/namebench,jjoaonunes/namebench,when30/namebench,Hazer/namebench,Arrowofdarkness/namebench,uwevil/namebench,LavyshAlexander/namebench,benklaasen/namebench,RomanHargrave/namebench,renanrodm/namebench,jevgen/namebench,deeb230/namebench,AgentN/namebench,BeZazz/lamebench,RichardWilliamPearse/namebench,teknix/namebench,jtrag/namebench,ericmckean/namebench,LegitSavage/namebench,MANICX100/namebench,rbenjamin/namebench,cloudcache/namebench,jaechankim/namebench,perrytm/namebench,Trinitaria/namebench,repomain/namebench,xeoron/namebench,antsant/namebench,hitrust/namebench,edumatos/namebench,jaded44/namebench,21winner/namebench,KingPsychopath/namebench,skuarch/namebench,phy0/namebench,jakeylube95/namebench,Xeleste/namebench,xxhank/namebench,el-lumbergato/namebench,kiseok7/namebench,hashem78/namebench,isoriss123/namebench,michaeldavidcarr/namebench,jlobaton/namebench,illAdvised/namebench,manaure/namebench,FatBumbleee/namebench,aman-tugnawat/namebench,thiagomagero/namebench,webhost/namebench,llaera/namebench,beermix/namebench,ZuluPro/namebench,AdamHull/namebench,AViisiion/namebench,trulow/namebench,CookiesandCake/namebench,fevangelou/namebench,deepak5/namebench,cvanwie/namebench,tushevorg/namebench,Ritvik1512/namebench,unreal666/namebench,xubayer786/namebench,sushifant/namebench,bgammill/namebench,snailbob/namebench,danieljl/namebench,pyshcoder/namebench,thatchristoph/namebench,rubasben/namebench,palimadra/namebench,alexlovelltroy/namebench,ajitsonlion/namebench,gavinfaux/namebench,pombreda/namebench,MicroWorldwide/namebench,jackjshin/namebench,TorpedoXL/namebench,Kudeshido/namebench,eladelad/namebench,qbektrix/namebench,cyranodb/namebench,mystique1029/namebench,evelynmitchell/namebench,richardgroves/namebench,ronzohan/namebench,hypnotika/namebench,cartersgenes/namebench,antar2801/namebench,melissaihrig/namebench,omerhasan/namebench,Jasoning/namebench,leeoo/namebench,takuya/namebench,seshin/namebench,techsd/namebench,iamang/namebench,petabytekr/namebench,fbidu/namebench,wa111/namebench,razrichter/namebench,doadin/namebench
|
44cf480c781b2cf81cecb44328efa201d4ee0b8b
|
init.bat
|
init.bat
|
@echo off
cls
chcp 65001>nul
rem old prompt: [%USERNAME%@%COMPUTERNAME% $p]
prompt $$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /b $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
doskey pwd=echo %CD%
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ...=cd ../..
doskey ....=cd ../../..
rem List files properly
doskey l=ls
doskey ll=ls
rem Edit functionality
IF NOT EXIST "C:\Program Files\Sublime Text 2" GOTO NOSUBLIME
doskey edit="C:\Program Files\Sublime Text 2\sublime_text" $*
:NOSUBLIME
rem Open functionality
doskey open=start $*
@echo on
|
@echo off
cls
chcp 65001>nul
rem old prompt: [%USERNAME%@%COMPUTERNAME% $p]
prompt $$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /b $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ...=cd ../..
doskey ....=cd ../../..
rem List files properly
doskey l=ls
doskey ll=ls
rem Edit functionality
IF NOT EXIST "C:\Program Files\Sublime Text 2" GOTO NOSUBLIME
doskey edit="C:\Program Files\Sublime Text 2\sublime_text" $*
:NOSUBLIME
rem Open functionality
doskey open=start $*
@echo on
|
Remove pwd doskey since parameter is expanded at parse time
|
Remove pwd doskey since parameter is expanded at parse time
|
Batchfile
|
mit
|
ArloL/dotfiles,ArloL/dotfiles
|
c383828a9f3f30c53009c5ac7214df3699fcde5e
|
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
|
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
|
@ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\lib" org.jboss.aerogear.unifiedpush.DBMaintenance > initdb-java.log 2>&1
GOTO End1
:No1
ECHO Missing Config file
GOTO End1
:End1
@ECHO ON
|
@ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\..\\..\\mssql" org.jboss.aerogear.unifiedpush.DBMaintenance > initdb-java.log 2>&1
GOTO End1
:No1
ECHO Missing Config file
GOTO End1
:End1
@ECHO ON
|
Add mssql jdbc driver to path
|
Add mssql jdbc driver to path
|
Batchfile
|
apache-2.0
|
aerobase/unifiedpush-server,aerobase/unifiedpush-server,aerobase/unifiedpush-server
|
fae35ed00f261756c5dd4aaa09415c80c2d6d188
|
Build/BuildRelease_XamarinForms.cmd
|
Build/BuildRelease_XamarinForms.cmd
|
UpdateVersionNumbers.exe /VersionFromNuGet=OxyPlot.Core /Dependency=OxyPlot.Core /ReleaseNotesFile=..\RELEASE-NOTES.md /Directory=..
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinForms.sln /p:Configuration=Release
|
UpdateVersionNumbers.exe /VersionFromNuGet=OxyPlot.Core /Dependency=OxyPlot.Core /ReleaseNotesFile=..\CHANGELOG.md /Directory=..
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinForms.sln /p:Configuration=Release
|
Update Xamarin Forms build script
|
Update Xamarin Forms build script
|
Batchfile
|
mit
|
mattleibow/oxyplot,freudenthal/oxyplot,Mitch-Connor/oxyplot,olegtarasov/oxyplot,TheAlmightyBob/oxyplot,as-zhuravlev/oxyplot_wpf_fork,GeertvanHorrik/oxyplot,lynxkor/oxyplot,shoelzer/oxyplot,freudenthal/oxyplot,lynxkor/oxyplot,TheAlmightyBob/oxyplot,br111an/oxyplot,DotNetDoctor/oxyplot,objorke/oxyplot,jeremyiverson/oxyplot,mattleibow/oxyplot,as-zhuravlev/oxyplot_wpf_fork,jeremyiverson/oxyplot,Rustemt/oxyplot,ze-pequeno/oxyplot,shoelzer/oxyplot,as-zhuravlev/oxyplot_wpf_fork,bbqchickenrobot/oxyplot,Isolocis/oxyplot,DotNetDoctor/oxyplot,svendu/oxyplot,oxyplot/oxyplot,lynxkor/oxyplot,objorke/oxyplot,Mitch-Connor/oxyplot,GeertvanHorrik/oxyplot,H2ONaCl/oxyplot,Sbosanquet/oxyplot,Mitch-Connor/oxyplot,HermanEldering/oxyplot,NilesDavis/oxyplot,Jofta/oxyplot,TheAlmightyBob/oxyplot,HermanEldering/oxyplot,bbqchickenrobot/oxyplot,shoelzer/oxyplot,br111an/oxyplot,svendu/oxyplot,GeertvanHorrik/oxyplot,br111an/oxyplot,Rustemt/oxyplot,Kaplas80/oxyplot,H2ONaCl/oxyplot,Kaplas80/oxyplot,Rustemt/oxyplot,objorke/oxyplot,zur003/oxyplot,H2ONaCl/oxyplot,Sbosanquet/oxyplot,jeremyiverson/oxyplot,svendu/oxyplot,Sbosanquet/oxyplot,olegtarasov/oxyplot,freudenthal/oxyplot,bbqchickenrobot/oxyplot,Jonarw/oxyplot
|
5b4d3e70bc08bd4e65da8c82080b5b5530496845
|
recipes/lazperf/bld.bat
|
recipes/lazperf/bld.bat
|
mkdir build
cd build
cmake -G "NMake Makefiles" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DWITH_TESTS:BOOL=OFF ^
%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" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DWITH_TESTS:BOOL=OFF ^
%SRC_DIR%
if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1
nmake install
if errorlevel 1 exit 1
nmake test
if errorlevel 1 exit 1
|
Add tests to Windows build too
|
Add tests to Windows build too
|
Batchfile
|
bsd-3-clause
|
rmcgibbo/staged-recipes,basnijholt/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,chrisburr/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,ceholden/staged-recipes,barkls/staged-recipes,pmlandwehr/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,stuertz/staged-recipes,jjhelmus/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,birdsarah/staged-recipes,isuruf/staged-recipes,jjhelmus/staged-recipes,mcs07/staged-recipes,NOAA-ORR-ERD/staged-recipes,NOAA-ORR-ERD/staged-recipes,pmlandwehr/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,SylvainCorlay/staged-recipes,dschreij/staged-recipes,guillochon/staged-recipes,asmeurer/staged-recipes,synapticarbors/staged-recipes,basnijholt/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,sodre/staged-recipes,rvalieris/staged-recipes,petrushy/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,cpaulik/staged-recipes,birdsarah/staged-recipes,rmcgibbo/staged-recipes,ceholden/staged-recipes,asmeurer/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,shadowwalkersb/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,cpaulik/staged-recipes,guillochon/staged-recipes,hadim/staged-recipes,Juanlu001/staged-recipes,dschreij/staged-recipes,rvalieris/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,sodre/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,barkls/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,shadowwalkersb/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes
|
9fdf26a10a0612c6ea980cb19eb2106a2607bb82
|
bin/win-start-dist.cmd
|
bin/win-start-dist.cmd
|
@ECHO OFF
for %%i in ("%~dp0..") do set "folder=%%~fi"
ECHO This script will launch OS.js in node using: `node src\server\node\server.js dist`
ECHO To stop node server, press CTRL+C
pause
node "%folder%\src\server\node\server.js"
|
@ECHO OFF
for %%i in ("%~dp0..") do set "folder=%%~fi"
ECHO This script will launch OS.js in node using: `node src\server\node\server.js dist-dev`
ECHO To stop node server, press CTRL+C
where /q supervisor
IF ERRORLEVEL 1 (
ECHO supervisor not installed, the server will not be live reloaded
node "%folder%\src\server\node\server.js" dist-dev
) ELSE (
ECHO supervisor is installed, live reload is active
supervisor --watch "%folder%\src\server\node","%folder%\src\server\settings.json" -- "%folder%\src\server\node\server.js" dist-dev
)
|
Update windows batch script for handle supervisor for the live reload
|
Update windows batch script for handle supervisor for the live reload
|
Batchfile
|
bsd-2-clause
|
omet-ca/omet-desktop,andersevenrud/OS.js-v2,arduino-org/OS.js-v2,salman-kamkoriwala/OsJsSample,andersevenrud/OS.js-v2,andersevenrud/OS.js-v2,gravityacademy/OS.js-v2,andersevenrud/OS.js-v2,Rxswyers/OS.js,omet-ca/omet-desktop,salman-kamkoriwala/OsJsSample,gravityacademy/OS.js-v2,arduino-org/OS.js-v2,arduino-org/Arduino-OS,arduino-org/OS.js-v2,arduino-org/OS.js-v2,gravityacademy/OS.js-v2,gravityacademy/OS.js-v2,omet-ca/omet-desktop,gravityacademy/OS.js-v2,andersevenrud/OS.js-v2,Rxswyers/OS.js,arduino-org/Arduino-OS,Rxswyers/OS.js,twkrol/OS.js-v2,twkrol/OS.js-v2,salman-kamkoriwala/OsJsSample,arduino-org/OS.js-v2,twkrol/OS.js-v2,omet-ca/omet-desktop,omet-ca/omet-desktop,Rxswyers/OS.js,arduino-org/Arduino-OS,twkrol/OS.js-v2,arduino-org/Arduino-OS,arduino-org/Arduino-OS,salman-kamkoriwala/OsJsSample,Rxswyers/OS.js,twkrol/OS.js-v2,salman-kamkoriwala/OsJsSample
|
de5df74bf2c94d7a194f6e84dd69c915e9da185e
|
cmake/scripts/msvc_build.bat
|
cmake/scripts/msvc_build.bat
|
REM @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
@call "C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw-w64.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;%PATH%
cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\build\bin\"
cp "C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\opt\bin\*.dll" "%PROJECT_PATH%\build\bin\"
REM cmake -GNinja -D%CONFIGURATION%=TRUE -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DCMAKE_VS_PLATFORM_TOOLSET_VERSION=15.6 ..
cmake -G"MinGW Makefiles" ..
cmake --build . --config %CONFIGURATION%
|
REM @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\build\bin\"
cp "C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\opt\bin\*.dll" "%PROJECT_PATH%\build\bin\"
REM cmake -GNinja -D%CONFIGURATION%=TRUE -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DCMAKE_VS_PLATFORM_TOOLSET_VERSION=15.6 ..
cmake -G"MinGW Makefiles" ..
cmake --build . --config %CONFIGURATION%
|
Fix appveyor stuck on terminal
|
Fix appveyor stuck on terminal
|
Batchfile
|
apache-2.0
|
dev-osrose/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,RavenX8/osIROSE-new
|
026da68255bcbd9d54f3ab8d2b234a0a60763074
|
Tools/AppVeyor/Install.cmd
|
Tools/AppVeyor/Install.cmd
|
@echo off
if not exist "C:\Program Files (x86)\gs" choco install ghostscript.app -y -x86 -version 9.18
set LIBDIR=C:\Magick.NET.libs
if exist %LIBDIR% goto done
echo Downloading .lib files
appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1
echo Extracting .lib files
7z x -o%LIBDIR% AACQFGl4PKi9xnd15EbU5S1Ia
:done
|
@echo off
if not exist "C:\Program Files (x86)\gs" choco install ghostscript.app -y -x86 -version 9.18
set LIBDIR=C:\Magick.NET.libs
if exist %LIBDIR% goto done
echo Downloading .lib files
appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1
echo Extracting .lib files
7z x -o%LIBDIR% AACQFGl4PKi9xnd15EbU5S1Ia
:done
|
Test if resetting the build cache will fix the build.
|
Test if resetting the build cache will fix the build.
|
Batchfile
|
apache-2.0
|
dlemstra/Magick.NET,dlemstra/Magick.NET
|
58505a5581550c6ec1d0c3ba133d39cc79b975c6
|
perl/settings.cmd
|
perl/settings.cmd
|
@echo off
set drive=%~dp0
set drivep=%drive%
set PERLVER=5.24.0.1
set PERLDIR=%drivep%\%ARCH%\perl
REM latest version can be queried via 99-shell:
REM perl tools\query-version.pl CSS::Sass
set RELVERSION=3.4.10
if #%drive:~-1%# == #\# set drivep=%drive:~0,-1%
set PATH=%PERLDIR%\perl\site\bin\;%PERLDIR%\perl\bin\;%PERLDIR%\c\bin\;%PATH%
|
@echo off
set drive=%~dp0
set drivep=%drive%
set PERLVER=5.24.0.1
set PERLDIR=%drivep%\%ARCH%\perl
REM latest version can be queried via 99-shell:
REM perl tools\query-version.pl CSS::Sass
set RELVERSION=3.4.11
if #%drive:~-1%# == #\# set drivep=%drive:~0,-1%
set PATH=%PERLDIR%\perl\site\bin\;%PERLDIR%\perl\bin\;%PERLDIR%\c\bin\;%PATH%
|
Adjust for latest perl-libsass 3.4.11
|
Adjust for latest perl-libsass 3.4.11
|
Batchfile
|
mit
|
mgreter/libsass-msi-installer,mgreter/libsass-msi-installer,mgreter/libsass-msi-installer
|
5dbb6f9ff0d0f84a90d633cf77cd0842cda63ae0
|
bin/nodist.cmd
|
bin/nodist.cmd
|
@echo off
:: hook `nodist use <version>`
if "%1"=="use" (
call %0 + %2
if ERRORLEVEL 0 (
:: get path to version and add it to PATH
FOR /F "tokens=1 delims=" %%A in ('"%0" path %2') do @set "Path=%%A;%Path%"
)
goto end
)
:: hook `nodist update`
if "%1"=="update" (
:: rescue our hacked npm.cmd from `npm update`'s fangs
copy /Y "%~dp0\npm.cmd" "%~dp0\npm.copy.cmd"
cmd /C npm update npm -g
del /F "%~dp0\npm.cmd"
move /Y "%~dp0\npm.copy.cmd" "%~dp0\npm.cmd"
pushd .
cd /D "%~dp0"
cd ..
npm update
popd
)
:main
"%~dp0..\node.exe" "%~dp0..\cli" %*
goto end
:end
|
@echo off
:: hook `nodist use <version>`
if "%1"=="use" (
call %0 + %2
if ERRORLEVEL 0 (
:: get path to version and add it to PATH
FOR /F "tokens=1 delims=" %%A in ('"%0" path %2') do @set "Path=%%A;%Path%"
)
goto end
)
:: hook `nodist update`
if "%1"=="update" (
:: rescue our hacked npm.cmd from `npm update`'s fangs
copy /Y "%~dp0\npm.cmd" "%~dp0\npm.copy.cmd"
cmd /C npm update npm -g
del /F "%~dp0\npm.cmd"
move /Y "%~dp0\npm.copy.cmd" "%~dp0\npm.cmd"
pushd .
cd /D "%~dp0"
cd ..
cmd /C npm update
popd
)
:main
"%~dp0..\node.exe" "%~dp0..\cli" %*
goto end
:end
|
Put `npm update` into it's own shell
|
Put `npm update` into it's own shell
|
Batchfile
|
mit
|
nullivex/nodist,marcelklehr/nodist,nullivex/nodist,marcelklehr/nodist,nullivex/nodist,marcelklehr/nodist
|
1034a4d46b07b77315a740e694412422d3c37ddb
|
bin/_mkasset.bat
|
bin/_mkasset.bat
|
:: Asset API
::
:: This file is called whenever a user enters an asset, such as Cat or Shot01.
::
:: Arguments:
:: %1: Name of asset, e.g. Bruce
:: %2: Absolute path to asset parent directory, e.g. m:\f01_projects\p999_Demo\assets
::
:: Example:
:: $ call _mkasset Bruce %~dp0
@echo off
set ASSET=%1
set ASSETDIR=%2%ASSET%
If not exist %ASSETDIR% (
mkdir %ASSETDIR%
)
title %PROJECTDIR% / %ASSET%
:: Clear screen
cls
echo+
echo %ASSET% -----------
echo+
echo Type application and task.
echo+
echo For example:
echo+
echo $ maya animation
echo $ houdini sim
echo $ nuke comp
echo+
echo The following assets are allready created:
setlocal EnableDelayedExpansion
set FOLDERQUERRY=%ASSETDIR%
for /f %%i in ('dir %FOLDERQUERRY%\work /b ') do (
set x=%%i
echo !x!
)
endlocal
echo+
echo --------------------------------------
pushd %ASSETDIR%
|
:: Asset API
::
:: This file is called whenever a user enters an asset, such as Cat or Shot01.
::
:: Arguments:
:: %1: Name of asset, e.g. Bruce
:: %2: Absolute path to asset parent directory, e.g. m:\f01_projects\p999_Demo\assets
::
:: Example:
:: $ call _mkasset Bruce %~dp0
@echo off
set ASSET=%1
set ASSETDIR=%2%ASSET%
If not exist %ASSETDIR% (
mkdir %ASSETDIR%
)
title %PROJECTDIR% / %ASSET%
:: Clear screen
cls
echo+
echo %ASSET% -----------
echo+
:: List available tasks
setlocal enabledelayedexpansion
set FOLDERQUERRY=%ASSETDIR%
for /f %%i in ('dir %FOLDERQUERRY%\work /b ') do (
set x=%%i
echo !x!
)
endlocal
echo+
echo 1. Type application and task.
echo 2. Press [Enter] to launch application.
echo+
echo For example:
echo+
echo $ maya animation
echo $ houdini sim
echo $ nuke comp
echo+
echo --------------------------------------
pushd %ASSETDIR%
|
Modify listing of tasks to resemble listing of assets.
|
Modify listing of tasks to resemble listing of assets.
|
Batchfile
|
mit
|
MoonShineVFX/core,getavalon/core,getavalon/core,mindbender-studio/core,MoonShineVFX/core,mindbender-studio/core
|
1adef8ad02df39ff478ab7af21d42925ed011e3c
|
rci.bat
|
rci.bat
|
:: Copyright (c) 2011, Jon Maken
:: License: 3-clause BSD (see project LICENSE file)
:: Revision: 01/29/2011 10:20:16 AM
@echo off
setlocal
:: echo initial:
:: echo %%0 = %0
:: echo %%* = %*
:: fix ruby.exe invocation when explicitly disabling RubyGems
if "x%1" == "x--disable-gems" (
set NOGEM=%1
for /F "tokens=1*" %%i in ("%*") do set RB_ARGS=%%j
) else (
set NOGEM=
set RB_ARGS=%*
)
:: echo pre call ruby:
:: echo NOGEM = %NOGEM%
:: echo RB_ARGS = %RB_ARGS%
ruby.exe %NOGEM% -x %~f0 %RB_ARGS%
endlocal
exit /b
#!ruby
RCI_ROOT = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(RCI_ROOT, 'lib'))
$LOAD_PATH.unshift(File.join(RCI_ROOT))
require 'rci'
require 'inquisitor'
Inquisitor.run
|
:: Copyright (c) 2011, Jon Maken
:: License: 3-clause BSD (see project LICENSE file)
:: Revision: 01/29/2011 10:20:16 AM
@echo off
setlocal
:: echo initial:
:: echo %%0 = %0
:: echo %%* = %*
:: fix ruby.exe invocation when explicitly disabling RubyGems
if "x%1" == "x--disable-gems" (
set NOGEM=%1
for /F "tokens=1*" %%i in ("%*") do (
set RB_ARGS=%%j
)
) else (
set NOGEM=
set RB_ARGS=%*
)
:: echo pre call ruby:
:: echo NOGEM = %NOGEM%
:: echo RB_ARGS = %RB_ARGS%
ruby.exe %NOGEM% -x %~f0 %RB_ARGS%
endlocal
exit /b
#!ruby
RCI_ROOT = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(RCI_ROOT, 'lib'))
$LOAD_PATH.unshift(File.join(RCI_ROOT))
require 'rci'
require 'inquisitor'
Inquisitor.run
|
Update 'for' batch code to use block style.
|
Update 'for' batch code to use block style.
|
Batchfile
|
bsd-3-clause
|
jonforums/measurements,jonforums/measurements
|
6f3fb02d2e555c251d9e3cb20b124bd09be2e78f
|
kokoro/windows-cmake.bat
|
kokoro/windows-cmake.bat
|
CD git/re2 || EXIT /B 1
cmake -D CMAKE_BUILD_TYPE=Debug -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1
cmake --build . --config Debug --clean-first || EXIT /B 1
ctest -C Debug --output-on-failure -E dfa^|exhaustive^|random || EXIT /B 1
cmake -D CMAKE_BUILD_TYPE=Release -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1
cmake --build . --config Release --clean-first || EXIT /B 1
ctest -C Release --output-on-failure -E dfa^|exhaustive^|random || EXIT /B 1
EXIT /B 0
|
CD git/re2 || EXIT /B 1
cmake -D CMAKE_BUILD_TYPE=Debug -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1
cmake --build . --config Debug --clean-first || EXIT /B 1
ctest -C Debug --output-on-failure --extra-verbose -E dfa^|exhaustive^|random || EXIT /B 1
cmake -D CMAKE_BUILD_TYPE=Release -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1
cmake --build . --config Release --clean-first || EXIT /B 1
ctest -C Release --output-on-failure --extra-verbose -E dfa^|exhaustive^|random || EXIT /B 1
EXIT /B 0
|
Make CTest extra verbose temporarily.
|
Make CTest extra verbose temporarily.
Change-Id: I068244af20db96c136774c516176ce788786ff20
Reviewed-on: https://code-review.googlesource.com/20890
Reviewed-by: Paul Wankadia <[email protected]>
|
Batchfile
|
bsd-3-clause
|
google/re2,google/re2,google/re2,google/re2,google/re2
|
2b853c10af52c613685afdde14f60e6eafdebc13
|
buildtools/nmake/make.bat
|
buildtools/nmake/make.bat
|
@if "%VS140COMNTOOLS%"=="" goto error_vc14
@call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
@if "%HIPACC_PATH%"=="" goto error_hipacc
@if "%1" == "cpu" goto cpu
@if "%1" == "cuda" goto cuda
@if "%1" == "clean" goto clean
@if "%1" == "distclean" goto distclean
:cpu
nmake.exe /f sample.mak cpu
@goto end
:cuda
@if "%CUDA_PATH%"=="" goto error_cuda
nmake.exe /f sample.mak cuda
@goto end
:clean
nmake.exe /f sample.mak clean
@goto end
:distclean
nmake.exe /f sample.mak distclean
@goto end
:error_cuda
@echo ERROR: Cannot find CUDA installation.
@goto end
:error_hipacc
@echo ERROR: Cannot find Hipacc installation.
@goto end
:error_vc14
@echo ERROR: Cannot find Visual C++ Build Tools 2015.
@goto end
:end
|
@if "%VS140COMNTOOLS%"=="" goto error_vc14
@call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64
@if "%HIPACC_PATH%"=="" goto error_hipacc
@if "%1" == "cpu" goto cpu
@if "%1" == "cuda" goto cuda
@if "%1" == "clean" goto clean
@if "%1" == "distclean" goto distclean
:cpu
nmake.exe /f sample.mak cpu
@goto end
:cuda
@if "%CUDA_PATH%"=="" goto error_cuda
nmake.exe /f sample.mak cuda
@goto end
:clean
nmake.exe /f sample.mak clean
@goto end
:distclean
nmake.exe /f sample.mak distclean
@goto end
:error_cuda
@echo ERROR: Cannot find CUDA installation.
@goto end
:error_hipacc
@echo ERROR: Cannot find Hipacc installation.
@goto end
:error_vc14
@echo ERROR: Cannot find Visual C++ Build Tools 2015.
@goto end
:end
|
Load x64 toolchain for NMAKE
|
Load x64 toolchain for NMAKE
|
Batchfile
|
bsd-2-clause
|
hipacc/hipacc-vivado,hipacc/hipacc,hipacc/hipacc-vivado,hipacc/hipacc-vivado,hipacc/hipacc
|
0ee9116c804c7ff1490188ded278d6573ece4b79
|
ci/tasks/cats-windows.bat
|
ci/tasks/cats-windows.bat
|
SET GOPATH=%CD%\cf-release-repo
SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
SET PATH=C:\Go\bin;%PATH%
SET PATH=C:\Program Files\Git\cmd\;%PATH%
SET PATH=%CD%\cf-release-repo\bin;%PATH%
SET PATH=C:\Program Files\7-Zip;%PATH%
SET PATH=C:\Program Files\cURL\bin;%PATH%
SET PATH=%CD%;%PATH%
SET /p DOMAIN=<%CD%\bosh-lite-lock\name
call %CD%\cli\ci\tasks\create-cats-config.bat
SET CONFIG=%CD%\config.json
go get -v github.com/onsi/ginkgo/ginkgo
pushd %CD%\cf-cli-binaries
7z x cf-cli-binaries.tgz
7z x cf-cli-binaries.tar
MOVE %CD%\cf-cli_winx64.exe ..\cf.exe
dir ..
popd
go get -v github.com/onsi/ginkgo/ginkgo
cd %GATSPATH%
ginkgo.exe -r -slowSpecThreshold=120 -skipPackage="logging,services,v3,routing_api,routing,backend_compatibility,ssh" -skip="NO_DEA_SUPPORT|go makes the app reachable via its bound route|SSO|takes effect after a restart, not requiring a push|doesn't die when printing 32MB|exercises basic loggregator|firehose data|Downloads the droplet for the app" -nodes=2
|
SET GOPATH=%CD%\cf-release-repo
SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
SET PATH=C:\Go\bin;%PATH%
SET PATH=C:\Program Files\Git\cmd\;%PATH%
SET PATH=%CD%\cf-release-repo\bin;%PATH%
SET PATH=C:\Program Files\GnuWin32\bin;%PATH%
SET PATH=C:\Program Files\cURL\bin;%PATH%
SET PATH=%CD%;%PATH%
SET /p DOMAIN=<%CD%\bosh-lite-lock\name
call %CD%\cli\ci\tasks\create-cats-config.bat
SET CONFIG=%CD%\config.json
go get -v github.com/onsi/ginkgo/ginkgo
pushd %CD%\cf-cli-binaries
gzip -d cf-cli-binaries.tgz
tar -xvf cf-cli-binaries.tar
MOVE %CD%\cf-cli_winx64.exe ..\cf.exe
dir ..
popd
go get -v github.com/onsi/ginkgo/ginkgo
cd %GATSPATH%
ginkgo.exe -r -slowSpecThreshold=120 -skipPackage="logging,services,v3,routing_api,routing,backend_compatibility,ssh" -skip="NO_DEA_SUPPORT|go makes the app reachable via its bound route|SSO|takes effect after a restart, not requiring a push|doesn't die when printing 32MB|exercises basic loggregator|firehose data|Downloads the droplet for the app" -nodes=2
|
Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke"
|
Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke"
This reverts commit 42237d6c20c650f9803acbd496df30d8d9e0b8d6.
|
Batchfile
|
apache-2.0
|
fujitsu-cf/cli,hyenaspots/cli,hyenaspots/cli,fujitsu-cf/cli,simonleung8/cli,markstgodard/cli,hyenaspots/cli,markstgodard/cli,simonleung8/cli,hyenaspots/cli,simonleung8/cli,fujitsu-cf/cli,markstgodard/cli,markstgodard/cli
|
fe4c6db4bf4cd7ab4813718d4e1015fda3afa049
|
run-example.cmd
|
run-example.cmd
|
@echo off
setlocal
if "%1" == "" (
echo usage: %0 EXAMPLE [options]
echo.
echo Where EXAMPLE is one of:
call :printExampleList
exit /B 1
)
if not exist examples\%1 (
echo Cannot find an example by the name '%1'. Use one of:
call :printExampleList
exit /B 1
)
rem Enable ansi color processing
set ENABLE_VIRTUAL_TERMINAL_PROCESSING=1
set example=%1
set args=
shift
:readarg
if not "%1" == "" (
set args=%args% %1
shift
goto readarg
)
mvn -f examples\%example%\pom.xml yamcs:run -Dyamcs.args="%YAMCS_OPTS% %args%"
exit /B 0
:printExampleList
for /f %%i in ( 'dir /a:d /b examples ^| find /V "snippets" ^| find /V ".*"' ) do (
echo. %%i
)
|
@echo off
setlocal
if "%1" == "" (
echo usage: %0 EXAMPLE [options]
echo.
echo Where EXAMPLE is one of:
call :printExampleList
exit /B 1
)
if not exist examples\%1 (
echo Cannot find an example by the name '%1'. Use one of:
call :printExampleList
exit /B 1
)
rem Enable ansi color processing
set ENABLE_VIRTUAL_TERMINAL_PROCESSING=1
set example=%1
set args=
shift
:readarg
if not "%1" == "" (
set args=%args% %1
shift
goto readarg
)
mvn -f examples\%example%\pom.xml yamcs:run -Dyamcs.args="%YAMCS_OPTS% %args%"
exit /B 0
:printExampleList
for /f %%i in ( 'dir /a:d /b examples ^| find /V "snippets" ^| findstr /V "\..*"' ) do (
echo. %%i
)
|
Hide dot-folders when printing example folders
|
Hide dot-folders when printing example folders
Don't want to have Eclipse stuff like '.settings'
show up.
|
Batchfile
|
agpl-3.0
|
yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,fqqb/yamcs,fqqb/yamcs,yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,fqqb/yamcs
|
50a3257ab0c3cb8958da0728b157228d1fc83c26
|
doc/screenplay/demo-3-bach.bat
|
doc/screenplay/demo-3-bach.bat
|
@echo off
cls
echo.
echo BEGIN OF DEMO 3: Bach.java
pause > nul
if exist demo rmdir /q/s demo
mkdir demo
cd demo
mkdir src\demo
echo ______
echo Step 1: Declare demo module: src\demo\module-info.java
pause > nul
(
echo module demo {}
)>"src\demo\module-info.java"
echo.
type src\demo\module-info.java
pause > nul
echo ______
echo Step 2: NOOP -- no local build file is needed
pause > nul
echo ______
echo Step 3: Show tree of source files
pause > nul
echo.
tree /f . | findstr /v Volume | findstr /v :
pause > nul
echo ______
echo Step 4: Build
pause > nul
@echo on
jshell --show-version --execution local https://bit.ly/bach-build
@echo off
pause > nul
echo ______
echo Step 5: Show tree of source and binary files
pause > nul
echo.
tree /f . | findstr /v Volume | findstr /v :
pause > nul
echo ______
echo Step 6: Describe demo module
pause > nul
echo.
jar --describe-module --file .bach\out\realm\modules\demo-0.jar
pause > nul
cd ..
echo.
echo END OF DEMO
echo.
|
@echo off
cls
echo.
echo BEGIN OF DEMO 3: Bach.java
pause > nul
if exist demo rmdir /q/s demo
mkdir demo
cd demo
mkdir src\demo
echo ______
echo Step 1: Declare demo module: src\demo\module-info.java
pause > nul
(
echo module demo {}
)>"src\demo\module-info.java"
echo.
type src\demo\module-info.java
pause > nul
echo ______
echo Step 2: NOOP -- no local build file is needed
pause > nul
echo ______
echo Step 3: Show tree of source files
pause > nul
echo.
tree /f . | findstr /v Volume | findstr /v :
pause > nul
echo ______
echo Step 4: Build
pause > nul
@echo on
jshell --show-version --execution local https://bit.ly/bach-build
@echo off
pause > nul
echo ______
echo Step 5: Show tree of source and binary files
pause > nul
echo.
tree /f . | findstr /v Volume | findstr /v :
pause > nul
echo ______
echo Step 6: Describe demo module
pause > nul
echo.
jar --describe-module --file .bach\out\main\modules\demo-0.jar
pause > nul
cd ..
echo.
echo END OF DEMO
echo.
|
Fix path to "main" modules
|
Fix path to "main" modules
|
Batchfile
|
mit
|
sormuras/bach,sormuras/bach
|
d75fa4a9e2d9a01ac8efbb259ee0d75d4f0c0005
|
devtools/conda-recipe/bld.bat
|
devtools/conda-recipe/bld.bat
|
xcopy %RECIPE_DIR%\\..\\.. %SRC_DIR% /e /h /Y /Q
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
|
xcopy %RECIPE_DIR%\\..\\.. %SRC_DIR% /e /h /Y /Q
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
|
Fix setuptools with conda build on windows.
|
Fix setuptools with conda build on windows.
|
Batchfile
|
mit
|
sallai/mbuild,iModels/mbuild,summeraz/mbuild,Jonestj1/mbuild,tcmoore3/mbuild,ctk3b/mbuild,Jonestj1/mbuild,summeraz/mbuild,sallai/mbuild,iModels/mbuild,ctk3b/mbuild,tcmoore3/mbuild
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.