Andreas Hasenack
Andreas Hasenack
This issue is a duplicate of https://github.com/lavv17/lftp/issues/641
Oh, I thought the edge channel would have something like a daily build, exactly to test changes like these, but looks like it's behind.
> > to test changes like these > > You can get the built snap as an artifact of the github workflow/test. You will need to use the `--dangerous` flag...
ok, built the arm64 snap with this change, and the other one suggested in https://github.com/ubuntu/microk8s/issues/824#issuecomment-688491339, but still need to test them. This one here I did a quick deploy and...
The pod would have to be restarted I guess. Stupid question: would this work? ``` --publish-status-address=0.0.0.0 ```
When I run `autoreconf` in that directory, the code to get the python version is changed like this: ```diff - am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"` + am_cv_python_version=`$PYTHON -c "import sys;...
> I am wondering how this was generated BTW, the makefile system does have any hook for re-generating the subdirectory ./configure scripts. Correct, it looks like `configure` and others from...
Any particular reason the certs can't be generated on demand, to be valid only for, say, a month? It doesn't fit well with how the tests are setup and needs...
This is the python3 bug: https://github.com/python/cpython/issues/91257 It has a few PRs listed in the comments, for different branches.
Yeah, that works. I'll propose it to Debian as well.