Add ODL Lithium SR3 RPM build definition 21/31221/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 11 Dec 2015 21:30:11 +0000 (16:30 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 11 Dec 2015 21:30:11 +0000 (16:30 -0500)
Change-Id: Ic2774febb676cbf6a8fdd623700b5d1603214b02
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
rpm/README.markdown
rpm/build_vars.yaml

index fd7033399d9d6ca014149338a0c8e8b98fc739c6..fd097e88b61d44c7416e24f717db7c19761b1406 100644 (file)
@@ -6,6 +6,7 @@ SRPM/RPM builds are supported for the following OpenDaylight versions:
 * Lithium
 * Lithium SR1
 * Lithium SR2
+* Lithium SR3
 
 ## Overview
 
@@ -326,7 +327,7 @@ can help you get his cooperation.
 ### Using the CBS
 
 The CentOS CBS is Koji-based, so the main way to interface with it via the
-Koji CLI client. There's also a [Koji web UI][7].
+Koji CLI client. There's also a [Koji web UI][1].
 
 Other than the [main CBS wiki][7] and Koji's help output, there aren't
 substantial Koji docs. These docs strive to cover everything that's
@@ -374,13 +375,13 @@ When submitting a build, it's typically a good idea to verify that everything
 is in working order using the `--scratch` option.
 
 ```
-$ koji build --scratch nfv7-opendaylight-3-el7 opendaylight-2.4.0-1.el7.src.rpm
+$ koji build --scratch nfv7-opendaylight-3-el7 opendaylight-3.0.0-1.el7.src.rpm
 ```
 
 If everything works, submit the actual build.
 
 ```
-$ koji build nfv7-opendaylight-3-el7 opendaylight-2.4.0-1.el7.src.rpm
+$ koji build nfv7-opendaylight-3-el7 opendaylight-3.0.0-1.el7.src.rpm
 ```
 
 You can monitor the build using the Koji CLI `watch-logs` and `watch-task`
index aaad2f051f49e40c230ff94c8c4a461af3ad90db..18ea5e727c55658c469aaabdfaac48bcaa58192c 100644 (file)
@@ -67,3 +67,14 @@ builds:
     changelog: |
       * Mon Oct 26 2015 Daniel Farrell <dfarrell@redhat.com> - 3.2.0-1
       - Create Lithium SR2 RPM
+  - version_major: 3
+    version_minor: 3
+    version_patch: 0
+    rpm_release: 1
+    rpm_disttag: el7
+    java_version: ">= 1:1.7.0"
+    sysd_commit: c6d7ee1f21d62ff8ffb741c7a12c3d8d3aa3d6ed
+    codename: Lithium-SR3
+    changelog: |
+      * Fri Dec 11 2015 Daniel Farrell <dfarrell@redhat.com> - 3.3.0-1
+      - Create Lithium SR3 RPM