JFrog Speedup 92/12792/1
authorMark Beierl <mark.beierl@canonical.com>
Thu, 15 Dec 2022 19:29:21 +0000 (14:29 -0500)
committerMark Beierl <mark.beierl@canonical.com>
Thu, 15 Dec 2022 19:29:21 +0000 (14:29 -0500)
commit47eb90105d5c1cf58b539b50018a80d19420568d
treec68e015c60a710d5931f49466e1b4d734dc22394
parentee303f97b9afe276076f56220d73c6382aa65c48
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: Mark Beierl <mark.beierl@canonical.com>
tools/gen-repo.sh