Re: Push branch / submit Pull Request

From: John Harvey <john(dot)harvey(at)crunchydata(dot)com>
To: "Maton, Brett" <matonb(at)ltresources(dot)co(dot)uk>
Cc: pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Re: Push branch / submit Pull Request
Date: 2016-03-03 12:50:44
Message-ID: CABcP5fhQkb8g4Y-rMqXrynCHdNH1FW62eNp+tba+58Agd7=BKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hi Brett,

Typically they're submitted via this mail-list as a patch file.
That, or you can attach the patch-file to a new issue created on this
project's redmine server: https://redmine.postgresql.org/projects/pgrpms
At this time, there is no pull-request option available.

If you're not familiar with creating branches, here's how you would create
a patch-file from your branch, assuming it's branched from master:
git format-patch master --stdout > my_fix.patch

Regards,
-John

On Thu, Mar 3, 2016 at 7:46 AM, Maton, Brett <matonb(at)ltresources(dot)co(dot)uk>
wrote:

> Hi,
>
> How do I push a branch to git.postgresql.org/git/pgrpms.git ?
>
> I have some updates / fixes for the repmgr packages/
>
> Regards,
> Brett
>

In response to

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Craig Ringer 2016-03-03 13:45:17 De-duplicating the tree
Previous Message Maton, Brett 2016-03-03 12:46:30 Push branch / submit Pull Request