Skip to content

Add documentation forscripts.retry questions#134

Open
imobachgs wants to merge 4 commits intomainfrom
add-scripts-retry
Open

Add documentation forscripts.retry questions#134
imobachgs wants to merge 4 commits intomainfrom
add-scripts-retry

Conversation

@imobachgs
Copy link
Copy Markdown
Contributor

  • Add documentation forscripts.retry questions.
  • Rename answers.md to questions.md.
  • Format the content with prettier (we should add a task to automatically do it).

| Class | Description | Possible Answers | Available Data |
| :------------------------------------- | :----------------------------------------------------------------------------------------------------------------------- | :------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `autoyast.unsupported` | When there are unsupported elements in an AutoYaST profile. | `Abort`, `Continue` | `planned`: elements to be supported in the future.<br />`unsupported`: unsupported elements. |
| `scripts.retry` | When a user script fails | `yes`, `no` | `name`: script's name.<br />`stderr`: standard error (limited to 512 bytes at most).<br />`exit_status`: exit status code. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, this is new type for 16.1, right? I think we really need some way how to indicate to user what works where. Also if I get code the data is not always available if script failed due to different reason than non-zero exit code. So maybe some warning that data is not available always?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants