gladius repository is moving!

5 views
Skip to first unread message

Alan Kligman

unread,
Mar 20, 2012, 2:41:07 PM3/20/12
to paladin-dev
Hi all,

Gladius consists of a couple of repositories right now that, for
historical reasons, live in my personal github account. I've created a
new github organization (https://github.com/organizations/gladiusjs)
so we can have better admin controls and to manage a growing number of
repositories more easily.

I will move the repositories from my account to the new organization
later today and anyone who has a cloned version of the project will
need to update thier remotes to point to the organization instead.
I'll send out another email once this is complete.

Cheers,
ack

Alan Kligman

unread,
Mar 20, 2012, 4:30:52 PM3/20/12
to paladin-dev
OK, I've moved things around and updated the engine repo. Please
update your clones to point to g...@github.com:gladiusjs/core.git for
the engine repository and g...@github.com:gladiusjs/math.git for math.
Note that the engine no longer pulls the math in as a submodule.

Reply here if you have trouble or notice problems!

ack

Alan Kligman

unread,
Mar 20, 2012, 4:46:04 PM3/20/12
to paladin-dev
1. Update .git/config to point to the new upstream repository

Edit .git/config and you will see a section like this:

[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = g...@github.com:gladiusjs/core.git

Make sure the url is set to g...@github.com:gladiusjs/core.git.

2. Remove the old math submodule

Edit .gitmodules and remove the section for the math module:

[submodule "external/gladius.math"]
path = external/gladius.math
url = git://github.com/alankligman/gladius.math.git

Then edit .git/config and remove the section in there as well:

[submodule "external/gladius.math"]
url = git://github.com/alankligman/gladius.math.git

Finally, run:

git rm --cached external/gladius.math

and you can safely remove external/gladius.math from your working
copy.

Alan Kligman

unread,
Mar 20, 2012, 5:18:56 PM3/20/12
to paladin-dev
Note: If you've forked instead of cloned, some of the strings will be
different (may refer to 'upstream' I think).
Reply all
Reply to author
Forward
0 new messages