Go to file
Dustin 43d15bdbf8 ci: Prevent concurrent builds
The `disableConcurrentBuilds` pipeline option tells Jenkins to force
subsequent builds _of the same job_ to wait in queue until the one
running has completed.  This is sufficient when there is only one
branch/project in development at a time.  In order to prevent multiple
projects from running simultaneously, we need to acquire a global lock;
all projects need to have this same option in order for it to be
effective.
2024-12-31 13:11:47 -06:00
aimee-os@554063e1f4 Update Aimee OS 2024-12-30 17:57:04 -06:00
ci ci: Prevent concurrent builds 2024-12-31 13:11:47 -06:00
overlay/etc Add Rasperry Pi WiFi support 2024-12-30 17:57:04 -06:00
portage portage: Install-mask systemd-nsresourced 2024-12-30 17:57:04 -06:00
.gitignore Initial commit 2024-12-10 10:39:10 -06:00
.gitmodules Initial commit 2024-12-10 10:39:10 -06:00
Makefile Initial commit 2024-12-10 10:39:10 -06:00
build.packages Initial commit 2024-12-10 10:39:10 -06:00
config config: Set rootflags 2024-12-30 17:57:04 -06:00
config.txt Initial commit 2024-12-10 10:39:10 -06:00
customize.sh customize: Add script 2024-12-30 17:57:04 -06:00
install.packages Add Rasperry Pi WiFi support 2024-12-30 17:57:04 -06:00
installonly.packages Add Rasperry Pi WiFi support 2024-12-30 17:57:04 -06:00
linux.config Initial commit 2024-12-10 10:39:10 -06:00
post-build.sh Initial commit 2024-12-10 10:39:10 -06:00
prepare.sh ci: Use persistent volumes for portage, binpkgs 2024-12-30 17:57:04 -06:00