-
Notifications
You must be signed in to change notification settings - Fork 350
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
Repackage data files into elyra-server distribution #3081
Conversation
Signed-off-by: Alan Chin <akchin@us.ibm.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.
Hi Alan - thanks for working on this.
It looks like using create-release.py
is the only way to build elyra-server
. Could you please provide the command(s) necessary to build (and install) this. I'm assuming the build produces a wheel file which is then pip installed, but I suppose it could be different.
Thanks.
Signed-off-by: Alan Chin <akchin@us.ibm.com>
03c5779
to
fc9f74d
Compare
Signed-off-by: Alan Chin <akchin@us.ibm.com>
Signed-off-by: Alan Chin <akchin@us.ibm.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.
LGTM!
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.
Thanks Alan.
Signed-off-by: Alan Chin akchin@us.ibm.com
Fixes #3079
What changes were proposed in this pull request?
How was this pull request tested?
Test the creation of the package and release script with the following
python create-release.py prepare --version 3.14.2 --dev-version 3.15.0
this builds a
3.14.2
release locally. (nothing is pushed)Developer's Certificate of Origin 1.1