You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2010/09/08 11:41:33 UTC

[jira] Created: (FELIX-2585) Add config parameter to obr repo provider to tell it to work offline when possible

Add config parameter to obr repo provider to tell it to work offline when possible
----------------------------------------------------------------------------------

                 Key: FELIX-2585
                 URL: https://issues.apache.org/jira/browse/FELIX-2585
             Project: Felix
          Issue Type: Improvement
          Components: Sigil
            Reporter: David Savage
            Priority: Minor


The sigil obr repository provider caches artifacts locally such that once run it is possible to run the build offline. However there are a number of places where it attempts to check if content is up to date. This can hang depending on network configs making the build very slow.

Better to support an explicit offline config which tells the obr repo to skip any network calls that are not required.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-2585) Add config parameter to obr repo provider to tell it to work offline when possible

Posted by "David Savage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Savage closed FELIX-2585.
-------------------------------

         Assignee: David Savage
    Fix Version/s: sigil-1.0.0
       Resolution: Fixed

implemented and used in sigil build via -Doffline=true argument to ant build

> Add config parameter to obr repo provider to tell it to work offline when possible
> ----------------------------------------------------------------------------------
>
>                 Key: FELIX-2585
>                 URL: https://issues.apache.org/jira/browse/FELIX-2585
>             Project: Felix
>          Issue Type: Improvement
>          Components: Sigil
>            Reporter: David Savage
>            Assignee: David Savage
>            Priority: Minor
>             Fix For: sigil-1.0.0
>
>
> The sigil obr repository provider caches artifacts locally such that once run it is possible to run the build offline. However there are a number of places where it attempts to check if content is up to date. This can hang depending on network configs making the build very slow.
> Better to support an explicit offline config which tells the obr repo to skip any network calls that are not required.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.