FHIR Chat · where to download historical builds · implementers

Stream: implementers

Topic: where to download historical builds


view this post on Zulip 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?

view this post on Zulip Grahame Grieve (Nov 21 2016 at 19:59):

which version?

view this post on Zulip Sean McIlvenna (Nov 21 2016 at 20:01):

any versions... trying to figure out when the ig publisher was broke for our use-cases

view this post on Zulip 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

view this post on Zulip Sean McIlvenna (Nov 21 2016 at 20:01):

and then would know when it was broken for us

view this post on Zulip 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

view this post on Zulip 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...

view this post on Zulip Josh Mandel (Nov 21 2016 at 20:02):

Yeah, what Grahame said :-)


Last updated: Apr 12 2022 at 19:14 UTC