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
path:
root
/
lib
Age
Commit message (
Collapse
)
Author
2019-08-22
lib/common-functions: add dependencies for linux-*-{docs,headers} -> linux-* ↵
Erich Eckner
with version
2019-08-21
lib/common-functions: expand_blacklist_architectures(): "any" should not be ↵
Erich Eckner
removed - we need it for seed-build-list
2019-08-21
lib/common-functions: expand_blacklist_architectures() new
Erich Eckner
2019-08-07
lib/mysql-functions: ↵
Erich Eckner
mysql_join_dependencies_install_target_providers_with_versions(): extract list of non-any repos into shell variable, too
2019-08-05
lib/common-functions: do not wait for screens to finish - it's unimportant
Erich Eckner
2019-07-15
lib/common-functions: silence warning of lsof
Erich Eckner
2019-07-15
lib/common-functions: extract_dependencies_from_package(): output to stdout
Erich Eckner
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-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
lib/common-functions: irc_say(): correctly handle starting of (pm) conversation
Erich Eckner
2019-07-12
lib/mysql-functions: mysql_load_min_and_max_versions() should ignore ↵
Erich Eckner
versions with `order`=NULL
2019-07-11
lib/mysql-functions: print architecture to offending repository
Erich Eckner
2019-07-06
lib/mysql-functions: ↵
Erich Eckner
mysql_query_generate_packages_with_pending_dependencies() new
2019-07-05
lib/mysql-functions: fix typo
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-02
lib/common-functions: update_blocked_packages_count() should use ↵
Erich Eckner
"unimportant" mysql queries
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
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-26
lib/mysql-functions: make mysql_run_query() more verbose in case of error
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
add missing file modifications from 944ee949d4a7b548c5586fe144b33903e9b5b63f
Erich Eckner
2019-06-24
lib/mysql-functions: mysql_determine_majority_build_slave_architecture_id() new
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
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
move default value assignment into lib/load-configuration; comment default ↵
Erich Eckner
value assignment in *.conf.example
2019-06-20
added archbuild_chroots parameter for separating slaves
Andreas Baumann
2019-06-19
lib/load-configuration: canonicalize base_dir, so we can search for it in ↵
Erich Eckner
~/.ssh/authorized_keys
2019-06-18
lib/mysql-functions: remove done TODO
Erich Eckner
2019-06-18
lib/common-functions: count how many packages are being blocked, not _by_ ↵
Erich Eckner
how many packages we are being blocked
2019-06-18
lib/common-functions: update_blocked_packages_count() new to fill that column
Erich Eckner
2019-06-16
lib/mysql-functions: add TODO
Erich Eckner
2019-06-16
lib/common-functions: trigger_mirror_refreshs(): ignore exit code of "screen ↵
Erich Eckner
-wipe"
2019-06-16
added screen -wipe in trigger_mirror_refreshs
Andreas Baumann
2019-06-16
lib/common-functions: trigger_mirror_refreshs(): wait for screen(s) to ↵
Erich Eckner
finish - else systemd seems to kill them
2019-05-22
lib/common-functions: recursively_umount_and_rm() make unsufficient ↵
Erich Eckner
privileges non-fatal
2019-05-20
lib/common-functions: recursively_umount_and_rm(): check that argument is ↵
Erich Eckner
directory
2019-04-23
lib/common-functions: apply_trunk_patch() should also copy over missing files
Erich Eckner
2019-04-17
lib/common-functions: recursively_umount_and_rm(): copy stuff from ↵
Erich Eckner
archlinux/devtool's lib/archroot.sh: is_subvolume(), is_same_fs() and subvolume_delete_recursive() - now it should do the correct thing on btrfs, too
2019-04-15
lib/mysql-functions: support pentium4, too
Erich Eckner
2019-04-15
lib/mysql-functions: mysql_sanity_check() we have more architectures now, ↵
Erich Eckner
thus we have also more invalid architecture combinations build_assignment <-> binary_package
2019-04-12
lib/mysql-functions: fix indentation
Erich Eckner
2019-04-12
pentium4 is new
Erich Eckner
2019-03-07
"pentium3" -> "pentium4"
Erich Eckner
2019-02-28
lib/common-functions: remove_old_package_versions(): 5413ad5 made an earlier ↵
Erich Eckner
injection of .sig files wrong and unnecessary
[next]