From d754b93e7f2f9ebc8a51bf273b893b968d65447e Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Sat, 5 Oct 2013 22:43:41 +0400 Subject: [PATCH] Fix links to other repos and use git.o.o Change-Id: If2e636863db1912bea2b4042af0341af14df53bc --- README.rst | 2 +- diskimage-create/diskimage-create.sh | 4 ++-- elements/README.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 7661ef7e..6b18b13f 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +Note: More information about script `diskimage-create `_ diff --git a/diskimage-create/diskimage-create.sh b/diskimage-create/diskimage-create.sh index 7926d20a..b7c30318 100755 --- a/diskimage-create/diskimage-create.sh +++ b/diskimage-create/diskimage-create.sh @@ -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` diff --git a/elements/README.rst b/elements/README.rst index 53eb57c6..4f64aacc 100644 --- a/elements/README.rst +++ b/elements/README.rst @@ -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/ ).