taskd/clone.sh: exclude reposize from external message
commitf6ecc0322f0a32f43143ac09403a171261ecfa96
authorKyle J. McKay <mackyle@gmail.com>
Sun, 16 Aug 2020 05:01:54 +0000 (15 22:01 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 16 Aug 2020 05:01:54 +0000 (15 22:01 -0700)
treea1dd0864398c0fc8c387c07d9ba7d116f7063cd3
parent53d11f8d2026701aa74a690cb7375546830d4c70
taskd/clone.sh: exclude reposize from external message

While it would be nice to report the actual source repository size
in the external message being sent, that could only be done if the
entire source repository had been cloned to the local machine.
Exactly what the max_file_size512 setting prevents from happening.

Instead, just report the failing local size to the
.clone_failed_exceeds_limit file in case it may be useful.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
taskd/clone.sh