From 388fbb5a8f84294496e1a98aedf3b9f148703917 Mon Sep 17 00:00:00 2001 From: Ivan Remizov Date: Mon, 15 Aug 2016 12:46:02 +0300 Subject: [PATCH] Fix incorrect url for deb repo This patch fixes incorrect suffix for deb repo url which was introduced by copy paste. Change-Id: Icb41c5d9e00c588e9535f4fe96c0690bb2413f3c Closes-Bug: #1613210 --- utils/jenkins/conv_snapshot_file.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/jenkins/conv_snapshot_file.py b/utils/jenkins/conv_snapshot_file.py index e723eb22c..750ccc1b4 100755 --- a/utils/jenkins/conv_snapshot_file.py +++ b/utils/jenkins/conv_snapshot_file.py @@ -122,9 +122,9 @@ def combine_deb_url( snapshot_id, mirror_host=MIRROR_HOST): return ("http://{mirror_host}/mos-repos/ubuntu/snapshots/" - "{snapshot_id}/x86_64".format(mirror_host=mirror_host, - version=VERSION, - snapshot_id=snapshot_id)) + "{snapshot_id}".format(mirror_host=mirror_host, + version=VERSION, + snapshot_id=snapshot_id)) def combine_rpm_url(