Stream: implementers
Topic: where to download historical builds
Sean McIlvenna (Nov 21 2016 at 15:38):
I'd like to download an old version of the FHIR builds. Is it possible to get all the artifacts built from travis-ci from history?
Grahame Grieve (Nov 21 2016 at 19:59):
which version?
Sean McIlvenna (Nov 21 2016 at 20:01):
any versions... trying to figure out when the ig publisher was broke for our use-cases
Sean McIlvenna (Nov 21 2016 at 20:01):
So, was just going to download one build at a time of the jar file until one of them worked
Sean McIlvenna (Nov 21 2016 at 20:01):
and then would know when it was broken for us
Grahame Grieve (Nov 21 2016 at 20:02):
the build system only retains the latest build. you can sync svn to a particular version and build it yourself
Josh Mandel (Nov 21 2016 at 20:02):
We don't maintain output of the build tool -- best you can do is a "bisect" where you start with a known working build number and do a binary search of the space from then to where it broke, and run the builds yourself...
Josh Mandel (Nov 21 2016 at 20:02):
Yeah, what Grahame said :-)
Last updated: Apr 12 2022 at 19:14 UTC