Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Wed, 09 Jan 2019 02:46:29
Message-Id: 1547001896.fe0c440967cf1d81b232887193dde97800eb9916.bkohler@gentoo
1 commit: fe0c440967cf1d81b232887193dde97800eb9916
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 9 02:44:56 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 9 02:44:56 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fe0c4409
7
8 catalyst-auto-sparc64.conf: add line wraps
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 tools/catalyst-auto-sparc64.conf | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
16 index 13784e8d..5f37ecd2 100644
17 --- a/tools/catalyst-auto-sparc64.conf
18 +++ b/tools/catalyst-auto-sparc64.conf
19 @@ -47,11 +47,11 @@ update_symlinks() {
20 }
21
22 upload() {
23 - rsync -e 'ssh -i /root/.ssh/id_rsa'
24 - -a
25 - --omit-dir-times
26 - --delay-updates
27 - "$@"
28 + rsync -e 'ssh -i /root/.ssh/id_rsa' \
29 + -a \
30 + --omit-dir-times \
31 + --delay-updates \
32 + "$@" \
33 sparc@×××××××××××××××××.org:
34 }