Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Fri, 15 Dec 2017 03:45:22
Message-Id: 1513309509.85bac3a8a27f06059acb72d6a3f28b9201fa7e48.robbat2@gentoo
1 commit: 85bac3a8a27f06059acb72d6a3f28b9201fa7e48
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 15 03:45:09 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 15 03:45:09 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=85bac3a8
7
8 catalyst-auto: only purge tmpdir+autoresume, not pkgdir.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 tools/catalyst-auto | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto b/tools/catalyst-auto
16 index f605873c..f8533f62 100755
17 --- a/tools/catalyst-auto
18 +++ b/tools/catalyst-auto
19 @@ -360,7 +360,7 @@ for a in "" ${SETS}; do
20
21 for i in ${!specs_var} ${!optional_specs_var}; do
22 LOGFILE="${TMPDIR}/log/$(echo "${i}" | sed -e 's:/:_:' -e 's:\.spec$::')_purge.log"
23 - run_cmd "${LOGFILE}" "${timeprefix[@]}" catalyst -P -c "${CATALYST_CONFIG}" -f "${i}"
24 + run_cmd "${LOGFILE}" "${timeprefix[@]}" catalyst --purgetmponly -c "${CATALYST_CONFIG}" -f "${i}"
25 done
26
27 update_symlinks