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

Document local Artifactory proxy usage #58

Closed
gkossakowski opened this issue Oct 3, 2014 · 4 comments
Closed

Document local Artifactory proxy usage #58

gkossakowski opened this issue Oct 3, 2014 · 4 comments

Comments

@gkossakowski
Copy link
Member

The first step of dbuild run is analysis of project dependencies. For that to complete, dependencies of each project need to be resolved through Ivy. It means we have to hit remote repositories a lot and it takes time. The workaround for slow Ivy resolution that Typesafe uses when running Jenkins jobs is going through a local repository proxy. We are using Artifactory for that.

We should cleanup repository defintions in our config files and document how to set up local Artifactory proxy so it's practical to run dbuild with community build config outside of Typesafe jenkins machine.

@SethTisue
Copy link
Member

@SethTisue
Copy link
Member

SethTisue commented Jan 4, 2017

I'm now much more knowledgeable on this. As in, I now use a local Artifactory for everything (all community build work and all my other work too) — so I can answer questions, at least. There is some discussion and lore at #408.

@SethTisue
Copy link
Member

I've added my local config to the repo: https://github.com/scala/community-builds/blob/2.12.x/artifactory.xml

@SethTisue
Copy link
Member

declaring the current state good enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants