freebsd / redports-1

Redports is a continuous integration platform for FreeBSD ports. It helps ports developers to test changes in clean environments and provides a nice web-based user interface.
Other
8 stars 14 forks source link

Circular port dependencies fill up filesystem #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Circular dependencies in a port cause a file $TB/builds/$buildname/make.0 to 
grow until the filesystem is full.

Best solution to reduce the impact would be to make $TB/builds/$buildname an 
own filesystem with maximum 50MB size.

Original issue reported on code.google.com by de...@FreeBSD.org on 15 May 2013 at 6:29

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by de...@bluelife.at on 24 Feb 2014 at 1:08