On Fri, Aug 12, 2011 at 6:32 PM, Allan McRae <allan@archlinux.org> wrote:
On 09/08/11 20:56, Sebastien Luttringer wrote:
makepkg --skipinteg is a often used to test package and it's the brother of -g option. Have a -G shortcut will help to reduce CO².
Signed-off-by: Sebastien Luttringer<seblu@seblu.net>
This was somewhat deliberately done not to have a short option for this because --skipinteg was not intend to be used often. So I am undecided on this.
I'm -1 for this reason. If you don't like typing --skipinteg (or hell, getting tab completion of `makepkg -sk<tab>`, you're being really lazy. I also see the -G option being spoon fed to users on IRC or the wiki without them realizing what it does; at least in the current situation the flag is slightly self-explanatory. You do realize you can do `makepkg -g >> PKGBUILD` over and over again, and having them defined multiple times in the PKGBUILD doesn't hurt anything during testing, right? Nor do you need to move them from the bottom for them to work... -Dan