From: Daniel Farrell Date: Tue, 22 Aug 2017 13:29:31 +0000 (-0400) Subject: Update RPM repo cfg file URL X-Git-Tag: release/nitrogen~126 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=dc8c971f051e283d799eb8525850f5844a73ceab;p=releng%2Fbuilder.git Update RPM repo cfg file URL Recent refactoring in Int/Pack changed the path, update accordingly. Change-Id: Ia27c992ca91faddbcf5a9c685190110113ab0a29 Signed-off-by: Daniel Farrell --- diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index c2e9ff51c..d8f592534 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -175,7 +175,7 @@ - string: name: URL # yamllint disable-line rule:line-length - default: 'https://raw.githubusercontent.com/opendaylight/integration-packaging/master/rpm/example_repo_configs/opendaylight-60-release.repo' + default: 'https://raw.githubusercontent.com/opendaylight/integration-packaging/master/packages/rpm/example_repo_configs/opendaylight-60-release.repo' description: 'Link to .repo or .rpm file' scm: @@ -226,12 +226,12 @@ - string: name: URL # yamllint disable-line rule:line-length - default: 'https://raw.githubusercontent.com/opendaylight/integration-packaging/master/rpm/example_repo_configs/opendaylight-6-release.repo' + default: 'https://raw.githubusercontent.com/opendaylight/integration-packaging/master/packages/rpm/example_repo_configs/opendaylight-6-release.repo' description: 'Link to .repo or .rpm file' - string: name: UPGRADE_URL # yamllint disable-line rule:line-length - default: 'https://raw.githubusercontent.com/opendaylight/integration-packaging/master/rpm/example_repo_configs/opendaylight-6-testing.repo' + default: 'https://raw.githubusercontent.com/opendaylight/integration-packaging/master/packages/rpm/example_repo_configs/opendaylight-6-testing.repo' description: 'Link to .repo or .rpm file' scm: