Check-in [26aa2157b5]
Overview
Comment:Fixed minor bug, take 2
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 26aa2157b563b1b35fc2b9a470d35949e4fce487
User & Date: rkeene on 2011-07-20 00:37:37
Other Links: manifest | tags
Context
2011-07-20
00:43
Minor clean-up check-in: dfe475c779 user: rkeene tags: trunk
00:37
Fixed minor bug, take 2 check-in: 26aa2157b5 user: rkeene tags: trunk
00:31
Fixed minor bug check-in: 0e0d2f634d user: rkeene tags: trunk
Changes

Modified server/buildpkgs/build_all.sh from [1f0e2b9be4] to [467d09ee9f].

192
193
194
195
196
197
198

199

200
201
202
203
204
205
206
192
193
194
195
196
197
198
199

200
201
202
203
204
205
206
207







+
-
+








		rm -rf "${dir}/out"
		faileddirs="${faileddirs} ${dir}"
		echo "Failed to build ${dir}"
	else
		if [ "${CLEANONLY}" != "1" ]; then
			outdir="$(ls -1d "${dir}/out"/*/"${PLATFORM}/" | head -1)"

			mv "${dir}/out/build-${PLATFORM}.log" "${outdir}/build.log"
			mv "${dir}/out/build-${PLATFORM}.log" "${outdir}/build.log" >/dev/null 2>/dev/null
		fi
	fi
done

# Cleanup is done at this point
if [ "${CLEANONLY}" = "1" ]; then
	exit 0