andrewgregory

Results 15 comments of andrewgregory

> Huh, I didn't realize that actually happens. Apparently the PKGBUILD specifies !zipman. > I guess usr/share/info/_info_ would work just as well though. I would use `usr/share/info/*.info*` > Perhaps I...

Using localepurge is [not a good idea](https://bbs.archlinux.org/viewtopic.php?id=208549). `NoExtract` should be used to prevent extraneous locales from being installed in the first place.

The shebangs should be `#!/bin/bash` because the scripts contain bashisms. This also has some portability issues. I don't like enumerating preset package names in what is intended to be a...

We can make it even faster. Trigger targets can be negated, so by using ``` Target = usr/lib/modules/*/ Target = !usr/lib/modules/extramodules-* Target = !usr/lib/modules/*/?* ``` we can let pacman filter...

I put this on hold for a while to see what happened with Arch's dkms hook. Do you still think this is good to be merged as-is?

> Pre snapshots should always have a corresponding post snapshot. PostTransaction hooks do not run if the transaction is not completed. What happens to snapper if there is no post...

What should this setting be called? Every option I come up with is either semantically confusing or would cause confusion with the existing --noconfirm option (which I don't to change...

Those names are all far too broad to adjust just the one prompt. Ideally the option would fallow the same prompt|yes|no scheme as the other settings.

I don't think it makes sense to add an option for this. I'm thinking pacreport should either just ignore anything in NoExtract or maybe the missing file check should just...

That is an unfortunate consequence of having everything read from `stdin` whenever it's available. I think your current solution using `