phase1,phase2: s/master/main for phase{1,2}
[buildbot.git] / phase1 / master.cfg
2024-04-13 Paul Spoorenphase1,phase2: s/master/main for phase{1,2} master
2024-04-13 Petr Štetiarrequirements-dev: use black 23.12.1 and ruff 0.1.9
2024-04-13 Petr ŠtetiarAdd linting with flake8 tool
2023-11-16 Thibaut VARÈNEphase1: treat all branches equally for building
2023-11-16 Thibaut VARÈNEphase1: raise priority of tag builds
2023-07-24 Petr Štetiarphase1: workaround dlprune recursive directory removal v8
2023-07-22 Petr Štetiarphase1: prepareFactory: use variables instead of list...
2023-07-22 Petr Štetiarphase1: populateTargets: log branch name as well
2023-07-22 Petr Štetiarphase1: do not leak targets between branches
2023-06-18 Petr Štetiarphase1: reformat with black
2023-06-03 Petr Štetiarphase1: dlprune: fix cannot delete ‘dl/’: Not a directory v7
2023-05-23 Thibaut VARÈNEphase1: satisfy getver.sh requirements v6
2023-05-23 Thibaut VARÈNEphase1: cleanup redundant steps v5
2023-05-17 Petr Štetiarphase1: workaround gitverify 1st build failures on... v4
2023-05-16 Petr Štetiarci: add basic config checking with ruff v3
2023-05-16 Thibaut VARÈNEphase1: actually make rsync -4 configurable
2023-05-16 Thibaut VARÈNEphase1: perform kmodupload only when needed
2023-05-15 Petr Štetiarphase1: fix crash on exception during Git update v2
2023-05-15 Thibaut VARÈNEphase1: make 'rsync -4' worker-configurable
2023-05-15 Thibaut VARÈNEphase1: call host ccache in stats
2023-05-15 Thibaut VARÈNEphase1: tag builders with their intended branch name
2023-05-15 Thibaut VARÈNEphase1: documentation update
2023-05-15 Thibaut VARÈNEphase1: allow restricting builders to tag builds only
2023-05-15 Thibaut VARÈNEphase1: refactor worker parsing
2023-05-15 Thibaut VARÈNEphase1: disable debug messages
2023-05-15 Thibaut VARÈNEphase1: prioritize builders by branch order
2023-05-15 Thibaut VARÈNEphase1: switch to separate builders per branch per...
2023-05-15 Thibaut VARÈNEphase1: fix ForceBuild validation logic
2023-05-15 Thibaut VARÈNEphase1: run ForceBuilder on local worker
2023-05-15 Thibaut VARÈNEphase1: prune unused files from dl/
2023-05-15 Thibaut VARÈNEphase1: workers are running a single build
2023-05-15 Thibaut VARÈNEphase1: Fix the force scheduler process
2023-05-15 Thibaut VARÈNEphase1: always front-run the 00_force_build builder
2023-05-15 Thibaut VARÈNEphase1: fix ForceScheduler
2023-05-15 Thibaut VARÈNEphase1: don't log env on statistics steps
2023-05-15 Thibaut VARÈNEphase1: consistent step styling
2023-05-15 Thibaut VARÈNEphase1: gitcheckout workaround is no longer needed
2023-05-15 Thibaut VARÈNEphase1: move shared dl to same folder as shared-workdir
2023-05-15 Thibaut VARÈNEphase1: perform rsync steps only if configured
2023-05-15 Thibaut VARÈNEphase1: adjust steps descriptions
2023-05-15 Thibaut VARÈNEphase1: hide/skip ccache steps if not available
2023-05-15 Thibaut VARÈNEphase1: FlattenList doesn't work on renderables
2023-05-15 Thibaut VARÈNEphase1: populateConfig(): quiet git clone
2023-05-15 Thibaut VARÈNEphase1: make scheduler and changesource branch-aware
2023-05-15 Thibaut VARÈNEphase1: branch-aware signall.sh
2023-05-15 Thibaut VARÈNEphase1: abort early if current builder does not apply
2023-05-15 Thibaut VARÈNEphase1: make populateTargets() branch aware
2023-05-15 Thibaut VARÈNEphase1: make GetNextBuild() branch aware
2023-05-15 Thibaut VARÈNEphase1: use single var for rsync_bin_defopts and rsync_...
2023-05-15 Thibaut VARÈNEphase1: use branch config in factory
2023-05-15 Thibaut VARÈNEphase1: rsync_src_url is always set
2023-05-15 Thibaut VARÈNEphase1: prepare to parse branches
2023-05-15 Thibaut VARÈNEphase1: Git() no need to specify branch
2023-05-15 Thibaut VARÈNEphase1: replace 'repo_branch' with 'branch' prop in...
2023-05-15 Thibaut VARÈNEphase1: refactor populateTargets()
2023-05-15 Thibaut VARÈNEphase1: move target enumeration to function
2023-05-15 Thibaut VARÈNEphase1: reorder/regroup globals
2023-05-15 Thibaut VARÈNEphase1: fix option parsing typo for 'ul_lock'
2023-05-15 Thibaut VARÈNEphase1: remove 'cleanup' worker option (always set)
2023-05-15 Thibaut VARÈNEphase1: remove 'shared_wd' worker option (always set)
2023-05-15 Thibaut VARÈNEphase1: remove dead code due to shared_wd=1
2023-05-15 Thibaut VARÈNEphase1: remove now redundant 'njobs' (== 'nprocs')...
2023-05-15 Thibaut VARÈNEphase1: max_builds and shared_wd are always set to 1
2023-05-15 Thibaut VARÈNEphase1: rework GetNumJobs()
2023-05-15 Thibaut VARÈNEphase1: remove GetCCache()
2023-05-15 Thibaut VARÈNEphase1: remove unused IsNoTaggingRequested()
2023-05-15 Thibaut VARÈNEphase1: deduplicate 'git' step
2023-05-15 Thibaut VARÈNEphase1: remove dead step CleanTargetMap
2023-05-15 Thibaut VARÈNEphase1: remove GetCC()/GetCXX()
2023-05-15 Thibaut VARÈNEphase1: remove GetCwd()
2023-05-15 Thibaut VARÈNEphase1: buildfactory: remove deadcode
2023-05-15 Thibaut VARÈNEphase1: remove checkBuiltin deadcode
2023-05-15 Thibaut VARÈNEphase1: remove unused variables
2023-05-15 Thibaut VARÈNEphase1: cleanup ini accessors
2023-05-15 Thibaut VARÈNEphase1: fix leading whitespace
2023-05-15 Thibaut VARÈNEphase1: remove unused 'kmod_repository'
2023-05-15 Thibaut VARÈNEphase1: remove unused 'git_ssh'
2023-05-15 Thibaut VARÈNEphase1: remove unused 'cc_version'
2023-05-15 Thibaut VARÈNEphase1: remove unused 'other_builds'
2023-05-15 Thibaut VARÈNERevert "phase1: remove renderable locks: not supported...
2021-07-21 Petr Štetiarphase1,phase2: improve round robin builds
2021-03-25 Petr Štetiarphase1,phase2: add file space usage reporting
2021-03-25 Baptiste Jonglezphase1, phase2: exclude temporary source files from...
2021-03-25 Baptiste Jonglezphase1, phase2: don't mark the build failed if a non...
2021-03-19 Petr Štetiarphase1,phase2: fix reconfig command by creating twistd.pid
2021-03-17 Petr Štetiarphase1,phase2: implement round robin builds
2021-03-15 Petr Štetiarphase1,phase2: shuffle order of builds
2021-03-12 Petr Štetiartreewide: use worker term
2021-03-05 Petr Štetiarbuiltmaster,phase1: add missing services dict
2021-03-05 Petr Štetiarbuildmaster: replace horizons with JanitorConfigurator
2021-03-02 Petr Štetiarphase1,2: fix missing tmp dir
2021-03-02 Paul Spoorenphase1: make change links clickable
2021-03-02 Paul Spoorenscripts: remove migrated dumpinfo.pl script
2021-02-09 Petr Štetiarphase1: fix gitcheckout with corrupted .git
2020-12-12 Petr Štetiarphase1: dont include stderr output in stageroot variable
2020-11-13 Jo-Philipp Wichphase1: add separate option for kmod repo embedding
2020-11-07 Jo-Philipp Wichphase1: treat "kmod_archive" as bool option
2020-11-07 Jo-Philipp Wichphase1: add config option to enable/disable kmod archive
2020-07-30 Paul Spoorenphase1: add JSON merge step
2020-04-11 Jo-Philipp Wichbuildmaster: update to v2.4.1
next