Add example RPM repo configs for ODL Nexus repos 61/60961/4
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 31 Jul 2017 20:34:13 +0000 (16:34 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 1 Aug 2017 17:50:41 +0000 (17:50 +0000)
Add .repo files that will install RPMs from each of the new RPM repos
hosted on ODL's Nexus.

Not adding .repo files for release repos yet as there are no RPMs in
them and trying to install from them errors out.

Not adding 7-devel repo because there are no Nitrogen builds in it yet
and trying to install from it errors out.

Change-Id: Id09048c837d80bf197dde8f2b1fa7ba25c8e93cb
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
rpm/example_repo_configs/opendaylight-5-devel.repo [new file with mode: 0644]
rpm/example_repo_configs/opendaylight-6-devel.repo [new file with mode: 0644]

diff --git a/rpm/example_repo_configs/opendaylight-5-devel.repo b/rpm/example_repo_configs/opendaylight-5-devel.repo
new file mode 100644 (file)
index 0000000..368bcec
--- /dev/null
@@ -0,0 +1,5 @@
+[opendaylight-5-devel]
+name=OpenDaylight Boron development repository
+baseurl=https://nexus.opendaylight.org/content/repositories/opendaylight-boron-epel-7-$basearch-devel
+enabled=1
+gpgcheck=0
diff --git a/rpm/example_repo_configs/opendaylight-6-devel.repo b/rpm/example_repo_configs/opendaylight-6-devel.repo
new file mode 100644 (file)
index 0000000..7bdef95
--- /dev/null
@@ -0,0 +1,5 @@
+[opendaylight-6-devel]
+name=OpenDaylight Carbon development repository
+baseurl=https://nexus.opendaylight.org/content/repositories/opendaylight-carbon-epel-7-$basearch-devel
+enabled=1
+gpgcheck=0