Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox/Meeting Minutes/20101018"

 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
** May be easier just to put a per artifact maximum amount of times.
 
** May be easier just to put a per artifact maximum amount of times.
 
** Ian to work with John A. and Thomas H. to work on a solution.
 
** Ian to work with John A. and Thomas H. to work on a solution.
 +
 +
== License Improvement Support ==
 +
 +
* PDE-Build solution.  Only solving the authoring issue right now
 +
** License feature wizard will be used to create a new license feature project
 +
** pay-load feature will reference the license feature.
 +
* No license IU to reference from a p2 repo, that idea got shot down.
 +
* License feature could be a jar somewhere that contains the license feature?
 +
** Or contained in a code repo (CVS, SVN, git etc.).
 +
** May need support for a binary feature.
 +
* Best practice is to not publish the license feature to a p2 repo.
 +
* Andrew thinks we are close
 +
** Reference to license features versions
 +
** Use of binary features
 +
 +
== Ian found a feature going the wrong direction ==
 +
* A team branched every project and retagged. {{bug|327830}}
 +
* Is there a tool from releng to help with correcting the versions.

Latest revision as of 16:35, 18 October 2010

Attendees

  • Tom
  • John Ross
  • Ian
  • Pascal
  • Andrew
  • Dean

Agenda

  • Discuss improvements to license support bug 306818
  • Infinite loop in 3.6.1

Infinite Loop

  • If you have invalid MD5 we try to download again bug 327256
  • In 3.6 we changed the mirror handling, can cause infinite loop.
  • May be hard to fix it for 3.6.2 properly because of all the code paths
    • May be easier just to put a per artifact maximum amount of times.
    • Ian to work with John A. and Thomas H. to work on a solution.

License Improvement Support

  • PDE-Build solution. Only solving the authoring issue right now
    • License feature wizard will be used to create a new license feature project
    • pay-load feature will reference the license feature.
  • No license IU to reference from a p2 repo, that idea got shot down.
  • License feature could be a jar somewhere that contains the license feature?
    • Or contained in a code repo (CVS, SVN, git etc.).
    • May need support for a binary feature.
  • Best practice is to not publish the license feature to a p2 repo.
  • Andrew thinks we are close
    • Reference to license features versions
    • Use of binary features

Ian found a feature going the wrong direction

  • A team branched every project and retagged. bug 327830
  • Is there a tool from releng to help with correcting the versions.

Back to the top