text stringlengths 0 834k |
|---|
:repoexists |
pushd %GOPATH%\src\github.com\keybase\%~1 |
git checkout master || EXIT /B 1 |
git pull || EXIT /B 1 |
git checkout %~2 || EXIT /B 1 |
for /f %%i in ('git rev-parse --abbrev-ref HEAD') do set currentCommit=%%i |
if NOT [%currentCommit%] == [HEAD] ( |
git pull || EXIT /B 1 |
) |
popd |
EXIT /B 0 |
goto:eof |
:build_error |
%OUTPUT% ""Error building Windows"" |
EXIT /B 1 |
:check_ci |
for /f %%i in ('git -C %GOPATH%\src\github.com\keybase\client rev-parse --short^=8 HEAD') do set clientCommit=%%i |
echo [%clientCommit%] |
:: need GITHUB_TOKEN |
pushd %GOPATH%\src\github.com\keybase\release |
go build || goto:build_error || EXIT /B 1 |
release wait-ci --repo=""client"" --commit=""%clientCommit%"" --context=""continuous-integration/jenkins/branch"" --context=""ci/circleci"" || goto:ci_error |
popd |
EXIT /B 0 |
:ci_error |
%OUTPUT% ""CI Failure building Windows"" |
EXIT /B 1 |
",35.1863354037,210,0.7129744042 |
219763,f3164f916733f5e42732da803355e351dc54d8d9,63,bat,Batchfile,radiomicsfeatureextractionpipeline/SQLite4Radiomics.bat,Maastro-CDS-Imaging-Group/SQLite4Radiomics,e3a7afc181eec0fe04c18da00edc3772064e6758,['Apache-2.0'],,,,radiomicsfeatureextractionpipeline/SQLite4Radiomics.bat,Maastro-CDS-Imaging-Group/SQLite4Radiomics,e3a7afc181eec0fe04c18da00edc3772064e6758,['Apache-2.0'],6.0,2021-06-09T19:39:27.000Z,2021-09-30T16:41:40.000Z,radiomicsfeatureextractionpipeline/SQLite4Radiomics.bat,Maastro-CDS-Imaging-Group/SQLite4Radiomics,e3a7afc181eec0fe04c18da00edc3772064e6758,['Apache-2.0'],,,,"start /B scripts\runDjango.bat |
start /B scripts\runElectron.bat",31.5,32,0.8253968254 |
219764,f3168a8ae2b4a50622db08ad98d54d9ee363825c,26,bat,Batchfile,testserver/startserver.bat,BEN1JEN/dvz-reborn,b0551f7bad0e3c98486d9eaa4b9ae152b7624a2c,['MIT'],,,,testserver/startserver.bat,BEN1JEN/dvz-reborn,b0551f7bad0e3c98486d9eaa4b9ae152b7624a2c,['MIT'],,,,testserver/startserver.bat,BEN1JEN/dvz-reborn,b0551f7bad0e3c98486d9eaa4b9ae152b7624a2c,['MIT'],,,,java -Xmx1G -jar paper.jar,26.0,26,0.7692307692 |
219765,f3168df1ef02c7bf2d4664723faf79fe4430695f,538,bat,Batchfile,cmd/getopt.bat,symplely/ext-uv,ffb0372e5f2de842d4af92217364162c110d07d0,['PHP-3.01'],,,,cmd/getopt.bat,symplely/ext-uv,ffb0372e5f2de842d4af92217364162c110d07d0,['PHP-3.01'],,,,cmd/getopt.bat,symplely/ext-uv,ffb0372e5f2de842d4af92217364162c110d07d0,['PHP-3.01'],,,,"@echo off |
:parse |
if ""%~1"" == """" goto endparse |
if ""%~1"" == ""--php"" set PHP_VER=%2 |
if ""%~1"" == ""--uv"" set LIBUV_VER=%2 |
if ""%~1"" == ""--shared"" ( |
if EXIST config.w32.bak ( ren config.w32 config.w32.shared && ren config.w32.bak config.w32) |
set UV_SHARED=--with-uv=shared |
ren config.w32 config.w32.bak |
ren config.w32.shared config.w32 |
) |
shift |
goto parse |
:endparse |
if not defined LIBUV_VER ( |
if EXIST ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"" ( |
set LIBUV_VER=1.41.0 |
) else ( |
set LIBUV_VER=1.41.1 |
) |
) |
",23.3913043478,94,0.6542750929 |
219766,f316a2c8086f35adf8c68df2cee44e6e67f03d0a,390,cmd,Batchfile,scripts/package.cmd,dn009757/Force.com-Toolkit-for-NET,5d64d4d74c25e089c1a7881ee2ab35acd5a68fde,['BSD-3-Clause'],1.0,2018-05-02T11:47:18.000Z,2018-05-02T11:47:18.000Z,scripts/package.cmd,dn009757/Force.com-Toolkit-for-NET,5d64d4d74c25e089c1a7881ee2ab35acd5a68fde,['BSD-3-Clause'],,,,scripts/package.cmd,dn009757/Force.com-Toolkit-for-NET,5d64d4d74c25e089c1a7881ee2ab35acd5a68fde,['BSD-3-Clause'],2.0,2018-01-07T13:29:50.000Z,2018-07-20T19:51:42.000Z,"mkdir ""../artifacts"" |
""assets/NuGet.exe"" pack ""assets/ChatterToolkitForNET.nuspec"" -Symbols -o ""../artifacts"" |
""assets/NuGet.exe"" pack ""assets/ForceToolkitForNET.nuspec"" -Symbols -o ""../artifacts"" |
""assets/NuGet.exe"" pack ""assets/ChatterToolkitForNET.Symbol.nuspec"" -Symbols -o ""../artifacts"" |
""assets/NuGet.exe"" pack ""assets/ForceToolkitForNET.Symbol.nuspec"" -Symbols -o ""../artifacts"" |
",32.5,94,0.7435897436 |
219767,f316fba968f437debd5d8c0e698c3623121dea65,2334,bat,Batchfile,build/kits/adminshell/adminshell.bat,dkrapohl/teiid,5565d811aee467101a87a78707aa81bea2030b6b,['Apache-2.0'],,,,build/kits/adminshell/adminshell.bat,dkrapohl/teiid,5565d811aee467101a87a78707aa81bea2030b6b,['Apache-2.0'],,,,build/kits/adminshell/adminshell.bat,dkrapohl/teiid,5565d811aee467101a87a78707aa81bea2030b6b,['Apache-2.0'],,,,"@ECHO OFF |
@setlocal |
@REM Copyright Red Hat, Inc. and/or its affiliates |
@REM and other contributors as indicated by the @author tags and |
@REM the COPYRIGHT.txt file distributed with this work. |
@REM |
@REM Licensed under the Apache License, Version 2.0 (the ""License""); |
@REM you may not use this file except in compliance with the License. |
@REM 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 This assumes it's run from its installation directory. It is also assumed there is a java |
@REM executable defined along the PATH |
@if not ""%ECHO%"" == """" echo %ECHO% |
@if ""%OS%"" == ""Windows_NT"" setlocal |
if ""%OS%"" == ""Windows_NT"" ( |
set ""DIRNAME=%~dp0%"" |
) else ( |
set DIRNAME=.\ |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.