Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture canonical software identifiers #67

Open
grugnog opened this issue Jul 29, 2021 · 2 comments
Open

Capture canonical software identifiers #67

grugnog opened this issue Jul 29, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@grugnog
Copy link
Collaborator

grugnog commented Jul 29, 2021

This ensures that products can be grouped correctly even if the names are differing/incorrect. For example identified in an enterprise software catalog. Need to determine if this is part of the OPAT data (if it's a publicly accessible catalog) or perhaps as part of the directory input file, or both.

@mgifford
Copy link
Collaborator

mgifford commented Aug 4, 2021

This would probably have to be an optional field, so putting in a link to a related issue #66

Also wanted to know if this is more than the version number included in the MVP already:

product:
  name: Drupal
  version: "9.1"

@mgifford mgifford added the documentation Improvements or additions to documentation label Dec 24, 2021
@mgifford
Copy link
Collaborator

mgifford commented Dec 24, 2021

I think the plan is for a new OpenACR to be released for each "Major version" as determined by the project.

I can't see issuing a separate OpenACR for Drupal 9.2 vs Drupal 9.3 but would definitely want to see one for Drupal 10.

To track this our assumption is that the file name would actually change.

In Drupal we'd likely have the OpenACR in core and within a major release would probably just rename it when we find updates to the OpenACR file:
git mv OpenACR-Drupal-9.yaml OpenACR-Drupal-9-1.yaml

Likewise later when we start with the Drupal 10 version we would rename this as this would be the first OpenACR for Drupal 10:
git mv OpenACR-Drupal-9-1.yaml OpenACR-Drupal-10.yaml

This would help respect those who are managing Drupal Core as well also those who just want the OpenACR file and aren't cloning the Drupal repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants