flexiondotorg / oab-java6

Create a local 'apt' repository for Sun Java 6 and/or Oracle Java 7 packages.
Other
625 stars 171 forks source link

Add option to clean up /var/local/oab/src folder #95

Closed posto closed 11 years ago

posto commented 11 years ago

Hi,

Perhaps after the packages were build, the src folder is no longer needed? Looking at space usage, it seems to occupy the most space:

$ du -d 1 -h /var/local/oab
4.0K    /var/local/oab/gpg
328K    /var/local/oab/srcs
987M    /var/local/oab/src    <--- lots of wasted SSD space
107M    /var/local/oab/deb
138M    /var/local/oab/pkg
1.3G    /var/local/oab

If cleaning up this folder is acceptable, can we have this feature (perhaps enabled by default?).