summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-24run shellchek in same dir as scriptErich Eckner
2018-03-24Merge pull request #3 from andreasbaumann/opcodesdeep-42-thought
some fixes
2018-03-24reverted opcode to original (no shellcheck)Andreas Baumann
added a -d option to check-opcodes renamed pentium4 to pentium3 (because without SSE2 this is the architecture we are aiming at) be more tolerant on failing readelf and objdump handle binaries too
2018-03-23Merge branch 'master' into opcodesAndreas Baumann
2018-03-23bin/check-opcodes: fix find expression to retrieve libraries onlyErich Eckner
2018-03-23bin/return-assignment: fix regex matching haskell packagesErich Eckner
2018-03-23bin/get-package-updates: use revisions from database instead of filesErich Eckner
2018-03-23bin/bootstrap-mysql: set head on bootstrapping to HEADErich Eckner
2018-03-23web-scripts/blacklist.php: order by pkgbaseErich Eckner
2018-03-23bin/build-master-status: blacklist.html is obsoleteErich Eckner
2018-03-23web-scripts/blacklist.php newErich Eckner
2018-03-23bin/get-package-updates: save black-list(-reason) in databaseErich Eckner
2018-03-23bin/bootstrap-mysql: build_assignments.is_black_listed should be TEXTErich Eckner
2018-03-23bin/bootstrap-mysql: new column `is_black_listed` in `build_assignments`Erich Eckner
2018-03-23lib/common-functions: find_git_repository_to_package_repository read info ↵Erich Eckner
from database instead of git
2018-03-23bin/sanity-check: check git heads in database, not in filesErich Eckner
2018-03-23web-scripts/statistics.php: add option to chose time axis differentlyErich Eckner
2018-03-22decommission deletion-listErich Eckner
2018-03-22decommission build-list fileErich Eckner
2018-03-22bin/sanity-check: read more information from the databaseErich Eckner
2018-03-22bin/build-master-status-from-mysql: do not check consistency of database to ↵Erich Eckner
build-list
2018-03-22decommission package-states directory - we rely on the database nowErich Eckner
2018-03-22bin/build-packages: remove done TODOErich Eckner
2018-03-22bin/sanity-check: remove done TODOErich Eckner
2018-03-22bin/return-assignment: make "haskell-" prefix optional for rescheduling packagesErich Eckner
2018-03-22bin/sanity-check: compare master mirror to tracking information in mysql ↵Erich Eckner
database
2018-03-22bin/build-master-status-from-mysql: do not look for locked testing and ↵Erich Eckner
tested packages (all the information in package-states)
2018-03-22bin/cleanup: take info about "recent" logfiles from databaseErich Eckner
2018-03-22lib/common-functions: remove generate_package_metadata, delete_old_metadata ↵Erich Eckner
- this information is now in the database
2018-03-22lib/common-functions: silence shellcheckErich Eckner
2018-03-22bin/build-master-status-from-mysql: do not check build-dependencies - ↵Erich Eckner
they're about to be decommissioned
2018-03-22bin/why-dont-you: decommission actions that do not look into the databaseErich Eckner
2018-03-22bin/db-update -p may now also move untested packages (and break consistency)Erich Eckner
2018-03-22bin/seed-build-list: print name to stdout, too, so return-assignment reports ↵Erich Eckner
correcly about rescheduled packages
2018-03-22bin/seed-build-list: display error on failed lockErich Eckner
2018-03-22bin/db-update: extract package database in tmp_dir, not in /tmp's tmpfsErich Eckner
2018-03-22bin/repo-copy: make location of tmp_dir configurable via $TMPDIRErich Eckner
2018-03-21bin/build-master-status-from-mysql: clean mysql database before checkErich Eckner
2018-03-21bin/ping-from-slave new to send pings to buildmaster in regular intervals ↵Erich Eckner
during a build
2018-03-21bin/ping-from-slave: tell slave if build is still expected from himErich Eckner
2018-03-21bin/get-package-updates: work/build-order decomissionedErich Eckner
2018-03-21bin/interpret-mail: wait for locks on actionsErich Eckner
2018-03-21bin/seed-build-list: --wait new - waiting for lock now optionalErich Eckner
2018-03-21bin/modify-package-state: --wait newErich Eckner
2018-03-21bin/copy-to-build-support: --wait newErich Eckner
2018-03-21bin/interpret-mail: escape linefeedErich Eckner
2018-03-21README.md: the build master needs graphvizErich Eckner
2018-03-21web-scripts/build-list.php: display which build slaves works on which taskErich Eckner
2018-03-20lib/common-functions: decomission even more unused functionsErich Eckner
2018-03-20lib/common-functions: remove unused functionsErich Eckner