summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-17docker,worker: install g++-multilibAlois Klink
2023-05-16ci: add basic config checking with ruffv3Petr Štetiar
2023-05-16phase1: actually make rsync -4 configurableThibaut VARÈNE
2023-05-16phase1: perform kmodupload only when neededThibaut VARÈNE
2023-05-15phase1: fix crash on exception during Git updatev2Petr Štetiar
2023-05-15ci: allow pushing of containers during pull requestsPetr Štetiar
2023-05-15buildworker,buildmaster: bump Debian to version 11Petr Štetiar
2023-05-15Bump buildbot version to latest stable release 3.8.0Petr Štetiar
2023-05-15buildmaster: fix unpinned buildbot package versionPetr Štetiar
2023-05-15phase1: make 'rsync -4' worker-configurableThibaut VARÈNE
2023-05-15phase1: call host ccache in statsThibaut VARÈNE
2023-05-15phase1: tag builders with their intended branch nameThibaut VARÈNE
2023-05-15phase1: documentation updateThibaut VARÈNE
2023-05-15phase1: allow restricting builders to tag builds onlyThibaut VARÈNE
2023-05-15phase1: refactor worker parsingThibaut VARÈNE
2023-05-15phase1: disable debug messagesThibaut VARÈNE
2023-05-15phase1: prioritize builders by branch orderThibaut VARÈNE
2023-05-15phase1: switch to separate builders per branch per targetThibaut VARÈNE
2023-05-15phase1: fix ForceBuild validation logicThibaut VARÈNE
2023-05-15phase1: run ForceBuilder on local workerThibaut VARÈNE
2023-05-15phase1: prune unused files from dl/Thibaut VARÈNE
2023-05-15phase1: workers are running a single buildThibaut VARÈNE
2023-05-15phase1: Fix the force scheduler processThibaut VARÈNE
2023-05-15phase1: always front-run the 00_force_build builderThibaut VARÈNE
2023-05-15phase1: fix ForceSchedulerThibaut VARÈNE
2023-05-15phase1: don't log env on statistics stepsThibaut VARÈNE
2023-05-15phase1: consistent step stylingThibaut VARÈNE
2023-05-15phase1: gitcheckout workaround is no longer neededThibaut VARÈNE
2023-05-15phase1: move shared dl to same folder as shared-workdirThibaut VARÈNE
2023-05-15phase1: perform rsync steps only if configuredThibaut VARÈNE
2023-05-15phase1: adjust steps descriptionsThibaut VARÈNE
2023-05-15phase1: hide/skip ccache steps if not availableThibaut VARÈNE
2023-05-15phase1: FlattenList doesn't work on renderablesThibaut VARÈNE
2023-05-15phase1: update config.ini.exampleThibaut VARÈNE
2023-05-15phase1: populateConfig(): quiet git cloneThibaut VARÈNE
2023-05-15phase1: make scheduler and changesource branch-awareThibaut VARÈNE
2023-05-15phase1: branch-aware signall.shThibaut VARÈNE
2023-05-15scripts/signall.sh: make branch awareThibaut VARÈNE
2023-05-15phase1: abort early if current builder does not applyThibaut VARÈNE
2023-05-15phase1: make populateTargets() branch awareThibaut VARÈNE
2023-05-15phase1: make GetNextBuild() branch awareThibaut VARÈNE
2023-05-15phase1: use single var for rsync_bin_defopts and rsync_src_defoptsThibaut VARÈNE
2023-05-15phase1: use branch config in factoryThibaut VARÈNE
2023-05-15phase1: rsync_src_url is always setThibaut VARÈNE
2023-05-15phase1: prepare to parse branchesThibaut VARÈNE
2023-05-15phase1: Git() no need to specify branchThibaut VARÈNE
2023-05-15phase1: replace 'repo_branch' with 'branch' prop in factoryThibaut VARÈNE
2023-05-15phase1: refactor populateTargets()Thibaut VARÈNE
2023-05-15phase1: move target enumeration to functionThibaut VARÈNE
2023-05-15phase1: reorder/regroup globalsThibaut VARÈNE