From 34925cebe705ea6a4d1ce0d4cd4e4e095303f768 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 31 Jul 2017 16:34:13 -0400 Subject: [PATCH] Add example RPM repo configs for ODL Nexus repos 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 --- rpm/example_repo_configs/opendaylight-5-devel.repo | 5 +++++ rpm/example_repo_configs/opendaylight-6-devel.repo | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 rpm/example_repo_configs/opendaylight-5-devel.repo create mode 100644 rpm/example_repo_configs/opendaylight-6-devel.repo diff --git a/rpm/example_repo_configs/opendaylight-5-devel.repo b/rpm/example_repo_configs/opendaylight-5-devel.repo new file mode 100644 index 0000000..368bcec --- /dev/null +++ b/rpm/example_repo_configs/opendaylight-5-devel.repo @@ -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 index 0000000..7bdef95 --- /dev/null +++ b/rpm/example_repo_configs/opendaylight-6-devel.repo @@ -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 -- 2.36.6