summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2019-07-11Revert "bin/sanity-check: do not _ping_ the master mirror (ping does not ↵Erich Eckner
work O.o) - use curl" This reverts commit 593f865e209831a95a666204e71f5e20fb2df758. We repaired the `ping` command on the buildmaster.
2019-07-11bin/sanity-check: do not _ping_ the master mirror (ping does not work O.o) - ↵Erich Eckner
use curl
2019-07-11bin/bootstrap-mysql: webserver@localhost need REPLICATION CLIENT ON *.*Erich Eckner
2019-07-10bin/return-assignment: use canonical $tmp_dir also for broken-haskell-packagesErich Eckner
2019-07-08bin/nit-picker: update git repos before complaining about missing commitsErich Eckner
2019-07-08bin/nit-picker: actually talk on ircErich Eckner
2019-07-08bin/nit-picker: remove debug outputErich Eckner
2019-07-08bin/nit-picker: begunErich Eckner
2019-07-06bin/get-assignment: accellerate query (?) by using temporary table instead ↵Erich Eckner
of "WHERE EXISTS (SELECT ...)"
2019-07-06bin/return-assignment: give link to build log in irc, tooErich Eckner
2019-07-05bin/build-packages: allow to pin different versions for different qt5-* ↵Erich Eckner
dependencies (some have really funny values)
2019-07-05bin/build-packages: pin the $pkgver of all qt5-* dependenciesErich Eckner
2019-07-04bin/build-packages: do not remove _all_ log files if checksum is once ↵Erich Eckner
correctly computed - only remove the log file for _that_
2019-07-04bin/bootstrap-mysql: accellerate `blacklist_packages` by using a temporary tableErich Eckner
2019-07-03bin/build-packages: remove logs of successfuly checked logsErich Eckner
2019-07-03bin/build-packages: write user@hostname to log of failed buildsErich Eckner
2019-07-03bin/get-package-updates: be more verbose during blacklisting stepErich Eckner
2019-07-03bin/build-packages: fix -lErich Eckner
2019-07-03bin/build-packages: store name of log file in variable. After build failure, ↵Erich Eckner
search inside log file for reference to other log files and append them to the log (which gets uploaded)
2019-07-03bin/build-packages: clean up mess with verifysource.log: give it a proper ↵Erich Eckner
name from the start
2019-07-03bin/bootstrap-mysql: add keys to temporary blacklist tables (accellerates ↵Erich Eckner
queries?)
2019-07-03bin/bootstrap-mysql: restructure blacklist_packages to use less/no "EXISTS" ↵Erich Eckner
queries
2019-07-02bin/bootstrap-mysql: add TODOErich Eckner
2019-07-02bin/get-package-updates: do not count packages blacklisted on i486 as ↵Erich Eckner
blacklisted
2019-07-02bin/bootstrap-mysql: blacklist_packages: add proper(?) architecture checksErich Eckner
2019-07-01bin/build-packages: extract perl version from `objdump -x`s RPATH, tooErich Eckner
2019-06-28bin/return-assignment: prioritize failed build_assignments iff a broken ↵Erich Eckner
dependency was rescheduled
2019-06-28lib/load-configuration, bin/slave-build-connect: skip logging of all ↵Erich Eckner
commands called by slave-build-connect -- they are already logged (with more information) in ssh_log
2019-06-28bin/return-assignment: correctly continue linesErich Eckner
2019-06-26bin/get-assignment: fix toolchain logicErich Eckner
2019-06-26bin/bootstrap-mysql: grant CREATE TEMPORARY TABLES to webserver, tooErich Eckner
2019-06-26bin/bootstrap-mysql: grant access for webserver, too (we replicate mysql ↵Erich Eckner
users now to the replication slaves, too)
2019-06-25bin/build-master-status: add TODOErich Eckner
2019-06-25bin/bisect-database-dumps: also bisect for "when did x vanish"Erich Eckner
2019-06-24bin/build-packages: :haskell_without_check: should not skip if it's not a ↵Erich Eckner
haskell-* package - it should rather append a build trial including straw :without_check: if it is such a package
2019-06-24bin/return-assignment: correctly reschedule when haskell-* reports "Bad ↵Erich Eckner
interface file: "
2019-06-24bin/build-packages: clean up haskell-* logic of :without_check: strawErich Eckner
2019-06-24bin/return-assignment: convert haskell-* names to lower caseErich Eckner
2019-06-24bin/return-assignment: make haskell-failure-regex less strictErich Eckner
2019-06-24bin/get-assignment: the most abundand build slaves should get all kind of ↵Erich Eckner
architectures early
2019-06-23bin/build-packages: fix $((minor_version+1)) for ↵Erich Eckner
ruby-,python-,perl-dependent packages with >= 3 levels of versions
2019-06-21bin/sanity-check: extend TODOErich Eckner
2019-06-21bin/sanity-check: add TODOErich Eckner
2019-06-21bin/bisect-database-dumps: add explanationErich Eckner
2019-06-21bin/bisect-database-dumps new to bisect through the database dumpsErich Eckner
2019-06-20bin/build-packages: hide output of failing mvErich Eckner
2019-06-20bin/build-packages: save logs of `makepkg --verifysource` runsErich Eckner
2019-06-20bin/build-packages: fix broken sedErich Eckner
2019-06-20bin/build-packages: update TODOErich Eckner
2019-06-20bin/build-packages: fixing sources should not happen in the ↵Erich Eckner
try-to-fix-the-build loop