From fb21e66a64c48b8535d5b92bce0963c928d1c4ab Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 20 Apr 2015 16:24:13 +0300 Subject: [PATCH] Add placeholder tools dir for build artifacts scripts It'll be used to implemented check/gate/publish in jenkins for subprojects located in this repo. Change-Id: I970dfd9cbb630af5bf555363c289653a697a3568 --- README.rst | 2 ++ tools/README.rst | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 tools/README.rst diff --git a/README.rst b/README.rst index 838ff85..424bde9 100644 --- a/README.rst +++ b/README.rst @@ -8,3 +8,5 @@ Here is the list of components: * Sources for Swift filesystem implementation for Hadoop: https://github.com/openstack/sahara-extra/blob/master/hadoop-swiftfs/README.rst * Sources for main function wrapper that adapt for oozie: https://github.com/openstack/sahara-extra/blob/master/edp-adapt-for-oozie/README.rst * `Diskimage-builder `_ elements moved to the new repo: https://github.com/openstack/sahara-image-elements + +Tools for building artifacts located in `tools dir `_. diff --git a/tools/README.rst b/tools/README.rst new file mode 100644 index 0000000..6f3637e --- /dev/null +++ b/tools/README.rst @@ -0,0 +1,5 @@ +Sahara extra tools +================== + +This folder contains bunch of tools for building artificats +of subprojects located in sahara-extra repository.