git.linuxcnc.org has been made readonly, and so it's time to switch your
git repositories to pull from and push to github.

You will need to follow these instructions if you have a linuxcnc source
repository that was cloned form git.linuxcnc.org, or where you added
git.linuxcnc.org as a remote.  In the first case, git.linuxcnc is the
"origin" repository; in the second case, it has whatever name you gave
it when you did "git remote add"; substitute that name for "origin" in
the commands below.

To set up read access, first 'cd' to somewhere inside the clone, then issue:

    git config remote.origin.url https://github.com/LinuxCNC/linuxcnc.git

If you are a developer with push access, you should also issue

    git config remote.origin.pushurl [email protected]:LinuxCNC/linuxcnc.git

In case yo have several, you will need to do this once for each git clone.

At this time, developers with push access may also begin using the
"merge" button within pull requests on github.

The "signed-off-by" policy is no longer in effect; it is superceded by
the GitHub terms of service, which require that all code is offered
under the repository's copyright, "GPL version 2"  with the "any later
version clause" for all new contributions.  However, including
"Signed-off-by" in a commit message is still OK and will not cause any
problems.

If you run into problems, please let us know via this mailing list or
IRC.

Jeff

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to