-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[make file] add document for KEEP_SLAVE_ON with stretch builds #2035
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,14 @@ | |
# * USERNAME: Desired username -- default at rules/config | ||
# * PASSWORD: Desired password -- default at rules/config | ||
# * KEEP_SLAVE_ON: Keeps slave container up after building-process concludes. | ||
# * Please note that with current stretch build structure, | ||
# * user of KEEP_SLAVE_ON feature will have to be concious | ||
# * about which docker to stay on. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we should say "stay running" to coincide with Docker terminology instead of "stay on"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, changed now. |
||
# * - If user desire to stay on stretch docker, please issue | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. desire -> desires Also, maybe it should read, "If user desires to keep the Stretch Docker running, please issue..." There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, changed now. |
||
# * make KEEP_SLAVE_ON=yes stretch | ||
# * - If user desire to stay on jessie docker, please issue | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. desire -> desires Also, maybe it should read, "If user desires to keep the Jessie Docker running, please issue..." There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, changed now. |
||
# * (a susccessful "make stretch" may needed before following) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "successful" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, changed now. |
||
# * make NOSTRETCH=1 KEEP_SLAVE_ON=yes <any jessie target> | ||
# * SOURCE_FOLDER: host path to be mount as /var/$(USER)/src, only effective when KEEP_SLAVE_ON=yes | ||
# * SONIC_BUILD_JOBS: Specifying number of concurrent build job(s) to run | ||
# * KERNEL_PROCURE_METHOD: Specifying method of obtaining kernel Debian package: download or build | ||
|
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.
Typo: "conscious"
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, changed now.