[pacman-dev] autotools & makepkg output scripts.

Dan McGee dpmcgee at gmail.com
Wed May 30 11:50:46 EDT 2007


On 5/28/07, Andrew Fyfe <andrew at neptune-one.net> wrote:
> First off thanks Dan for merging my patches :D
>
> I've got 2 extra patches, the first substation of /etc for @SYSCONFDIR@
> in scripts , the second is to switch from using echo in the makepkg
> output functions to printf, the switch helps clean up the output
> messages and simplify several of the strings that need to be translated.
>
> autotools patch:
> http://repo.or.cz/w/pacman.git?a=commitdiff;h=83bf402383d6016165612bc4b45843922641b54b
>
> printf patch:
> http://repo.or.cz/w/pacman.git?a=commitdiff;h=124693af37f175703328be0b34a68ed3e50a6c64

Both have been applied locally, and I should be pushing them to the
main branch within the hour (I want to do just a little more
regression testing). I've also done quite a bit of work of my own to
clean up and finally do the autoconf stuff correctly.

The following branches of yours (at last pull) have now been merged:

andrew/working
andrew/autoconf_scripts
andrew/FS4404 (this one is really old)

GIT tip of the day- to delete a remote branch, do the following:
git push <reponame> :heads/<branch>

This is pushing a blank local refspec to a remote refspec, thus
deleting the remote branch (a refspec is in the form
"heads/local:heads/remote"). So dump that super-old FS4404 branch. :)

-Dan




More information about the pacman-dev mailing list