Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:bug-670458 commit in: scripts/
Date: Wed, 21 Nov 2018 18:55:24
Message-Id: 1542826501.e4b4bf10d87e1a804d5407d56128e5b42982ebdc.mattst88@gentoo
1 commit: e4b4bf10d87e1a804d5407d56128e5b42982ebdc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 21 18:55:01 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 21 18:55:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e4b4bf10
7
8 fixup! scripts/copy_buildsync: shellcheck pass
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 scripts/copy_buildsync.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
16 index 4e486bf3..5e4046c4 100755
17 --- a/scripts/copy_buildsync.sh
18 +++ b/scripts/copy_buildsync.sh
19 @@ -185,7 +185,7 @@ process_arch() {
20 keepfile="${tmpdir}/.keep.${ARCH}.txt"
21 keepfile_tmp=$(mktemp -p "${tmpdir}" -t ".keep.${ARCH}.txt.XXXXXX")
22 echo -n '' >"${keepfile_tmp}"
23 - chmod 644 "${keepfile}"
24 + chmod 644 "${keepfile_tmp}"
25 for v in $variants ; do
26 # FIXME: trace the $a variable in this!
27 variant_path=$(find 20* -iname "${v}-20*" "${find_variants[@]}" -print 2>/dev/null | sed -e "s,.*/$a/autobuilds/,,g" | sort -k1,1 -t/ | tail -n1 )