Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] P2 ZIP Repos Cached

What I'm trying to decide is if when using Athena, if I need to do a P2 ZIP download to a cache one time, and then feed those zips to Athena's repositoryURL property file using jar:file:/// format instead of jar:http:// format. This way I can avoid possible unnecessary network overhead in subsequent builds, and then install as I need.

Dave

Pascal Rapicault wrote:

If the URL is jar:http://....!/foo.zip <http://....%21/foo.zip> the zip will be redownloaded. p2 uses the java facility to that effect. Note that using this sorts of URL seems to miss the point of downloading just what you need since you will end up downloading everything even though you only need a few things.


Inactive hide details for David Carver ---10/12/2009 08:29:52 AM---When using a P2 Zip repo in the repository URL, is this cachDavid Carver ---10/12/2009 08:29:52 AM---When using a P2 Zip repo in the repository URL, is this cached for


From: 	
David Carver <d_a_carver@xxxxxxxxx>

To: 	
Tools for Committer Community <dash-dev@xxxxxxxxxxx>

Date: 	
10/12/2009 08:29 AM

Subject: 	
[dash-dev] P2 ZIP Repos Cached

------------------------------------------------------------------------



When using a P2 Zip repo in the repository URL, is this cached for
subsequent uses (say in the downloads dir), or is it fetched every time
and then unzipped?   I'd like to avoid some of the jumps out to the
network to help reduce some network traffic and potential delays during
the build.

Dave

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev


------------------------------------------------------------------------

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev



Back to the top