Opened at 2007-12-22T17:40:48Z
Closed at 2008-01-01T07:03:51Z
#245 closed defect (fixed)
fix make clean
Reported by: | zooko | Owned by: | zooko |
---|---|---|---|
Priority: | major | Milestone: | 0.7.0 |
Component: | packaging | Version: | 0.7.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
As is visible on the BuildBot?, my recent packaging improvements have broken the "make clean" test by leaving eggs in the CWD.
The best fix would be to make those eggs live in support/ where they belong.
A temporary fix might be to configure "make clean" to ignore .eggs in its CWD.
Change History (2)
comment:1 Changed at 2007-12-31T20:50:04Z by warner
comment:2 Changed at 2008-01-01T07:03:51Z by zooko
- Resolution set to fixed
- Status changed from new to closed
fixed by c5ea8f12b5a67c82 and 7326b8bae0d55092
Note: See
TracTickets for help on using
tickets.
As an adjunct to this, the .darcs-boringfile needs to be updated to match. At the moment, my usual 'darcs w -l' idiom has the real changes obscured by 70ish files from the pyutil and argparse eggs.
This is tested in the same buildbot column as the 'make clean' test.