Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Releng builds broken since Thursday

The releng build has been failing since Thursday.  This is caused by windows style line endings in the main releng script [1].

If you are working on windows please make sure you set
"git config --global core.autocrlf true"
See: http://help.github.com/dealing-with-lineendings/

-Andrew

[1]
/shared/eclipse/e4/orion/masterBuild.sh: line 2: ^M: command not found
/shared/eclipse/e4/orion/masterBuild.sh: line 13: ^M: command not found
/shared/eclipse/e4/orion/masterBuild.sh: line 15: export: `PATH^M': not a valid identifier
/shared/eclipse/e4/orion/masterBuild.sh: line 16: ^M: command not found
/shared/eclipse/e4/orion/masterBuild.sh: line 25: ^M: command not found
/shared/eclipse/e4/orion/masterBuild.sh: line 30: ^M: command not found
/shared/eclipse/e4/orion/masterBuild.sh: line 33: syntax error near unexpected token `in^M'
/shared/eclipse/e4/orion/masterBuild.sh: line 33: `     case "$1" in^M'

Back to the top