summaryrefslogtreecommitdiff
path: root/build-all-with-docker
AgeCommit message (Collapse)Author
2024-09-07build-all-with-docker: remove logpipes of packages, where no docker is ↵Erich Eckner
currently running
2024-09-07build-all-with-docker: fix typoErich Eckner
2024-09-07build-all-with-docker: do not blindly remove logpipes - it breaks buildsErich Eckner
2024-08-15build-all-with-docker: continue on unclean git when running interactivelyErich Eckner
2024-08-14build-all-with-docker: also pull submodulesErich Eckner
2024-08-14build-all-with-docker: remove log pipesErich Eckner
2024-08-07build-all-with-docker: bump the pkgrelErich Eckner
2024-08-05fix typosErich Eckner
2024-08-05build-all-with-docker: do not run if shutdownasap in progressErich Eckner
2024-08-02build-all-with-docker: use "parallel" to accellerate creation of docker ↵Erich Eckner
containers
2024-08-02build-all-with-docker: enable to run for a single packageErich Eckner
* also parse the arguments more strictly
2024-08-02build-all-with-docker: do lock, we do not want to run multiple docker builds ↵Erich Eckner
for the same package
2024-07-29build-all-with-docker: shuffle order in which packages are being builtErich Eckner
2024-07-22build-all-with-docker: do not lockErich Eckner
2024-07-22build-all-with-docker: build all in parallelErich Eckner
* locking is within the docker containers
2024-07-15build-all-with-docker: remove docker containers after buildingErich Eckner
2024-07-15Reapply "run docker sequentially per package"Erich Eckner
This reverts commit 00c0a70257ba2a6fa920c58cec299d7514903ed9. apparently, the problem was somewhere else
2024-07-15Revert "run docker sequentially per package"Erich Eckner
This reverts commit a124e10bf68d2b05ae9dfbd76fd2b57168595590. Somehow, it blocked docker completely.
2024-07-09run docker sequentially per packageErich Eckner
2024-07-09build-all-with-docker: fix git status parsingErich Eckner
2024-07-09build-all-with-docker: do not blindly "cd"Erich Eckner
2024-07-09build-all-with-docker: add PKGBUILDpatchesErich Eckner
2024-07-09build-all-with-docker: do not commit sources of still-running dockersErich Eckner
2024-07-09build-all-with-docker: fix typo in regexErich Eckner
2024-06-22improve build-all-with-docker:Erich Eckner
* locking * pull git * commit package updates from makepkg * only run on clean git
2024-06-21build-all-with-docker: wait for containersErich Eckner
2024-06-21new commands to build with dockerErich Eckner