Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Mon, 17 Aug 2020 22:14:55
Message-Id: 1597702433.a4866ae21533c0d578667de5f9ab7b8588202ff5.mattst88@gentoo
1 commit: a4866ae21533c0d578667de5f9ab7b8588202ff5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 17:50:16 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 22:13:53 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a4866ae2
7
8 arm64: Upload xz stages to arm64@
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 tools/catalyst-auto-arm64.conf | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
16 index 774dc265..a63eadea 100644
17 --- a/tools/catalyst-auto-arm64.conf
18 +++ b/tools/catalyst-auto-arm64.conf
19 @@ -20,7 +20,7 @@ update_symlinks() {
20 local d f
21 for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
22 pushd "${d}" >/dev/null
23 - for f in $(ls stage3-${SUBARCH}-*bz2 | grep -v latest | give_latest_from_dates) ; do
24 + for f in $(ls stage3-${SUBARCH}-*xz | grep -v latest | give_latest_from_dates) ; do
25 local of=$(echo "${f}" | convert_filename)
26 ln -sf "${f}" "${of}"
27 done
28 @@ -29,7 +29,7 @@ update_symlinks() {
29 }
30
31 upload() {
32 - rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" arm@××××××××××××××××××××××.org:
33 + rsync -e 'ssh -i /root/.ssh/id_ed25519 -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" arm64@××××××××××××××××××××××.org:
34 }
35
36 post_build() {
37 @@ -39,7 +39,7 @@ post_build() {
38
39 case ${spec} in
40 stage3.spec)
41 - upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.bz2*
42 + upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
43 ;;
44 esac