Adds the feature to build ODL's .deb package from local tarball
[integration/packaging.git] / deb / build_vars.yaml
1 # Variables that define OpenDaylight's .deb builds
2 # Consumed by Python logic to render Jinja2 templates into debian files
3 # Each build should define:
4 # version_major:
5 #   The OpenDaylight major (element) version number of the release to build
6 # version_minor:
7 #   The OpenDaylight minor (SR) version number of the release to build
8 # version_patch:
9 #   The OpenDaylight patch version of the release to build (unused pending CR)
10 # pkg_version:
11 #   Deb version for the given ODL major.minor.patch
12 # sysd_commit:
13 #   Version of ODL systemd unitfile to download and package in ODL .deb
14 # codename:
15 #   Elemental codename for the ODL release, including SR if applicable
16 # download_url:
17 #   URL to ODL tarball artifact to repackage into .deb
18 # java_version:
19 #   Java dependency for the ODL release
20 # changelog_date:
21 #   Date this .deb was defined
22 # changelog_time:
23 #   Time this .deb was defined
24 # changelog_name:
25 #   Name of person who defined .deb
26 # changelog_email:
27 #   Email of person who defined .deb
28
29 ---
30 builds:
31   - version_major: "4"
32     version_minor: "2"
33     version_patch: "0"
34     pkg_version: "1"
35     sysd_commit: 07f7c83b0ef46ad3809e5be03e09a77fe554eeae
36     codename: Beryllium-SR2
37     download_url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.2-Beryllium-SR2/distribution-karaf-0.4.2-Beryllium-SR2.tar.gz"
38     changelog_date: "Wed, 11 May 2016"
39     java_version: "7"
40     changelog_time: "17:48:42 +0530"
41     changelog_name: "Akshita Jha"
42     changelog_email: "zenith158@gmail.com"
43   - version_major: "4"
44     version_minor: "3"
45     version_patch: "0"
46     pkg_version: "1"
47     sysd_commit: 07f7c83b0ef46ad3809e5be03e09a77fe554eeae
48     codename: Beryllium-SR3
49     download_url: "https://nexus.opendaylight.org/content/repositories/autorelease-1367/org/opendaylight/integration/distribution-karaf/0.4.3-Beryllium-SR3/distribution-karaf-0.4.3-Beryllium-SR3.tar.gz"
50     java_version: "7"
51     changelog_date: "Tue, 26 Jul 2016"
52     changelog_time: "17:48:42 +0530"
53     changelog_name: "Daniel Farrell"
54     changelog_email: "dfarrell@redhat.com"
55   - version_major: "5"
56     version_minor: "0"
57     version_patch: "0"
58     pkg_version: "1"
59     codename: SNAPSHOT
60     download_url: "https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.5.0-SNAPSHOT/distribution-karaf-0.5.0-20160809.145534-4240.tar.gz"
61     sysd_commit: 07f7c83b0ef46ad3809e5be03e09a77fe554eeae
62     java_version: "8"
63     changelog_date: "Tue, 09 Aug 2016"
64     changelog_time: "17:48:42 +0530"
65     changelog_name: "Daniel Farrell"
66     changelog_email: "dfarrell@redhat.com"