-
Notifications
You must be signed in to change notification settings - Fork 156
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
Rultor fails to create script.sh with particular character in script #1193
Comments
@yegor256 please, pay attention to this issue |
@yegor256 I have identified the problem.The command |
@tannakartikey yes, please, change the title and the description |
Job |
Job |
@filfreire this job was assigned to you 5 days ago. It will be taken away from you soon, unless you close it, see par.8. |
@filfreire this job was assigned to you 8 days ago. It will be taken away from you soon, unless you close it, see par.8. |
@filfreire resigned from |
Job |
Oops! Job |
There is an unrecoverable failure on my side. Please, submit it here:
|
2 similar comments
There is an unrecoverable failure on my side. Please, submit it here:
|
There is an unrecoverable failure on my side. Please, submit it here:
|
Job |
@rultor status |
@paulodamaso This is what's going on here:
More information about Rultor commands you can get here. |
@0crat status |
@paulodamaso This is what I know about this job in C3SAYRPH9, as in §32:
|
@paulodamaso/z this job was assigned to you 5days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
@paulodamaso The impediment for #1193 was registered successfully by @paulodamaso/z |
This is not entirely true. While the XML text content used in a store may be escaped, it is also unescaped when rultor requires it to build the scripts. Hence the issue is not with the special character I would love to see the @yegor256 Maybe rultor logs should log the commit hash that's currently beinng worked on to help prevent such issue reporting inconveniences? UpdateThere seems to be no way of accessing the |
@tannakartikey I believe it's fixed |
Job |
I have used the command
Xvfb :99 &
in my.rultor.yml
to send the process in the background.This is the error I am getting because of it:
/home/r/script.sh: line 9: syntax error near unexpected token `;'
Build log: http://www.rultor.com/t/12220-312615627
Rultor converts the command to
Xvfb :99 &
while parsing YAML to XML which should be the reason of the failure.The text was updated successfully, but these errors were encountered: