sarum9in

Results 9 issues of sarum9in

https://www.kernel.org/doc/Documentation/cgroups/memory.txt , section 5.2 for definitions. You can find, that usage_in_bytes display RSS+CACHE value, that is not RSS (rss + file_mapped from memory.stat) as said in documentation above (see second...

http://mesonbuild.com/Adding-new-projects-to-wrapdb.html

We can host multiple instances of the service provided that they are able to catch up with the main replica on their own. For this we need to be able...

@martin-ejdestig wrote > By the way, this is something that might be worth looking into for the wrapdb webpage... ? Would make a lot of sense, I think, to be...

```python def get_current_version(wrapfile): cp = configparser.ConfigParser() cp.read(wrapfile) cp = cp['wrap-file'] patch_url = cp['patch_url'] arr = patch_url.split('/') branch = arr[-3] revision = int(arr[-2]) return branch, revision, cp['directory'], cp['source_filename'], cp['patch_filename'] ```

bug

It is pretty annoying that without pull request it does not work. Let's improve hooks.

- [ ] test wraps - [x] download - [x] download PR and try to build it with meson - [x] download wrap version and let - [ ] test...

https://github.com/mesonbuild/libxml2 There are a lot of files outside of permitted set.

As discussed in IRC we plan to do the following migration: 1. We introduce `LICENSE.build` (MIT) for all wraps. We put it to existing version and master branches, and we...