-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding support for packaging #1
Conversation
I was thinking the command/usage would be something like:
|
8bcb871
to
cd8556b
Compare
cd8556b
to
3124c35
Compare
3124c35
to
75e8308
Compare
@davidjumani is this good for testing, does it work? |
@rhtyd Yes working |
[[ $tag =~ $re ]] && pr_id=$tag && output_dir="${output_dir:=/export/testing/builds/pr/$tag/$distro}" | ||
output_dir="${output_dir:=/export/testing/builds/$tag/$distro}" | ||
|
||
ROOT=`pwd` |
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.
This line should probably removed, otherwise mbx build
will only work if you run it from /export/monkeybox
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.
@davidjumani can you review/fix this?
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.
This works irrespective of the current directory, just used here since we need to cd and then get back to the user's directory
@davidjumani what is the 'local directory' task, is to publish the repos locally? |
It's to use a local directory containing the acs repo in which the user might have made changes that are not yet pushed to any branch but can be skipped for now |
Adding support for packaging.
Addition of the following packaging / build parameters :
Takes between 30-40 min to build