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
This commit is contained in:
Sergey Lukjanov 2015-04-20 16:24:13 +03:00
parent 73d6f2aeb3
commit fb21e66a64
2 changed files with 7 additions and 0 deletions

View File

@ -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 <https://github.com/openstack/diskimage-builder>`_ elements moved to the new repo: https://github.com/openstack/sahara-image-elements
Tools for building artifacts located in `tools dir <https://github.com/openstack/sahara-extra/tree/master/tools>`_.

5
tools/README.rst Normal file
View File

@ -0,0 +1,5 @@
Sahara extra tools
==================
This folder contains bunch of tools for building artificats
of subprojects located in sahara-extra repository.