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-15
lib/common-functions: extract_dependencies_from_package(): no need to call ↵
Erich Eckner
mysql_load_min_and_max_versions() - this is always done by the callee
2019-07-15
bin/nit-picker,lib/common-functions: separate ↵
Erich Eckner
extract_dependencies_from_package() for external reuse
2019-07-15
misc/database-layout: new columns "public_key" in "gpg_keys"
Erich Eckner
2019-07-15
bin/slave-build-connect: save exit_code and duration of run commands
Erich Eckner
2019-07-15
misc/database-layout: new columns "exit_code" and "duration" in "ssh_log"
Erich Eckner
2019-07-15
bin/return-assignment: add TODO
Erich Eckner
2019-07-14
Revert "bin/get-assignment: accellerate query (?) by using temporary table ↵
Erich Eckner
instead of "WHERE EXISTS (SELECT ...)"" This reverts commit ffe16b27cc7a8af56837c437943cdec5dc179e68. The query is much faster in the old way.
2019-07-13
bin/nit-picker: convert dependencies to lower case
Erich Eckner
2019-07-13
bin/nit-picker: ignore pkgrel and sub_pkgrel on dependencies
Erich Eckner
2019-07-12
lib/common-functions: fix typo in irc_say()
Erich Eckner
2019-07-12
lib/common-functions: irc_say(): fix typo
Erich Eckner
2019-07-12
bin/nit-picker: do not abort when -n and ii not running
Erich Eckner
2019-07-12
bin/nit-picker: fix parsing bug
Erich Eckner
2019-07-12
bin/ping-from-slave,bin/return-assignment: use the improved irc_say()
Erich Eckner
2019-07-12
lib/common-functions: irc_say(): correctly handle starting of (pm) conversation
Erich Eckner
2019-07-12
bin/nit-picker: sponge magic does not work properly - use irc_say
Erich Eckner
2019-07-12
bin/nit-picker: check if commit is ahead of HEAD
Erich Eckner
2019-07-12
bin/nit-picker: repair irc-pm submission
Erich Eckner
2019-07-12
bin/nit-picker: do not flood channel with broken-dependencies messages
Erich Eckner
2019-07-12
bin/nit-picker: check dependency discrepancies between package and mysql ↵
Erich Eckner
database
2019-07-12
lib/mysql-functions: mysql_load_min_and_max_versions() should ignore ↵
Erich Eckner
versions with `order`=NULL
2019-07-12
bin/get-package-updates: use `git pull --ff-only` instead of `git update ↵
Erich Eckner
remotes` on non-bare source repo
2019-07-12
bin/nit-picker: ii may not run when -n
Erich Eckner
2019-07-12
bin/nit-picker: make irc optional (for testing purposes)
Erich Eckner
2019-07-12
bin/return-assignment: trigger_mirror_refreshs should be run after possible ↵
Erich Eckner
duplicates have been removed
2019-07-11
lib/mysql-functions: print architecture to offending repository
Erich Eckner
2019-07-11
bin/return-assignment: improve haskell-rescheduling-logic: we now also look ↵
Erich Eckner
at the version of installed packages (sometimes a package has an older-than-expected version - this should not trigger a rebuild!)
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
[prev]
[next]