summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-05-15phase1: fix option parsing typo for 'ul_lock'Thibaut VARÈNE
2023-05-15phase1: remove 'cleanup' worker option (always set)Thibaut VARÈNE
2023-05-15phase1: remove 'shared_wd' worker option (always set)Thibaut VARÈNE
2023-05-15phase1: remove dead code due to shared_wd=1Thibaut VARÈNE
2023-05-15phase1: remove now redundant 'njobs' (== 'nprocs') propertyThibaut VARÈNE
2023-05-15phase1: max_builds and shared_wd are always set to 1Thibaut VARÈNE
2023-05-15phase1: rework GetNumJobs()Thibaut VARÈNE
2023-05-15phase1: remove GetCCache()Thibaut VARÈNE
2023-05-15phase1: remove unused IsNoTaggingRequested()Thibaut VARÈNE
2023-05-15phase1: deduplicate 'git' stepThibaut VARÈNE
2023-05-15phase1: remove dead step CleanTargetMapThibaut VARÈNE
2023-05-15phase1: remove GetCC()/GetCXX()Thibaut VARÈNE
2023-05-15phase1: remove GetCwd()Thibaut VARÈNE
2023-05-15phase1: buildfactory: remove deadcodeThibaut VARÈNE
2023-05-15phase1: remove checkBuiltin deadcodeThibaut VARÈNE
2023-05-15phase1: remove unused variablesThibaut VARÈNE