Skip to content

Commit

Permalink
github.com/NewDreamNetwork -> github.com/ceph
Browse files Browse the repository at this point in the history
  • Loading branch information
Sage Weil committed Mar 2, 2012
1 parent cacf0fd commit 70360f8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = git://ceph.newdream.net/git/ceph-object-corpus.git
[submodule "src/leveldb"]
path = src/leveldb
url = git://github.com/NewDreamNetwork/leveldb.git
url = git://github.com/ceph/leveldb.git
4 changes: 2 additions & 2 deletions admin/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Sphinx >=1.1.2
-e git+https://github.com/NewDreamNetwork/sphinx-ditaa.git#egg=sphinx-ditaa
-e git+https://github.com/NewDreamNetwork/asphyxiate.git#egg=asphyxiate
-e git+https://github.com/ceph/sphinx-ditaa.git#egg=sphinx-ditaa
-e git+https://github.com/ceph/asphyxiate.git#egg=asphyxiate
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Source: ceph
Section: admin
Priority: optional
Homepage: http://ceph.newdream.net/
Vcs-Git: git://github.com/NewDreamNetwork/ceph.git
Vcs-Browser: https://github.com/NewDreamNetwork/ceph
Vcs-Git: git://github.com/ceph/ceph.git
Vcs-Browser: https://github.com/ceph/ceph
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Uploaders: Sage Weil <[email protected]>
Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, libfuse-dev, libboost-dev (>= 1.34), libedit-dev, libcrypto++-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev [i386 amd64], pkg-config, libgtkmm-2.4-dev, python, python-support, libcurl4-gnutls-dev, libkeyutils-dev, uuid-dev, libaio-dev
Expand Down
6 changes: 3 additions & 3 deletions doc/dev/documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ C and C++ can be documented with Doxygen_, using the subset of Doxygen
markup supported by Asphyxiate_.

.. _Doxygen: http://www.stack.nl/~dimitri/doxygen/
.. _Asphyxiate: https://github.com/NewDreamNetwork/asphyxiate
.. _Asphyxiate: https://github.com/ceph/asphyxiate

The general format for function documentation is::

Expand All @@ -29,8 +29,8 @@ functions should be grouped into logical categories. The `librados C
API`_ provides a complete example. It is pulled into Sphinx by
`librados.rst`_, which is rendered at :doc:`/api/librados`.

.. _`librados C API`: https://github.com/NewDreamNetwork/ceph/blob/master/src/include/rados/librados.h
.. _`librados.rst`: https://raw.github.com/NewDreamNetwork/ceph/master/doc/api/librados.rst
.. _`librados C API`: https://github.com/ceph/ceph/blob/master/src/include/rados/librados.h
.. _`librados.rst`: https://raw.github.com/ceph/ceph/master/doc/api/librados.rst

Drawing diagrams
================
Expand Down
4 changes: 2 additions & 2 deletions doc/ops/autobuilt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ distributions (`distro list`_):

.. |ceph.git| replace::
``ceph.git`` repository
.. _`ceph.git`: https://github.com/NewDreamNetwork/ceph
.. _`ceph.git`: https://github.com/ceph/ceph

.. _`arch list`: http://ceph.newdream.net/debian-snapshot-amd64/master/dists/natty/main/
.. _`distro list`: http://ceph.newdream.net/debian-snapshot-amd64/master/dists/
Expand All @@ -38,7 +38,7 @@ code you want to run, e.g. ``master``, ``stable`` or ``v0.34`` (`branch list`_ [

Run these commands on all nodes::

wget -q -O- https://raw.github.com/NewDreamNetwork/ceph/master/keys/autobuild.asc \
wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc \
| sudo apt-key add -

sudo tee /etc/apt/sources.list.d/ceph.list <<EOF
Expand Down
2 changes: 1 addition & 1 deletion doc/ops/install/mkcephfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ operating system.

Run these commands on all nodes::

wget -q -O- https://raw.github.com/NewDreamNetwork/ceph/master/keys/release.asc \
wget -q -O- https://raw.github.com/ceph/ceph/master/keys/release.asc \
| sudo apt-key add -

sudo tee /etc/apt/sources.list.d/ceph.list <<EOF
Expand Down
4 changes: 2 additions & 2 deletions qa/workunits/rados/test_python.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -ex

wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rados.py
wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rgw.py
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rados.py
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rgw.py
nosetests -v test_rados
nosetests -v test_rgw
exit 0
2 changes: 1 addition & 1 deletion qa/workunits/rbd/test_librbd_python.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -ex

wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rbd.py
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rbd.py
nosetests -v test_rbd
exit 0

0 comments on commit 70360f8

Please sign in to comment.