Dan Nicholson
Dan Nicholson
I'd love if the root problem of pulling into an archive repo was fixed since I've run into that limitation in the past. Not a huge deal, though.
> @dbnicholson This only applies to containers, are you using that now? Ah, no I'm not. There's some other feature that's not supported with archive mode repos, but I can't...
It's not nearly as convenient, but you can install from the git tag using `git+https://github.com/naparuba/[email protected]#egg=Shinken` as the pip requirement.
It doesn't do completely nothing. It's used in `kolibri.utils.main.initialize` to provide to Django when loading the settings. Unfortunately, the validation of the `--settings` CLI option doesn't take it into account,...
I suppose, but the both the parsed `pythonpath` and `settings` option are passed to `initialize`. It seems like a bit of a circular dependency - you need to parse and...
They are different because a new commit object is created on the server. There are 2 reasons for this: 1. The commit hash depends on the parent commit's hash. In...
What I'd suggest in the short term is that you query the current revision after pushing and use that in the Jenkins description. There are 2 ways I'd do it....
Since you're not publishing it anywhere, I think it's in the temporary repo in `/var/cache/deb-ostree-builder/ostree/repo`.
Yeesh, I forgot about that. It's trying to update itself. That's based on something our internal Endless builder does. You should try the `simple-builder` branch (which I should just merge...
FWIW, I'm hoping to start using bootupd in Endless OS and I doubt we're going to move to OCI payloads any time in the near future. Not to say that...