Merge "Fix links to other repos and use git.o.o"
This commit is contained in:
commit
24ba3e2488
@ -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>`_
|
||||
|
@ -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`
|
||||
|
@ -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/ ).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user