Hi all!
Today, I have moved the remaining projects on git://openbsc.osmocom.org/ (aka git://bs11-abis.gnumonks.org/) to the central git://git.osmocom.org/ location.
This helps us to consolidate all our git repositories on one server.
The git URL of the main OpenBSC repository has changed from git://bs11-abis.gnumonks.org/openbsc.git (read-only) gitosis@bs11-abis.gnumonks.org:openbsc.git (write) to git://git.osmocom.org/openbsc.git (read-only) gitosis@git.osmocom.org:openbsc.git (write)
In order to update your local repository with the new URL, simply use the "git remote set-url" command, like in the following examples.
for those of you with read-only access: git remote set-url origin git://git.osmocom.org/openbsc.git for people with write/commit access: git remote set-url origin gitosis@git.osmocom.org:openbsc.git
The other two repositories that have changed in similar way are openggsn.git and chan_openbsc.git.
Thanks for your attention, and sorry for any inconvenience, Harald