Re: Need a little help getting started with contributing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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@xxxxxxxxxxxxx
--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

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux