From: Daniel Farrell Date: Mon, 31 Jul 2017 20:34:13 +0000 (-0400) Subject: Add example RPM repo configs for ODL Nexus repos X-Git-Tag: release/nitrogen~48 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=34925cebe705ea6a4d1ce0d4cd4e4e095303f768;p=integration%2Fpackaging.git 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 --- 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