Re: [systemd-devel] Upstreaming systemd patch

2020-07-30 Thread Mantas Mikulėnas
On Thu, Jul 30, 2020 at 8:51 AM Amit anand  wrote:

> Hi,
>
> Not able to create pull request to systemd, permission denied to my github
> user credentials.
>
> I git cloned https://github.com/systemd/systemd
>
> While creating pull request,
> git push --set-upstream origin 
> 1. Entered github username
> 2. Entered github passwd
> getting below error message for my github username.
> remote: Permission to systemd/systemd.git denied to 
> fatal : unable to access 'https://github.com/systemd/systemd.git/': The
> requested URL returned error: 403
>

Pull requests are usually made from your own personal repository. Use
Github's "Fork" feature to get a writable copy of the repository, then `git
remote add` its URL and push there.

For example:

git remote add fork https://github.com//systemd
git push -u fork 

-- 
Mantas Mikulėnas
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Upstreaming systemd patch

2020-07-29 Thread Amit anand
Hi,

Not able to create pull request to systemd, permission denied to my github
user credentials.

I git cloned https://github.com/systemd/systemd

While creating pull request,
git push --set-upstream origin 
1. Entered github username
2. Entered github passwd
getting below error message for my github username.
remote: Permission to systemd/systemd.git denied to 
fatal : unable to access 'https://github.com/systemd/systemd.git/': The
requested URL returned error: 403

When tried to connect IRC channel irc://irc.freenode.org/systemd , it is
giving error message "irc.freenode.org: Terminated".

Please let me know to whom I need to connect with for getting pull request
creation permission to systemd project.

Thanks,
Amit
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Upstreaming systemd patch

2020-07-10 Thread Tomasz Torcz
On Fri, Jul 10, 2020 at 08:13:59PM +0530, Amit anand wrote:
> Hi systemd-devel group,
> 
> 
> I need to upstream systemd git patch for fixing systemd static code
> analysis warnings.
> 
> Can you please suggest me the correct mailgroup to send the git patch or
> relevant web url which have information to upstream git patch.

  The correct way is to create Pull Request on GitHub with your changes.
Here you have detailed documentation:
https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md

-- 
Tomasz TorczOnly gods can safely risk perfection,
to...@pipebreaker.pl it's a dangerous thing for a man.  — Alia

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Upstreaming systemd patch

2020-07-10 Thread Mike Gilbert
On Fri, Jul 10, 2020 at 10:43 AM Amit anand  wrote:
>
> Hi systemd-devel group,
>
>
> I need to upstream systemd git patch for fixing systemd static code analysis 
> warnings.
>
> Can you please suggest me the correct mailgroup to send the git patch or 
> relevant web url which have information to upstream git patch.

Fork this github repository and submit a pull request.

https://github.com/systemd/systemd
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] Upstreaming systemd patch

2020-07-10 Thread Amit anand
Hi systemd-devel group,


I need to upstream systemd git patch for fixing systemd static code
analysis warnings.

Can you please suggest me the correct mailgroup to send the git patch or
relevant web url which have information to upstream git patch.

Thanks,
Amit
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel