On 25 Mar 2015, at 3:09 pm +1000, Allan McRae wrote:
On 21/03/15 10:19, joyfulgirl@archlinux.us wrote:
From: Ivy Foster <joyfulgirl@archlinux.us>
Delete the bug number from the subject line, it can be added as a note to the commit message.
Thanks, I'll keep that in mind in the future.
Also - BAD! file permission change.
Whoops! Sorry about that. I set up my editor to mark shell scripts as executable on save, and then promptly forgot I'd done that.
I have added some changes below. This allows two things 1) we can run --packagelist on any PKGBUILD no matter the architecture we are running and the architecture required to build the PKGBUILD 2) it lists all package products - so both foo-1-1-i686 and foo-1-1-x86_64. It is easy to filter the unwanted ones away.
I have made the changes on my patchqueue branch. Let me know if you approve and I can push the patch.
https://projects.archlinux.org/users/allan/pacman.git/log/?h=patchqueue
Looks good to me! Thanks for the feedback. Anything else I need to do for this to go in? Ivy