From: Lott, Christopher (cl778h) Date: Wed, 5 Jun 2019 15:34:25 +0000 (-0400) Subject: Add tag file to support CI-based build of DBaaS X-Git-Tag: 0.2.2~5^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=beb2b2ead1eb3ed1d1039bbc4e281fc6790eb13d;p=ric-plt%2Fdbaas.git Add tag file to support CI-based build of DBaaS 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) Change-Id: Iee7c2ac87ef726b4ad8cb9da6054c4e85676c8ad --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d4628c1 --- /dev/null +++ b/.gitattributes @@ -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 index 0000000..bdea5f9 --- /dev/null +++ b/.gitreview @@ -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 index 0000000..45cc35a --- /dev/null +++ b/container-tag.yaml @@ -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'