1
1

Always activate it for the user bosilca.

Jeff send me the way to do that automatically, and I'm pretty sure I'm not the only one who miss some
of the functionalities of our build system. The idea is really cool, let only the developper of a
component have it active until it reach a stable state. For all others peoples the .ompi_ignore
file prevent them for compiling the component.

cd src/mca/pml/uniq
echo $USER > .ompi_unignore
svn add .ompi_unignore
svn ci .ompi_unignore

This commit was SVN r5595.
Этот коммит содержится в:
George Bosilca 2005-05-05 01:25:08 +00:00
родитель 164e8caa5e
Коммит 457083e148

2
src/mca/pml/uniq/.ompi_unignore Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
bosilca