On 21/12/14 07:45, Theo de Raadt wrote:
>> I've noticed that, when trying to build the installxx.iso and
>> installxx.fs images, instead of using the already defined ${RELEASEDIR}
>> used by the remainder of the process, two new variables are used instead:
>>
>> RELXDIR?= /home/relx-${MACHINE}
>> RELDIR?= /home/rel-${MACHINE}
>>
>> I can see that these two variables are needed in the case of someone
>> using separate release directories for X and non-X files, but would it
>> be reasonable to make the default values:
>>
>> RELXDIR?= ${RELEASEDIR}
>> RELDIR?= ${RELEASEDIR}
>>
>> I have tested this change and it works.
>
> It would be reasonable if you wish me to stop building snapshots....
>
> This change is not going to happen.
Okay, thanks, I can see how that would be a problem.