[llvm-commits] [PATCH] Fix for DragonEgg build launcher scripts and switch to ScriptedBuilder

Galina Kistanova gkistanova at gmail.com
Thu May 20 17:40:32 PDT 2010


Hello everyone,

Please find attached 2 patches for review.

patch07.diff fixes a possible infinite loop linked with ln commands,
and changes directory before the ln command so it could dial well with
the relative to the build root pathes.

Both buildbot_self_strap and buildbot_self_strap-32 scripts could make
infinite loop of links on Linux if the build directories remain
between builds. This could happen because the second time "form 3 of
ln command" will be used.

Patch08.diff changes both DragonEgg builders (dragonegg-i386-linux and
dragonegg-x86_64-linux) to use buildbot ScriptedBuilder.

Thanks

Galina
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch07.diff
Type: application/octet-stream
Size: 2247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100520/93f6e17c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch08.diff
Type: application/octet-stream
Size: 2472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100520/93f6e17c/attachment-0001.obj>


More information about the llvm-commits mailing list