text
stringlengths
0
834k
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if ""%1"" == ""gettext"" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if ""%1"" == ""changes"" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if ""%1"" == ""linkcheck"" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if ""%1"" == ""doctest"" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if ""%1"" == ""coverage"" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if ""%1"" == ""xml"" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if ""%1"" == ""pseudoxml"" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
",27.4962121212,80,0.681361069
219761,f31610c5e160efd3773288f10dbbab184064a089,208,bat,Batchfile,build/copy-client.bat,ServiceStack/ServiceStack.Java,ee9ffc945a474b196ddc07ec6478a88d546776a1,['BSD-3-Clause'],11.0,2015-03-13T05:23:57.000Z,2020-10-14T10:04:25.000Z,build/copy-client.bat,ServiceStack/ServiceStack.Java,ee9ffc945a474b196ddc07ec6478a88d546776a1,['BSD-3-Clause'],26.0,2015-05-08T06:11:18.000Z,2020-12-27T01:47:38.000Z,build/copy-client.bat,ServiceStack/ServiceStack.Java,ee9ffc945a474b196ddc07ec6478a88d546776a1,['BSD-3-Clause'],16.0,2015-04-07T05:55:36.000Z,2021-04-04T03:01:54.000Z,"SET SRC_DIR=..\src\AndroidClient\android\src\main\java\net\servicestack
RMDIR %SRC_DIR%\client /s /q
RMDIR %SRC_DIR%\func /s /q
XCOPY /E ..\src\AndroidClient\client\src\main\java\net\servicestack %SRC_DIR%
",29.7142857143,77,0.7596153846
219762,f3161513e88a6b702c6ee0666e47847de6952773,5665,cmd,Batchfile,packaging/windows/dorelease.cmd,samkenxstream/keybase-client,1d5983e2801556e8d0f2b5cafb79a8cb8b3765e3,['BSD-3-Clause'],,,,packaging/windows/dorelease.cmd,samkenxstream/keybase-client,1d5983e2801556e8d0f2b5cafb79a8cb8b3765e3,['BSD-3-Clause'],,,,packaging/windows/dorelease.cmd,samkenxstream/keybase-client,1d5983e2801556e8d0f2b5cafb79a8cb8b3765e3,['BSD-3-Clause'],,,,"if NOT DEFINED ClientRevision set ClientRevision=master
if NOT DEFINED KBFSRevision set KBFSRevision=master
if NOT DEFINED UpdaterRevision set UpdaterRevision=master
if NOT DEFINED ReleaseRevision set ReleaseRevision=master
if NOT DEFINED DevCert set DevCert=0
set GOARCH=amd64
set OUTPUT=echo
if DEFINED SlackBot set OUTPUT=(cd %GOPATH%/src/github.com/keybase/slackbot/send && go run main.go -i=1)
:: sanity check that the passphrase is set right
(cd %GOPATH%\src\github.com\keybase\client\go\tools\ssss\ && go run main.go %0)
IF %ERRORLEVEL% NEQ 0 (
echo Saltpack key not set right, can't build
EXIT /B 1
)
if NOT DEFINED DevEnvDir call ""%ProgramFiles(x86)%\\Microsoft Visual Studio 14.0\\vc\\bin\\vcvars32.bat""
:: don't bother with ci or checking out source, etc. for smoke2 build
IF [%UpdateChannel%] == [Smoke2] goto:done_ci
:: NOTE: We depend on the bot or caller to checkout client first
call:checkout_keybase go-updater, %UpdaterRevision% || goto:build_error || EXIT /B 1
call:checkout_keybase release, %ReleaseRevision% || goto:build_error || EXIT /B 1
::wait for CI