Comment # 35 on bug 1218184 from Dominique Leuenberger
(In reply to Richard Brown from comment #32)
> also..isn't the correct syntax
> 
> #!needsrootforbuild
> 
> ?

Well, OBS code for this is:

    if test "$BUILD_USER" = abuild ; then
        grep -E '^#[[:blank:]]*needsrootforbuild[[:blank:]]*$' >/dev/null
<$RECIPEPATH && BUILD_USER=root
    else

(so with my limited regex foo, I'd say the syntax used was correct)

I'll check with the OBS team about the feature in the context of mulitbuild


You are receiving this mail because: