Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] HIPP and Unicode

Hi Everyone,

I wanted to make everyone aware of a change to the HIPP startup environment variables that have been made due to Bug 416880 [1].

Basically we found that if your project creates filenames with unicode, Hudson is unable to delete them when it cleans up the workspace. This is resolved by setting 2 environment variables in the Hudson init script.

LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8

For projects who's HIPP instances are already existing this will take effect the next time we restart your HIPP instance. If you absolutely need this fixed right away let us know and we can restart your instance sooner (Chances are if you haven't hit this problem already you likely don't need it).

New HIPP instances deployed as of yesterday will already have this fix in place.


Thanh

[1] https://bugs.eclipse.org/416880

Back to the top