Matthew Johnson

Results 18 comments of Matthew Johnson

The makefiles are used by https://github.com/clearlinux/common. Is there a specific request for autospec here or just the tooling that calls autospec?

Autospec does not actually use the Makefiles and therefore should not be writing them. The Makefiles are used by the common tooling to construct arguments to pass to autospec (among...

Looking at more options it looks like a github pages site for autospec might be the easiest to create and maintain.

@dorileo has indicated he will work on this when he has time. Assigning him so duplicate work isn't done.

A solution for badges was explored, but due to the many different formats used we ended up providing a way to override the detected summary via a configuration file. More...

Much of the issues raised above can be addressed by using the `update` command. ``` swupd update -c https://download.clearlinux.org/update/ \ -v https://download.clearlinux.org/update/ -F 19 -m 17700 --time \ -S /tmp/swupd-state...

> The "update" command does not accept -m and always updates to the latest version. No, it does not accept -m currently, but this would be a relatively trivial feature...

@icarus-sparry I'm inclined to defer to your judgement on that.

Can you explain why you can't just specify --statedir instead of a separate --stagedir? As far as content size goes, most of it is put in staged/ anyways, so having...