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: scripts/
Date: Fri, 27 May 2016 21:01:52
Message-Id: 1464382899.17b064f0b9e4e6a2e86a17ec7155e9616da2965c.robbat2@gentoo
1 commit: 17b064f0b9e4e6a2e86a17ec7155e9616da2965c
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 21:01:39 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 21:01:39 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=17b064f0
7
8 update*tree: fix variable.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 scripts/update_auto_tree | 2 +-
13 scripts/update_official_tree | 2 +-
14 scripts/update_snapshot_tree | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/scripts/update_auto_tree b/scripts/update_auto_tree
18 index a68d561..029ef70 100755
19 --- a/scripts/update_auto_tree
20 +++ b/scripts/update_auto_tree
21 @@ -2,7 +2,7 @@
22 PORTDIR="/release/trees/portage-auto/"
23 TMPREPO=$(mktemp)
24 trap "rm -f $TMPREPO" EXIT
25 -cat >$f <<EOF
26 +cat >$TMPREPO <<EOF
27 [DEFAULT]
28 main-repo = gentoo
29
30
31 diff --git a/scripts/update_official_tree b/scripts/update_official_tree
32 index 3424cb6..55ecea0 100755
33 --- a/scripts/update_official_tree
34 +++ b/scripts/update_official_tree
35 @@ -2,7 +2,7 @@
36 PORTDIR="/release/trees/portage-official/"
37 TMPREPO=$(mktemp)
38 trap "rm -f $TMPREPO" EXIT
39 -cat >$f <<EOF
40 +cat >$TMPREPO <<EOF
41 [DEFAULT]
42 main-repo = gentoo
43
44
45 diff --git a/scripts/update_snapshot_tree b/scripts/update_snapshot_tree
46 index 3a5284a..76cd00e 100755
47 --- a/scripts/update_snapshot_tree
48 +++ b/scripts/update_snapshot_tree
49 @@ -2,7 +2,7 @@
50 PORTDIR="/release/trees/portage-snapshot/"
51 TMPREPO=$(mktemp)
52 trap "rm -f $TMPREPO" EXIT
53 -cat >$f <<EOF
54 +cat >$TMPREPO <<EOF
55 [DEFAULT]
56 main-repo = gentoo