From 9c00ca00dcad5624288de38e0a529f7f7b3915db Mon Sep 17 00:00:00 2001 From: lhinds Date: Fri, 12 May 2017 09:32:35 +0100 Subject: [PATCH] Initiates new repo. This change initiates new files required to implement the releng-anteater project. Change-Id: Icd195558f3f2b617a3327c8fe3734ac69bcab2f3 Signed-off-by: lhinds --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ .gitreview | 4 ++++ LICENSE | 13 +++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 .gitignore create mode 100644 .gitreview create mode 100644 LICENSE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eeabaeb --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +*~ +.*.sw? +/docs_build/ +/docs_output/ +/releng/ +.idea +*.py[cod] + +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.venv/ +venv/ +ENV/ +node_modules/ +.coverage +=1.3.1 +cover/ +coverage.xml +nosetests.xml +testapi_venv/ +.cache +.tox +*.retry +job_output/ diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..fa306a5 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.opnfv.org +port=29418 +project=releng-anteater.git diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8141a5d --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2017 Open Platform for NFV Project, Inc. and its contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -- 2.16.6