diff options
author | Thomas F Herbert <therbert@redhat.com> | 2015-12-13 23:22:43 -0500 |
---|---|---|
committer | Thomas F Herbert <therbert@redhat.com> | 2015-12-18 06:41:21 -0500 |
commit | ae9133bb8eb8322d411722617f667e01df63d5b9 (patch) | |
tree | 7fa6c47d41096101d816b5dce02b087f2cbb663b /build/config | |
parent | 1adea4369e52d835e7210a79cf2e0e15cb4d52c7 (diff) |
Script to build plain OVS RPM from master.
Uploads RPM to artifactory.
Jira: OVSNFV-19
Change-Id: I586418a5e12435fd9d1594a4d2aca544c16a3a6d
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/config')
-rw-r--r-- | build/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/config b/build/config new file mode 100644 index 0000000..337e07d --- /dev/null +++ b/build/config @@ -0,0 +1,5 @@ +# config file to be populated with configuration parameters for build. + +# OVS TAG +export OVSTAG=master +#export NOCHECK=true |