-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add CentOS based nodejs4 stack to default assembly #4788
Conversation
Can one of the admins verify this patch? |
} | ||
}, | ||
"recipe": { | ||
"location": "dharmit/centos-nodejs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you want to use registry.centos registry here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l0rd modified.
95836ea
to
bcaff88
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dharmit thanks for your update. We have just figured out that there might be an issue with IDs containing spaces. Can you address that too? Thanks for your patience.
} | ||
}, | ||
{ | ||
"id": "CentOS nodejs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All stacks, except centos nodejs and wildfly swarm have lowercase IDs without spaces. Can you please change the IDs into:
- nodejs4
- wildfly-swarm
@l0rd thanks for pointing that out. I updated the PR. Let me know if it looks good or needs further modification. |
Signed-off-by: Dharmit Shah <dshah@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l0rd ok for me. Need a PM for release notes (added)
Signed-off-by: Dharmit Shah <dshah@redhat.com>
Signed-off-by: Dharmit Shah dshah@redhat.com
What does this PR do?
Add NodeJS stack based on CentOS to the default assembly
Changelog
Add CentOS based nodejs4 stack to default assembly
Release Notes
Add CentOS based nodejs4 stack to default assembly
Docs PR
cc @l0rd