This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
blobb gerrit-no-reply at lists.osmocom.org
Patch Set 7:
(3 comments)
https://gerrit.osmocom.org/#/c/2465/7/scripts/osmo-build.sh
File scripts/osmo-build.sh:
Line 86: job_name="${JOB_NAME//\//#}"
> Ah, this is a bash-ism that I don't know. My personal preference would be t
double-underscores it will be! Thanks for pointing it out.
Line 171: rm -f "$job_store/*"
> there's also the parallel matrix builds? do they each have a separate artif
Yes, each matrix-build axis will have its own artifact store, because each matrix job has a different $JOB_NAME (holds axis-configuration).
Line 187: generateArtifactHashes "$1"
> let's try to keep the algorithm completely timing-free, i.e. do not rely on
True, let's keep it simple!
--
To view, visit https://gerrit.osmocom.org/2465
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ifee0a2f837d23b19aa5326f810234d5452e47484
Gerrit-PatchSet: 7
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: blobb <dr.blobb at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: blobb <dr.blobb at gmail.com>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-HasComments: Yes