phase1: report both buildir and homedir disk usage
authorThibaut VARÈNE <hacks@slashdirt.org>
Fri, 29 Jun 2018 16:20:56 +0000 (18:20 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 25 Sep 2018 13:13:30 +0000 (15:13 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index 61e318675bf920e628981a339317dbec99f0edcd..428f1f5de08dfad83b81ae34223745004f14a230 100644 (file)
@@ -1039,7 +1039,7 @@ for target in targets:
        factory.addStep(ShellCommand(
                name = "df",
                description = "Reporting disk usage",
-               command=["df", "-h", "."],
+               command=["df", "-h", ".", "~"],
                env={'LC_ALL': 'C'},
                haltOnFailure = False,
                alwaysRun = True