[pacman-dev] autotools & makepkg output scripts.
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=83bf402383d6016165612bc4b45843... printf patch: http://repo.or.cz/w/pacman.git?a=commitdiff;h=124693af37f175703328be0b34a68e... Andrew
On 5/28/07, Andrew Fyfe <andrew@neptune-one.net> wrote:
First off thanks Dan for merging my patches :D
Sorry it took so long, I've been quite busy. I still have a lot of email inbox cleaning to do so let me know if there are other branches of yours that are outstanding and need a look for inclusion in the archlinux.org tree. I know some gettext patches are still outstanding, and I want to apply those locally and actually get the substitution of correct paths working everywhere (if anyone knows how to use @localedir@ correctly, please inform me).
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=83bf402383d6016165612bc4b45843...
printf patch: http://repo.or.cz/w/pacman.git?a=commitdiff;h=124693af37f175703328be0b34a68e...
I will try to take a look at these in the coming week. Thanks for the continued contributions. -Dan
On 5/28/07, Andrew Fyfe <andrew@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=83bf402383d6016165612bc4b45843...
printf patch: http://repo.or.cz/w/pacman.git?a=commitdiff;h=124693af37f175703328be0b34a68e...
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
Dan McGee wrote:
On 5/28/07, Andrew Fyfe <andrew@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=83bf402383d6016165612bc4b45843...
printf patch: http://repo.or.cz/w/pacman.git?a=commitdiff;h=124693af37f175703328be0b34a68e...
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
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://archlinux.org/mailman/listinfo/pacman-dev
Thanks Dan I've been wondering how to delete remote branches.
participants (2)
-
Andrew Fyfe
-
Dan McGee