[pacman-dev] Makepkg missing check for empty pkgname

Dan McGee dpmcgee at gmail.com
Fri Dec 28 21:05:56 EST 2007


On Dec 22, 2007 5:58 PM, K. Piche <kpiche at rogers.com> wrote:
> I thought it was wierd that makepkg didn't do a sanity check for the
> $pkgname.  This makes for a simple first try at a GIT patch.

Merged, thanks.

> Can outgoing SMTP be setup on patch generation?  Seems silly to import a
> text file in evolution everytime...

I have msmtp set up as a simple way to send emails using the git
tools. Here is the basic setup:
1. Install msmtp
2. Set up a config file at ~/.msmtprc (man msmtp)
3. Set up GIT to use msmtp (git config --global sendemail.smtpserver
"/usr/bin/msmtp")
4. git send-email <patchfiles>, then fill in the blanks

-Dan




More information about the pacman-dev mailing list