Add tag file to support CI-based build of DBaaS 59/259/3
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 5 Jun 2019 15:34:25 +0000 (11:34 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 11 Jun 2019 15:56:16 +0000 (11:56 -0400)
This tag-definition file is read by the Jenkins job
that builds a Docker image.
Also add .gitattributes and .gitreview for convenience.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Iee7c2ac87ef726b4ad8cb9da6054c4e85676c8ad

.gitattributes [new file with mode: 0644]
.gitreview [new file with mode: 0644]
container-tag.yaml [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..d4628c1
--- /dev/null
@@ -0,0 +1,25 @@
+# https://help.github.com/articles/dealing-with-line-endings/
+
+# Set the default behavior, in case people don't have core.autocrlf set.
+*        text=auto
+
+# Explicitly declare text files you want to always be normalized
+# and converted to native line endings on checkout.
+*.c      text diff=cpp
+*.cpp    text diff=cpp
+*.css    text
+*.go     text diff=golang
+*.htm    text diff=html
+*.html   text diff=html
+*.java   text diff=java
+*.js     text
+*.jsp    text
+*.less   text
+*.properties text
+*.py     text diff=python
+*.sql    text
+*.xml    text
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary
diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..bdea5f9
--- /dev/null
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.o-ran-sc.org
+port=29418
+project=ric-plt/dbaas.git
diff --git a/container-tag.yaml b/container-tag.yaml
new file mode 100644 (file)
index 0000000..45cc35a
--- /dev/null
@@ -0,0 +1,5 @@
+# The Jenkins job requires a tag to build the Docker image.
+# This file is expected to be in the docker build directory;
+# can be moved with suitable JJB configuration.
+---
+tag: '0.1.0'