Wojtek Porczyk
Wojtek Porczyk
> Why not an option to Meson when installing? We could keep the sources better > this way Two reasons (one and a half). 1) That's not how people usually...
I want to have `#!/usr/bin/python3` by default, because it's a sane default which works on all distros we currently support. In debs, we have dependencies against other debs (`python3-*`), not...
*[`subprojects/packagefiles/curl-7.84.0/meson.build` line 6 at r5](https://reviewable.io/reviews/gramineproject/gramine/773#-N8TlDOg08Z-gOZy28D4:-NAtqcCZEZrJtZLiIwE3:b-n1jisb) ([raw file](https://github.com/gramineproject/gramine/blob/c4e664a24244f4c2d9e90c3de9cbbb782d1616e8/subprojects/packagefiles/curl-7.84.0/meson.build#L6)):* Previously, dimakuv (Dmitrii Kuvaiskii) wrote… @woju ping Hi, sorry for the delay. I'll look into it tomorrow or on Monday.
Jenkins, test pkg-deb-debian11 please
> Since we changed the name, we should also use gramineproject.io instead of the old grapheneproject.io. Done.
I think it's up to date. We didn't have scripted release, so that's unchecked. `debian/` and `.spec` are only available from repos, they're not committed to repo, and they will...
`configure --sysconfdir=/etc` should work, if you need to override to to whatever, especially outside prefix. `Makeconfig` setting is in `ifndef`, and is a default. There are other overrides, and if...
Because we can map allowed files 1:1 and nothing should break. We'd have to document a canonical mount that should be expected in compatible manifests. We probably can change the...
If we don't do that and it still works, then I suppose there isn't any reason.
8. Rename top-level directories lower-case first letter. Capital-cased should be only "meta" things, like Makefile, README, Documentation, LICENCE etc. That way it is sorted correctly: meta together and actual code...