Fix links to other repos and use git.o.o

Change-Id: If2e636863db1912bea2b4042af0341af14df53bc
This commit is contained in:
Sergey Lukjanov 2013-10-05 22:43:41 +04:00
parent 451c18aa2d
commit d754b93e7f
3 changed files with 5 additions and 5 deletions

View File

@ -9,4 +9,4 @@ Script for creating Fedora and Ubuntu cloud images with our elements and default
sudo bash diskimage-create.sh
Note: More information about script `diskimage-create <https://github.com/stackforge/savanna-image-elements/blob/master/diskimage-create/README.rst>`_
Note: More information about script `diskimage-create <https://github.com/openstack/savanna-image-elements/blob/master/diskimage-create/README.rst>`_

View File

@ -27,8 +27,8 @@ export DIB_IMAGE_CACHE=$TEMP/.cache-image-create
# Cloning repostiroies
git clone https://github.com/openstack/diskimage-builder
git clone https://github.com/stackforge/savanna-image-elements
git clone https://git.openstack.org/openstack/diskimage-builder
git clone https://git.openstack.org/openstack/savanna-image-elements
pushd diskimage-builder
export DIB_COMMIT_ID=`git rev-parse HEAD`

View File

@ -3,11 +3,11 @@ Diskimage-builder tools for creation cloud images
Steps how to create cloud image with Apache Hadoop installed using diskimage-builder project:
1. Clone the repository "https://github.com/stackforge/diskimage-builder" locally. Note: Make sure you have commit 43b96d91 in your clone, it provides a mapping for default-jre.
1. Clone the repository "https://github.com/openstack/diskimage-builder" locally. Note: Make sure you have commit 43b96d91 in your clone, it provides a mapping for default-jre.
.. sourcecode:: bash
git clone https://github.com/stackforge/diskimage-builder
git clone https://github.com/openstack/diskimage-builder
2. Add ~/diskimage-builder/bin/ directory to your path (for example, PATH=$PATH:/home/$USER/diskimage-builder/bin/ ).