Aaron Meurer

Results 391 issues of Aaron Meurer

According to https://docs.travis-ci.com/user/migrate/open-source-repository-migration#frequently-asked-questions, .org will be completely migrated to .com by the end of the year.

GitHub now supports any gh-pages branch https://github.blog/changelog/2020-07-31-build-and-deploy-github-pages-from-any-branch-beta/

We should probably propagate the return code if the --command command returns nonzero.

See for example https://travis-ci.org/github/sympy/sympy. It makes it hard to see the actual environment variables that are used to differentiate jobs. We might 1. Suggest people to put the secure key...

If someone does something like ``` cd doc make html doctr deploy . ``` then doctr will fail, because `doc` doesn't exist in the gh-pages branch. This may only occur...

See for instance https://travis-ci.com/Quansight/lsst_dashboard/jobs/263181340 ``` git fetch doctr_remote The authenticity of host 'github.com (192.30.253.112)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting...

I'm not sure if this is intentional, but if you mix these two flags, the whitelist is basically ignored, because --no-require-master always includes the current branch in the whitelist.

For instance ```pytb Traceback (most recent call last): File "/Users/aaronmeurer/anaconda3/bin/doctr", line 10, in sys.exit(main()) File "/Users/aaronmeurer/anaconda3/lib/python3.6/site-packages/doctr/__main__.py", line 572, in main return process_args(get_parser(config=config)) File "/Users/aaronmeurer/anaconda3/lib/python3.6/site-packages/doctr/__main__.py", line 260, in process_args return args.func(args,...

In particular, GitLab and Circle are popular.