Use a define instead of magic numbers for number of builds to maintain.

Set number of builds to keep to 50
This commit is contained in:
Latif Khalifa
2013-02-04 03:14:42 +01:00
parent 0cd36c18e9
commit ba95bc5b2b
3 changed files with 3 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ if (!defined('IMG_ROOT')) {
// $CHANS = array("SingularityAlpha" => "HEAD", "SingularityMultiWearable" => "refs/remotes/shyotl/V2MultiWear");
$CHANS = array("SingularityAlpha" => "HEAD");
define("KEEP_BUILDS", 50);
$DB = new DBH();