diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-11-25 21:58:06 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-11-25 21:58:06 +0000 |
commit | 9eb8eb4a270de3a83851597d79a0f8cb7c4fcf62 (patch) | |
tree | 6cce09cfc3707c470e1ec5d50917f4d1978e5fee | |
parent | d7f9c48731aa73d47cb28c63a5bc1332cdb631bc (diff) | |
download | pkgsubmit-9eb8eb4a270de3a83851597d79a0f8cb7c4fcf62.tar pkgsubmit-9eb8eb4a270de3a83851597d79a0f8cb7c4fcf62.tar.gz pkgsubmit-9eb8eb4a270de3a83851597d79a0f8cb7c4fcf62.tar.bz2 pkgsubmit-9eb8eb4a270de3a83851597d79a0f8cb7c4fcf62.tar.xz pkgsubmit-9eb8eb4a270de3a83851597d79a0f8cb7c4fcf62.zip |
Treat arm build logs like x86
-rw-r--r-- | log_files.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/log_files.php b/log_files.php index 1c02268..5893ca0 100644 --- a/log_files.php +++ b/log_files.php @@ -58,6 +58,8 @@ if ($type == 'rejected') { '.youri', '_i586.done', '_x86_64.done' + '_armv7hl.done' + '_aarch64.done' ); foreach ($others as $suffix) { |