Brett T. Warden

Results 10 comments of Brett T. Warden

[tappy](https://github.com/python-tap/tappy) might help here.

You'll also need to modify Makefile.toplevel to: 1. Remove the check for `$(NAME)` 1. Remove `$(MAKE) clone_$(NAME)` and the `mkdir`/`git` block 1. Don't write the Makefile (autospec will do that...

The `link-new-rpms` and `checkblacklist` actions will also need to be modified/replaced at some point.

@phmccarty, @bryteise Could I have your review, please?

Remaining work, in case someone else has time to pick up the torch: - refactor config to read autospec.conf first (so we know the git URL patterns), then go back...

You can see that `swupd update` is running in the background. You can wait for it to complete, or stop it manually by running `sudo systemctl stop swupd-update.service`.

Using `diff -u -r `, so we currently don't emit _contents_ of files that exist only in one or the other. When run against a couple of sample packages, the...

Need to figure out how to handle the prefix so we don't get a big diff just from the source version number changing.

Don't feel rushed to merge this; I'm looking for any input on the approach.