Commit 47eb9010 authored by Mark Beierl's avatar Mark Beierl
Browse files

JFrog Speedup



The current method of downloading artifacts for the daily repo generation
is to use a 'build :: build number' style search.  It turns out this
is actually not effective as it performs a full artifactory scan to
get content.  Instead if we directly ask for the content from the path,
the files we want are downloaded very quickly and no load is placed on
the artifactory server.

Change-Id: I1095b784dee73782d3104f301c977a7d958cce00
Signed-off-by: default avatarMark Beierl <mark.beierl@canonical.com>
parent ee303f97
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment