-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cabal package curation by Hackage maintainers is not disabled #74
Comments
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for Ogma 1.(0+X).(7+Y). Fix assigned to: @ivanperez-keera. |
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Cabal packages in Ogma are not using the flag x-curation to indicate to package maintainers that our packages should not be modified by them. Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project. This commit sets modifies the cabal package to include x-curation: uncurated, signaling our preferences to the Hackage maintainers.
Implementor: Solution implemented, review requested. |
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
Description
Cabal packages in Ogma are not using the flag
x-curation
to indicate to package maintainers that our packages should not be modified by them.Because this is a NASA project, we want to make sure that users obtain exactly what we publish, unmodified by anyone external to our project, so we should use
x-curation: uncurated
to signal our preference.Type
Additional context
None.
Requester
Method to check presence of bug
The following command lists cabal files that do not contain the uncurated setting:
Expected result
The command above lists all cabal files in the project, but it should list no results.
Desired result
The command above lists all cabal files in the project, but it should list no results.
Proposed solution
Add
x-curation: uncurated
to all cabal files.Further notes
None.
The text was updated successfully, but these errors were encountered: