From dc8c971f051e283d799eb8525850f5844a73ceab Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Tue, 22 Aug 2017 09:29:31 -0400 Subject: [PATCH] Update RPM repo cfg file URL Recent refactoring in Int/Pack changed the path, update accordingly. Change-Id: Ia27c992ca91faddbcf5a9c685190110113ab0a29 Signed-off-by: Daniel Farrell --- jjb/packaging/packaging.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.36.6