Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If downloading XARs fails, the build should fail #2200

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

adamretter
Copy link
Member

Closes #2194

@joewiz
Copy link
Member

joewiz commented Oct 9, 2018

In principle this is a good idea. However, we should wait to merge this until a new release of the documentation app has been pushed to the public-repo with a fix to the problem described in #2194. Otherwise building the installer will fail... unless we want that to force a fix to #2194 before the next release? (Indeed, this PR isn't a fix to #2194 but will rather help us know when/if it recurs.)

@duncdrum
Copy link
Contributor

duncdrum commented Oct 12, 2018

My understanding was that together with eXist-db/public-repo#30 the problem should be fixed, no?

@duncdrum
Copy link
Contributor

the technical problems are minimal, we just need to come to a decisions about the best steps forward, so we can clear up this and the related PRs elsewhere.

@@ -89,14 +89,16 @@
</target>

<target name="download-xar">
<!-- get dest="${apps.dir}" src="${apps.repo}/find?abbrev=${xar}&amp;processor=${project.version}"
verbose="on" maxtime="180" usetimestamp="true" tryGzipEncoding="true"/ -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this comment be left? If it's important to leave, please add a comment above explaining what it's here for.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to @adamretter:

I did try and previously use the Ant Get Task, unfortunately it is not flexible enough, as it doesn’t tell us the name of the Xar file that will be downloaded, and so we don’t know how to move the file into the autodeploy folder

build/scripts/setup.xml Show resolved Hide resolved
@joewiz
Copy link
Member

joewiz commented Jan 21, 2019

With eXist-db/public-repo#32 merged and active on eXist-db.org this is safe to merge.

@joewiz joewiz merged commit f38c824 into eXist-db:develop Jan 21, 2019
@adamretter adamretter deleted the hotfix/xar-downloads-required branch April 8, 2019 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue confirmed as bug needs resolution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants