aboutsummaryrefslogtreecommitdiff
blob: 4331e5274ba30bb5e14e7d33adc16c7d97f8e46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory.
 
UPLOAD_USER=mips
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"

SETS_O32="
	mips2_softfloat_o32_openrc
	mips2_softfloat_o32_systemd_mu
	mips2_o32_openrc
	mips2_o32_systemd_mu
	mips2_o32_musl
	mipsel2_softfloat_o32_openrc
	mipsel2_softfloat_o32_systemd_mu
	mipsel2_o32_openrc
	mipsel2_o32_systemd_mu
	mipsel2_o32_musl
"

SETS_N32="
	mips3_n32_openrc
	mips3_n32_systemd_mu
	mipsel3_n32_openrc
	mipsel3_n32_systemd_mu
"

SETS_N64="
	mips3_n64_openrc
	mips3_n64_systemd_mu
	mipsel3_n64_openrc
	mipsel3_n64_systemd_mu
"

SETS_MULTI="
	mips3_multilib_openrc
	mips3_multilib_systemd_mu
	mipsel3_multilib_openrc
	mipsel3_multilib_systemd_mu
"


SET_mips2_o32_openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
SET_mips2_o32_systemd_SPECS="stage1-mips2-o32-systemd.spec stage3-mips2-o32-systemd.spec"
SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o32-systemd-mu.spec"

SET_mips2_softfloat_o32_openrc_SPECS="stage1-mips2_softfloat-o32-openrc.spec stage3-mips2_softfloat-o32-openrc.spec"
SET_mips2_softfloat_o32_systemd_SPECS="stage1-mips2_softfloat-o32-systemd.spec stage3-mips2_softfloat-o32-systemd.spec"
SET_mips2_softfloat_o32_systemd_mu_SPECS="stage1-mips2_softfloat-o32-systemd-mu.spec stage3-mips2_softfloat-o32-systemd-mu.spec"

SET_mips2_o32_musl_SPECS="stage1-mips2-o32-musl.spec stage3-mips2-o32-musl.spec"

SET_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o32-systemd.spec"
SET_mipsel2_o32_systemd_mu_SPECS="stage1-mipsel2-o32-systemd-mu.spec stage3-mipsel2-o32-systemd-mu.spec"

SET_mipsel2_softfloat_o32_openrc_SPECS="stage1-mipsel2_softfloat-o32-openrc.spec stage3-mipsel2_softfloat-o32-openrc.spec"
SET_mipsel2_softfloat_o32_systemd_SPECS="stage1-mipsel2_softfloat-o32-systemd.spec stage3-mipsel2_softfloat-o32-systemd.spec"
SET_mipsel2_softfloat_o32_systemd_mu_SPECS="stage1-mipsel2_softfloat-o32-systemd-mu.spec stage3-mipsel2_softfloat-o32-systemd-mu.spec"

SET_mipsel2_o32_musl_SPECS="stage1-mipsel2-o32-musl.spec stage3-mipsel2-o32-musl.spec"

SET_mipsel3_o32_openrc_SPECS="stage1-mipsel3-o32-openrc.spec stage3-mipsel3-o32-openrc.spec"
SET_mipsel3_o32_systemd_SPECS="stage1-mipsel3-o32-systemd.spec stage3-mipsel3-o32-systemd.spec"
SET_mipsel3_o32_systemd_mu_SPECS="stage1-mipsel3-o32-systemd-mu.spec stage3-mipsel3-o32-systemd-mu.spec"

SET_mips3_n32_openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
SET_mips3_n32_systemd_SPECS="stage1-mips3-n32-systemd.spec stage3-mips3-n32-systemd.spec"
SET_mips3_n32_systemd_mu_SPECS="stage1-mips3-n32-systemd-mu.spec stage3-mips3-n32-systemd-mu.spec"

SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
SET_mipsel3_n32_systemd_SPECS="stage1-mipsel3-n32-systemd.spec stage3-mipsel3-n32-systemd.spec"
SET_mipsel3_n32_systemd_mu_SPECS="stage1-mipsel3-n32-systemd-mu.spec stage3-mipsel3-n32-systemd-mu.spec"

SET_mips3_multilib_openrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
SET_mips3_multilib_systemd_SPECS="stage1-mips3-multilib-systemd.spec stage3-mips3-multilib-systemd.spec"
SET_mips3_multilib_systemd_mu_SPECS="stage1-mips3-multilib-systemd-mu.spec stage3-mips3-multilib-systemd-mu.spec"

SET_mipsel3_multilib_openrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
SET_mipsel3_multilib_systemd_SPECS="stage1-mipsel3-multilib-systemd.spec stage3-mipsel3-multilib-systemd.spec"
SET_mipsel3_multilib_systemd_mu_SPECS="stage1-mipsel3-multilib-systemd-mu.spec stage3-mipsel3-multilib-systemd-mu.spec"

SET_mips3_n64_openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
SET_mips3_n64_systemd_SPECS="stage1-mips3-n64-systemd.spec stage3-mips3-n64-systemd.spec"
SET_mips3_n64_systemd_mu_SPECS="stage1-mips3-n64-systemd-mu.spec stage3-mips3-n64-systemd-mu.spec"

SET_mipsel3_n64_openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
SET_mipsel3_n64_systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
SET_mipsel3_n64_systemd_mu_SPECS="stage1-mipsel3-n64-systemd-mu.spec stage3-mipsel3-n64-systemd-mu.spec"

KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips


update_symlinks() {
	# Symlink the latest stages3 to build from
	local d f
	for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
		mkdir -p "${d}"
		pushd "${d}" >/dev/null
		for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do
			local of=$(echo "${f}" | convert_filename)
			ln -sf "${f}" "${of}"
		done
		popd >/dev/null
	done
}

post_build() {
	local set=$1 spec=$2

	pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
	case ${spec} in
	stage3-mips2-o32-openrc.spec)
		upload stage3-mips2-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips2-o32-systemd.spec)
		upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips2" mips/17.0/mips2_o32
		;;
	stage3-mips2_softfloat-o32-openrc.spec)
		upload stage3-mips2_softfloat-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips2_softfloat-o32-systemd.spec)
		upload stage3-mips2_softfloat-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips2_softfloat" mips/17.0/mips2_o32_softfloat
		;;
	stage3-mipsel2-o32-openrc.spec)
		upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel2-o32-systemd.spec)
		upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel2" mips/17.0/mipsel2_o32
		;;
	stage3-mipsel2_softfloat-o32-openrc.spec)
		upload stage3-mipsel2_softfloat-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel2_softfloat-o32-systemd.spec)
		upload stage3-mipsel2_softfloat-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel2_softfloat" mips/17.0/mipsel2_o32_softfloat
		;;
	stage3-mipsel3-o32-openrc.spec)
		upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-o32-systemd.spec)
		upload stage3-mipsel3-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3" mips/17.0/mipsel3_o32
		;;
	stage3-mips3-n32-openrc.spec)
		upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips3-n32-systemd.spec)
		upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips3_n32" mips/17.0/mips3_n32
		;;
	stage3-mipsel3-n32-openrc.spec)
		upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-n32-systemd.spec)
		upload stage3-mipsel3_n32-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n32" mips/17.0/mipsel3_n32
		;;
	stage3-mips3-n64-openrc.spec)
		upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips3-n64-systemd.spec)
		upload stage3-mips3_n64-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips3_n64" mips/17.0/mips3_n64
		;;
	stage3-mipsel3-n64-openrc.spec)
		upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-n64-systemd.spec)
		upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n64" mips/17.0/mipsel3_n64
		;;
	stage3-mips3-multilib-openrc.spec)
		upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips3-multilib-systemd.spec)
		upload stage3-mips3_multilib-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips3_multilib" mips/17.0/mips3_multilib
		;;
	stage3-mipsel3-multilib-openrc.spec)
		upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-multilib-systemd.spec)
		upload stage3-mipsel3_multilib-systemd-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_multilib" mips/17.0/mipsel3_multilib
		;;
	esac
	popd >/dev/null

	pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
	case ${spec} in
	stage3-mips2-o32-systemd-mu.spec)
		upload stage3-mips2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips2_softfloat-o32-systemd-mu.spec)
		upload stage3-mips2_softfloat-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips3-n32-systemd-mu.spec)
		upload stage3-mips3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips3-n64-systemd-mu.spec)
		upload stage3-mips3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mips3-multilib-systemd-mu.spec)
		upload stage3-mips3_multilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel2-o32-systemd-mu.spec)
		upload stage3-mipsel2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel2_softfloat-o32-systemd-mu.spec)
		upload stage3-mipsel2_softfloat-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-o32-systemd-mu.spec)
		upload stage3-mipsel3-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-n32-systemd-mu.spec)
		upload stage3-mipsel3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-n64-systemd-mu.spec)
		upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	stage3-mipsel3-multilib-systemd-mu.spec)
		upload stage3-mipsel3_multilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
		;;
	esac
	popd >/dev/null

	pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
	case ${spec} in
	stage3-mips2-o32-musl.spec)
		upload stage3-mips2_musl-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-mips2_musl" mips/17.0/mips2_o32_musl
		;;
	stage3-mipsel2-o32-musl.spec)
		upload stage3-mipsel2_musl-${TIMESTAMP}.tar.xz*
		upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-mipsel2_musl" mips/17.0/mipsel2_o32_musl
		;;
	esac
	popd >/dev/null
}