[LEDE-DEV] Please help with submitting contributions
Mauro Mozzarelli
mauro at ezplanet.org
Tue Mar 7 08:48:51 PST 2017
Hello,
I would like to make contributions to lede, but so far I bumped into a
series of obstacles.
So far I tried the following:
git format-patch, then copy and paste into email -> was not accepted
git send-email -> I do not know whether the patch was accepted, I did
not receive any feedback
Now I am trying also to follow what is on this page:
https://lede-project.org/submitting-patches
Under "Working with github"
git clone https://github.com/lede-project/source.git
git checkout -b <branch-name>
<make changes to files>
git commit --signoff
git push --all
As follows:
mauro at sirius:/net2/router/lede$ git clone
https://github.com/lede-project/source.git trunk
Cloning into 'trunk'...
remote: Counting objects: 381348, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 381348 (delta 1), reused 0 (delta 0), pack-reused 381335
Receiving objects: 100% (381348/381348), 134.77 MiB | 823.00 KiB/s, done.
Resolving deltas: 100% (258216/258216), done.
Checking connectivity... done.
mauro at sirius:/net2/router/lede$ cd trunk
mauro at sirius:/net2/router/lede/trunk$ git checkout -b kernel-ipvs
Switched to a new branch 'kernel-ipvs'
mauro at sirius:/net2/router/lede/trunk$ patch -p1 <
../submitted/0001-Add-ip_vs-kernel-netfilter-modules-to-enable-load-ba.patch
patching file package/kernel/linux/modules/netfilter.mk
mauro at sirius:/net2/router/lede/trunk$ git commit --signoff
On branch kernel-ipvs
Changes not staged for commit:
modified: package/kernel/linux/modules/netfilter.mk
no changes added to commit
mauro at sirius:/net2/router/lede/trunk$ git add
package/kernel/linux/modules/netfilter.mk
mauro at sirius:/net2/router/lede/trunk$ git commit --signoff
[kernel-ipvs 9d168cc] Add ip_vs kernel nf modules to enable load balancer
1 file changed, 89 insertions(+)
mauro at sirius:/net2/router/lede/trunk$ git push --all
Username for 'https://github.com': ezplanet
Password for 'https://ezplanet@github.com':
remote: Permission to lede-project/source.git denied to ezplanet.
fatal: unable to access 'https://github.com/lede-project/source.git/':
The requested URL returned error: 403
And this is where I am stuck now.
More information about the Lede-dev
mailing list