You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup includes some extensions with their respective repositories. These repositories are later also found under "Available Software Sites". However I can see only the location without any names.
I'm wondering if it's possible to also add something more telling as name to the location (looking at
(if it's the proper place to look for) does not show any more attributes of the repository element)).
If having names for locations would be an worthwhile feature, maybe instead of extending the repository element, the repository could inherit the label of the parent setupTask?
But p2 often adds repositories that we (Oomph) really don't want added. E.g., p2 will typically add repository references that are contained in other repositories.
Also repositories themselves have names:
So one might hope that p2 will generally use the name that the repository specifies as its name.
So while providing a name seems useful, how that can be implemented within the actual p2 engine is not entire clear nor how that interacts with other things that engine is doing, e.g., touchpoints that add named repositories.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
My setup includes some extensions with their respective repositories. These repositories are later also found under "Available Software Sites". However I can see only the location without any names.
I'm wondering if it's possible to also add something more telling as name to the location (looking at
oomph/plugins/org.eclipse.oomph.p2/model/P2.ecore
Lines 90 to 100 in a1f5605
If having names for locations would be an worthwhile feature, maybe instead of extending the
repositoryelement, the repository could inherit the label of the parentsetupTask?All reactions