Closed
Bug 852199
Opened 12 years ago
Closed 10 years ago
objdirs shouldn't be children of srcdirs
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
From bug 851270:
(In reply to Gregory Szorc [:gps] from comment #27)
> In the ideal world, I'd say we should purge on every build just because
> we're not supposed to be putting things in the srcdir. However, we can't
> simply do this because the objdir is a child directory of the srcdir and the
> purge would remove the objdir. In my ideal world, we should move the objdir
> so it isn't a child of the srcdir.Then we can more easily clobber one or
> the other. We can also do things like mount the srcdir on a read-only
> filesystem to enforce the "no writes in srcdir are allowed" ideal. We
> /could/ exclude the objdir from the purges. However, we would need to pass a
> pattern to purge telling it what directories are object directories. Do they
> always begin with obj-*?
Comment 1•12 years ago
|
||
I think all of our automation assumes directory structure is srcdir/objdir ; this is not going to be a small change.
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 2•10 years ago
|
||
we're not going to fix this in buildbot
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•