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-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
2019-06-24
bin/build-packages: clean up haskell-* logic of :without_check: straw
Erich Eckner
2019-06-24
bin/return-assignment: convert haskell-* names to lower case
Erich Eckner
2019-06-24
bin/return-assignment: make haskell-failure-regex less strict
Erich Eckner
2019-06-24
bin/get-assignment: the most abundand build slaves should get all kind of ↵
Erich Eckner
architectures early
2019-06-24
lib/mysql-functions: mysql_determine_majority_build_slave_architecture_id() new
Erich Eckner
2019-06-23
bin/build-packages: fix $((minor_version+1)) for ↵
Erich Eckner
ruby-,python-,perl-dependent packages with >= 3 levels of versions
2019-06-21
bin/sanity-check: extend TODO
Erich Eckner
2019-06-21
bin/sanity-check: add TODO
Erich Eckner
2019-06-21
bin/bisect-database-dumps: add explanation
Erich Eckner
2019-06-21
bin/bisect-database-dumps new to bisect through the database dumps
Erich Eckner
2019-06-21
lib/common-functions: fix buggy mysql query
Erich Eckner
2019-06-21
lib/common-functions: update_blocked_packages_count(): consider haskell-* ↵
Erich Eckner
makedepends equal to depends
2019-06-20
bin/build-packages: hide output of failing mv
Erich Eckner
2019-06-20
bin/build-packages: save logs of `makepkg --verifysource` runs
Erich Eckner
2019-06-20
bin/build-packages: fix broken sed
Erich Eckner
2019-06-20
bin/build-packages: update TODO
Erich Eckner
2019-06-20
straws mirrored_source and mirrored_source_by_hash should be only active in ↵
Erich Eckner
the first build trial (ae247cfa1d9ae8cea8f7fb5b599d4a56241ab77e changed the logic of those)
2019-06-20
bin/build-packages: fixing sources should not happen in the ↵
Erich Eckner
try-to-fix-the-build loop
2019-06-20
bin/build-packages: receive gpg keys before building and after `makepkg ↵
Erich Eckner
--verifysource` failed
2019-06-20
bin/build-packages: discard output of makepkg --verifysource
Erich Eckner
2019-06-20
bin/build-packages: deduplicate a line
Erich Eckner
2019-06-20
move default value assignment into lib/load-configuration; comment default ↵
Erich Eckner
value assignment in *.conf.example
2019-06-20
bin/build-packages: download and check sources in a separate step
Erich Eckner
2019-06-20
bin/build-packages: do not compile if already successful
Erich Eckner
2019-06-20
set archbuild_chroots to default if not set in configuration
Andreas Baumann
2019-06-20
merge build-packages
Andreas Baumann
2019-06-20
added archbuild_chroots parameter for separating slaves
Andreas Baumann
[next]