[arch-general] Need a little help getting started with contributing
Florian Pritz
bluewind at xinu.at
Wed Jan 4 14:54:49 EST 2012
On 04.01.2012 20:33, Ionut Biru wrote:
> On 01/04/2012 09:28 PM, Göran Gustafsson wrote:
>> Also, does the filesystem package have a git repository i can use too?
No, it's all in packages svn (ABS).
>> Any help getting started would gladly be appreciated! :)
>
> send git format patches on arch-projects ml. as a tip, append the
> project name in front of the subject lile [initscripts].
> cat =git-archprojects
#!/bin/bash
if (( $# < 2 )); then
echo "usage: ${0##*/}: <project> <options to git send-email>"
exit 1
fi
exec git format-patch --to arch-projects at archlinux.org
--subject-prefix="$1] [PATCH" "${@:2}"
######
This creates the patch files in the current directory so you can review
them. Then run `git send-email *.patch`. (I think they end with .patch,
but I'm not sure right now and I don't wanna test)
>
> super quick wiki:
> https://wiki.archlinux.org/index.php/Super_Quick_Git_Guide
>
You can also ask for help in "irc.freenode.net/#archlinux-projects".
--
Florian Pritz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.archlinux.org/pipermail/arch-general/attachments/20120104/49d7e71c/attachment.asc>
More information about the arch-general
mailing list