Mikhail Grushinskiy

Results 235 comments of Mikhail Grushinskiy

there might be no network when system comes up in my use case. (on a boat). but when network becomes available I should be able to use mopidy to play...

Because for building a release I need to build it from release source zip. PR wouldn’t trigger build. Merging and accepting it should.

> Exactly what I said I think release should happen when beta packages on all major platforms are tested. For that you need continuous build of those test packages. 3.3...

You can use special branch. Have .circleci directory only in it. Manual merge into that branch would be effectively a manual trigger of circleci workflow

> Mikhail, thanks for building these packages! I'd be glad to link to these packages from [our download page](https://www.wxwidgets.org/downloads/), please don't hesitate to make a PR to wxWidgets/website repository changing...

I think the reason Debian guys asked you to remove Debian package is that they do not like having directory callled ‘debian’ in main source code tree. You can call...

There is this: https://github.com/rpatterson/github-apt-repos so looks like it’s possible to host apt repo on GitHub

And also something like this: https://assafmo.github.io/2019/05/02/ppa-repo-hosted-on-github.html First approach uses release/assets, second one uses github io pages

Also I came across this opensource project: https://github.com/ArduPilot/apm_planner And they do automatic debian packaging for their project quite neat. By generating debian/changelog on the fly. ``` cd ~/workspace/apm_planner/debian ./gitlog-to-changelog.pl >...

> Can you set up CircleCi account for wxWidgets organization? And register me as user in it? As a first step. Thanks