aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-05-12 09:32:35 +0100
committerlhinds <lhinds@redhat.com>2017-05-15 07:59:31 +0100
commit9c00ca00dcad5624288de38e0a529f7f7b3915db (patch)
treeafe51fb2d20fda34e6cbf3811f4f453faef8a9c4
parent3af3018905b9f0093bd7332a97b4129a8b712589 (diff)
Initiates new repo.
This change initiates new files required to implement the releng-anteater project. Change-Id: Icd195558f3f2b617a3327c8fe3734ac69bcab2f3 Signed-off-by: lhinds <lhinds@redhat.com>
-rw-r--r--.gitignore38
-rw-r--r--.gitreview4
-rw-r--r--LICENSE13
3 files changed, 55 insertions, 0 deletions
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.