← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~nteodosio/launchpad-buildd:disk-space into launchpad-buildd:master

 

Nathan Teodosio has proposed merging ~nteodosio/launchpad-buildd:disk-space into launchpad-buildd:master.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #2077943 in launchpad-buildd: "E: Disk space is probably not sufficient for building."
  https://bugs.launchpad.net/launchpad-buildd/+bug/2077943

For more details, see:
https://code.launchpad.net/~nteodosio/launchpad-buildd/+git/launchpad-buildd/+merge/472047

Do not give up building when "disk space is probably not sufficient".

Please see LP:2077943 for full context.

-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~nteodosio/launchpad-buildd:disk-space into launchpad-buildd:master.
diff --git a/sbuildrc b/sbuildrc
index 3f45546..008f034 100644
--- a/sbuildrc
+++ b/sbuildrc
@@ -52,3 +52,7 @@ $run_lintian = 0;
 }
 
 $sbuild_mode="buildd";
+
+# Do not give build up with E: Disk space is probably not sufficient for
+# building (LP:2077943).
+$check_space = 0;

Follow ups