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

Hacks in the NEO build process prevent branches from coexisting #86

Closed
kltm opened this issue Mar 29, 2022 · 1 comment
Closed

Hacks in the NEO build process prevent branches from coexisting #86

kltm opened this issue Mar 29, 2022 · 1 comment
Labels

Comments

@kltm
Copy link
Member

kltm commented Mar 29, 2022

Currently, the NEO build has an early stage that pushes neo.obo and neo.owl to S3 bucket go-build/build-noctua-entity-ontology/latest/; this is reflected in the real world as the PURLs http://purl.obolibrary.org/obo/go/noctua/neo.* and http://purl.obolibrary.org/obo/go/noctua-obo/neo.* (https://github.com/OBOFoundry/purl.obolibrary.org/blob/master/config/go.yml#L43-L47)

This means that anything branched off of the current NEO pipeline (issue-35-test) will publish these products, causing disruptions in anything that is picking up a neo.* product directly. (@balhoff ran into this.)

Looking at this, I believe it can be safely silenced in the branches, as it does not seem to (any longer?) be self-referential.

Brushed by on at geneontology/minerva#301 and geneontology/pipeline#35

@kltm kltm added the bug label Mar 29, 2022
kltm added a commit to geneontology/pipeline that referenced this issue Mar 29, 2022
@kltm
Copy link
Member Author

kltm commented Apr 7, 2022

This seems to be working now.

@kltm kltm closed this as completed Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant