Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
builder
db-update
master
wdy-wip
Archlinux32 build system
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-07-11
update README.md
Erich Eckner
update requirements
2019-07-11
Revert "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-11
bin/sanity-check: do not _ping_ the master mirror (ping does not work O.o) - ↵
Erich Eckner
use curl
2019-07-11
bin/bootstrap-mysql: webserver@localhost need REPLICATION CLIENT ON *.*
Erich Eckner
2019-07-10
bin/return-assignment: use canonical $tmp_dir also for broken-haskell-packages
Erich Eckner
2019-07-08
bin/nit-picker: update git repos before complaining about missing commits
Erich Eckner
2019-07-08
bin/nit-picker: actually talk on irc
Erich Eckner
2019-07-08
bin/nit-picker: remove debug output
Erich Eckner
2019-07-08
bin/nit-picker: begun
Erich Eckner
2019-07-06
bin/get-assignment: accellerate query (?) by using temporary table instead ↵
Erich Eckner
of "WHERE EXISTS (SELECT ...)"
2019-07-06
lib/mysql-functions: ↵
Erich Eckner
mysql_query_generate_packages_with_pending_dependencies() new
2019-07-06
bin/return-assignment: give link to build log in irc, too
Erich Eckner
2019-07-05
lib/mysql-functions: fix typo
Erich Eckner
2019-07-05
bin/build-packages: allow to pin different versions for different qt5-* ↵
Erich Eckner
dependencies (some have really funny values)
2019-07-05
bin/build-packages: pin the $pkgver of all qt5-* dependencies
Erich Eckner
2019-07-05
lib/mysql-functions: mysql_query_has_pending_dependencies(): check for ↵
Erich Eckner
haskell on the install_target, not the depending binary_packages
2019-07-05
lib/mysql-functions: add TODO about a bug
Erich Eckner
2019-07-04
bin/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-04
misc/database-layout.dump: update `blacklist_packages` according to ↵
Erich Eckner
1b7d5c5699c30a31729d07746a1e0b96a4410e9f
2019-07-04
bin/bootstrap-mysql: accellerate `blacklist_packages` by using a temporary table
Erich Eckner
2019-07-03
bin/build-packages: remove logs of successfuly checked logs
Erich Eckner
2019-07-03
bin/build-packages: write user@hostname to log of failed builds
Erich Eckner
2019-07-03
bin/get-package-updates: be more verbose during blacklisting step
Erich Eckner
2019-07-03
bin/build-packages: fix -l
Erich Eckner
2019-07-03
bin/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-03
bin/build-packages: clean up mess with verifysource.log: give it a proper ↵
Erich Eckner
name from the start
2019-07-03
misc/database-layout.dump: updated `blacklist_packages`
Erich Eckner
2019-07-03
bin/bootstrap-mysql: add keys to temporary blacklist tables (accellerates ↵
Erich Eckner
queries?)
2019-07-03
bin/bootstrap-mysql: restructure blacklist_packages to use less/no "EXISTS" ↵
Erich Eckner
queries
2019-07-02
bin/bootstrap-mysql: add TODO
Erich Eckner
2019-07-02
bin/get-package-updates: do not count packages blacklisted on i486 as ↵
Erich Eckner
blacklisted
2019-07-02
bin/bootstrap-mysql: blacklist_packages: add proper(?) architecture checks
Erich Eckner
2019-07-02
lib/common-functions: update_blocked_packages_count() should use ↵
Erich Eckner
"unimportant" mysql queries
2019-07-01
bin/build-packages: extract perl version from `objdump -x`s RPATH, too
Erich Eckner
2019-06-28
bin/return-assignment: prioritize failed build_assignments iff a broken ↵
Erich Eckner
dependency was rescheduled
2019-06-28
lib/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-28
lib/load-configuration: do not log ii-answer, too
Erich Eckner
2019-06-28
bin/return-assignment: correctly continue lines
Erich Eckner
2019-06-28
lib/load-configuration: skip logging for useless commands
Erich Eckner
2019-06-28
lib/load-configuration: log each command to the database
Erich Eckner
2019-06-28
new table `command_log`
Erich Eckner
2019-06-26
bin/get-assignment: fix toolchain logic
Erich Eckner
2019-06-26
bin/bootstrap-mysql: grant CREATE TEMPORARY TABLES to webserver, too
Erich Eckner
2019-06-26
lib/mysql-functions: make mysql_run_query() more verbose in case of error
Erich Eckner
2019-06-26
bin/bootstrap-mysql: grant access for webserver, too (we replicate mysql ↵
Erich Eckner
users now to the replication slaves, too)
2019-06-25
bin/build-master-status: add TODO
Erich Eckner
2019-06-25
bin/bisect-database-dumps: also bisect for "when did x vanish"
Erich Eckner
2019-06-24
bin/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-24
bin/return-assignment: correctly reschedule when haskell-* reports "Bad ↵
Erich Eckner
interface file: "
2019-06-24
add missing file modifications from 944ee949d4a7b548c5586fe144b33903e9b5b63f
Erich Eckner
[prev]
[next]