From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F1C8139084 for ; Fri, 15 Dec 2017 03:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D010E1005; Fri, 15 Dec 2017 03:45:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58604E1005 for ; Fri, 15 Dec 2017 03:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5623333BF3C for ; Fri, 15 Dec 2017 03:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE2D9AE76 for ; Fri, 15 Dec 2017 03:45:17 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1513309509.85bac3a8a27f06059acb72d6a3f28b9201fa7e48.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto X-VCS-Directories: tools/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 85bac3a8a27f06059acb72d6a3f28b9201fa7e48 X-VCS-Branch: master Date: Fri, 15 Dec 2017 03:45:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 52b0e04a-d958-4158-8a7f-5d0b7898bbd5 X-Archives-Hash: 3aa713b7bfa9c0000bc627cb18020f55 commit: 85bac3a8a27f06059acb72d6a3f28b9201fa7e48 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Dec 15 03:45:09 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Dec 15 03:45:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=85bac3a8 catalyst-auto: only purge tmpdir+autoresume, not pkgdir. Signed-off-by: Robin H. Johnson gentoo.org> tools/catalyst-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index f605873c..f8533f62 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -360,7 +360,7 @@ for a in "" ${SETS}; do for i in ${!specs_var} ${!optional_specs_var}; do LOGFILE="${TMPDIR}/log/$(echo "${i}" | sed -e 's:/:_:' -e 's:\.spec$::')_purge.log" - run_cmd "${LOGFILE}" "${timeprefix[@]}" catalyst -P -c "${CATALYST_CONFIG}" -f "${i}" + run_cmd "${LOGFILE}" "${timeprefix[@]}" catalyst --purgetmponly -c "${CATALYST_CONFIG}" -f "${i}" done update_symlinks