Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sat, 31 Jul 2021 15:53:08
Message-Id: 1627746715.daca1362f42c6a15a1eb7417616183732f2ca362.dilfridge@gentoo
1 commit: daca1362f42c6a15a1eb7417616183732f2ca362
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 15:51:55 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 15:51:55 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=daca1362
7
8 Remove unused arm non-qemu config file
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-arm.conf | 105 -------------------------------------------
13 1 file changed, 105 deletions(-)
14
15 diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
16 deleted file mode 100644
17 index a323f33d..00000000
18 --- a/tools/catalyst-auto-arm.conf
19 +++ /dev/null
20 @@ -1,105 +0,0 @@
21 -# This is the config file for the catalyst-auto script. It should be pretty
22 -# self-explanatory.
23 -
24 -UPLOAD_USER=arm
25 -UPLOAD_KEY=/root/.ssh/id_ed25519
26 -host=$(hostname)
27 -
28 -SPECS_DIR=${REPO_DIR}/releases/specs/arm
29 -
30 -EMAIL_SUBJECT_PREPEND="[arm-auto]"
31 -
32 -SETS="
33 - armv4tl
34 - armv5tel
35 - armv6j_hf
36 - armv6j_sf
37 - armv7a_hf
38 - armv7a_sf
39 - armv4tl_systemd
40 - armv5tel_systemd
41 - armv6j_hf_systemd
42 - armv6j_sf_systemd
43 - armv7a_hf_systemd
44 - armv7a_sf_systemd
45 -"
46 -
47 -SET_armv4tl_SPECS="armv4tl/stage1.spec armv4tl/stage3.spec"
48 -SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec armv4tl/stage3-systemd.spec"
49 -
50 -SET_armv5tel_SPECS="armv5tel/stage1.spec armv5tel/stage3.spec"
51 -SET_armv5tel_systemd_SPECS="armv5tel/stage1-systemd.spec armv5tel/stage3-systemd.spec"
52 -
53 -SET_armv6j_hf_SPECS="armv6j/stage1-hardfloat.spec armv6j/stage3-hardfloat.spec"
54 -SET_armv6j_sf_SPECS="armv6j/stage1.spec armv6j/stage3.spec"
55 -SET_armv6j_hf_systemd_SPECS="armv6j/stage1-hardfloat-systemd.spec armv6j/stage3-hardfloat-systemd.spec"
56 -SET_armv6j_sf_systemd_SPECS="armv6j/stage1-systemd.spec armv6j/stage3-systemd.spec"
57 -
58 -SET_armv7a_hf_SPECS="armv7a/stage1-hardfloat.spec armv7a/stage3-hardfloat.spec"
59 -SET_armv7a_sf_SPECS="armv7a/stage1.spec armv7a/stage3.spec"
60 -SET_armv7a_hf_systemd_SPECS="armv7a/stage1-hardfloat-systemd.spec armv7a/stage3-hardfloat-systemd.spec"
61 -SET_armv7a_sf_systemd_SPECS="armv7a/stage1-systemd.spec armv7a/stage3-systemd.spec"
62 -
63 -
64 -update_symlinks() {
65 - # Symlink the latest stages3 to build from
66 - local d f
67 - for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
68 - pushd "${d}" >/dev/null
69 - for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do
70 - local of=$(echo "${f}" | convert_filename)
71 - ln -sf "${f}" "${of}"
72 - done
73 - popd >/dev/null
74 - done
75 -}
76 -
77 -post_build() {
78 - local set=$1 spec=$2
79 -
80 - pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
81 -
82 - case ${spec} in
83 - armv4tl/stage3.spec)
84 - upload stage3-armv4tl-${TIMESTAMP}*.xz*
85 - ;;
86 - armv4tl/stage3-systemd.spec)
87 - upload stage3-armv4tl-systemd-${TIMESTAMP}*.xz*
88 - ;;
89 - armv5tel/stage3.spec)
90 - upload stage3-armv5tel-${TIMESTAMP}*.xz*
91 - ;;
92 - armv5tel/stage3-systemd.spec)
93 - upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*
94 - ;;
95 - armv6j/stage3.spec)
96 - upload stage3-armv6j-${TIMESTAMP}*.xz*
97 - ;;
98 - armv6j/stage3-systemd.spec)
99 - upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
100 - ;;
101 - armv6j/stage3-hardfloat.spec)
102 - upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
103 - ;;
104 - armv6j/stage3-hardfloat-systemd.spec)
105 - upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
106 - ;;
107 - armv7a/stage3.spec)
108 - upload stage3-armv7a-${TIMESTAMP}*.xz*
109 - ;;
110 - armv7a/stage3-systemd.spec)
111 - upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
112 - ;;
113 - armv7a/stage3-hardfloat.spec)
114 - upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
115 - ;;
116 - armv7a/stage3-hardfloat-systemd.spec)
117 - upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
118 - ;;
119 - *)
120 - echo "Finished ${spec}"
121 - ;;
122 - esac
123 -
124 - popd >/dev/null
125 -}