Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129119 - ebuild package.ebuild qmerge removes the tempdir :(
Summary: ebuild package.ebuild qmerge removes the tempdir :(
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 04:55 UTC by Priit Laes (IRC: plaes)
Modified: 2006-04-07 11:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2006-04-07 04:55:08 UTC
Currently `ebuild package.ebuild qmerge` removes the tempdir after a successful merge :(

This is quite annoying because when testing some bugs in package you have to rebuild the whole package. Please add a command which merges the installed directory to the system, but doesn't delete the tempdir.
Comment 1 Priit Laes (IRC: plaes) 2006-04-07 04:58:52 UTC
Ups.. it has now moved to FEATURES="keeptemp keepwork" :)
Comment 2 Zac Medico gentoo-dev 2006-04-07 11:26:42 UTC
You can also use FEATURES=noclean to skip the clean phase entirely.