Replies: 3 comments 4 replies
-
|
Based on how you've phrased the question, I assume that you're making references to content that is on GitHub. If you feed a The Eclipse Dash License Tool will accept Package URLs as input, but it doesn't pass the full URL to IPLab. I've been laying some groundwork to enable this, but don't currently have a time frame for completion. |
Beta Was this translation helpful? Give feedback.
-
|
The content is not only on github, I also have gitlab references and code which just hangs around in zip files on the internet. My current strategy was to use Package URLs in a dependencies.txt with the numeric version format and provide a source link if it cannot be derived trivially, e.g. where the last one does not need a download link because it can be derived trivially. Would this fit your expectations what dash will accept at least in a future version and generate nice IPLab issues from? (Strangely enough ClearlyDefined seems to support gitlab while Package URL does not (yet?), so I would probably use only |
Beta Was this translation helpful? Give feedback.
-
|
I added code in #475 which has been used to generate the issues 21485 to 21528 in the iplab from https://github.com/eclipse-sumo/sumo/blob/main/docs/dependencies.txt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently trying to redo the IP checks for https://github.com/eclipse-sumo/sumo and my goal is to have as little manual work as possible, so I think the dash tool and clearlydefined are the way to go. Currently I am trying to build a dependencies.txt consisting of clearlydefined descriptors only and feed that into dash and encountered some problems on the way.
My question is about version numbers vs tags. Some projects do not tag versions in the format x.y.z. I currently use their tag (or even the commit hash) in the clearlydefined descriptor but now I learned from the docs that the numeric format is preferred by clearlydefined even if it does not refer to a tag. Will there be some automated conversion or does this mean I will need to give the source reference manually? Are hashes better than tags because they unmodifiable? Is there a way to define a source reference in addition to the clearlydefined directly in a text file like the dependencies.txt?
Beta Was this translation helpful? Give feedback.
All reactions