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
2018-09-26
lib/mysql-functions: mysql_generate_package_metadata(): remove old ↵
Erich Eckner
binary_packages_in_repositories iff inserting into build-list or to-be-decided-list
2018-09-26
bin/seed-build-list: choose column from different table - makes query more ↵
Erich Eckner
easily extractable for debugging purposes
2018-09-25
bin/get-package-updates,bin/interpret-mail,bin/slave-build-connect: "INSERT ↵
Erich Eckner
INTO" -> "INSERT IGNORE INTO"
2018-09-25
bin/return-assignment: "insert into" -> "insert ignore into" (there are ↵
Erich Eckner
"commits" inbetween which make parts of the query succeed)
2018-09-25
bin/get-package-updates: put trigger_rebuild_on_any_file_sed_expression into ↵
Erich Eckner
a file - it's too long for the command line
2018-09-25
bin/return-assignment: aborting a build happens outside the lock and is thus ↵
Erich Eckner
unimportant
2018-09-25
bin/prioritize-build-list: new option -d|--dependencies
Erich Eckner
2018-09-24
bin/check-bugtracker: queries are "unimportant" - mark them as such
Erich Eckner
2018-09-24
bin/harvest-commit-times: harvest 10 commit times at a time and then update ↵
Erich Eckner
the database
2018-09-24
lib/mysql-functions: ↵
Erich Eckner
mysql_query_remove_old_binary_packages_from_build_list() should run the deletion part of mysql_query_and_delete_unneeded_binary_packages(), too
2018-09-24
unify mktemp definitions to use --tmpdir if appropriate
Erich Eckner
2018-09-24
bin/get-package-updates: do not print old_repo_revision in intermediate pipe
Erich Eckner
2018-09-24
lib/mysql-functions: let `commit_time` unset in mysql_add_package_source() ↵
Erich Eckner
-- whoops, I forgot most of the files
2018-09-24
lib/mysql-functions: let `commit_time` unset in mysql_add_package_source()
Erich Eckner
2018-09-24
bin/harvest-commit-times new
Erich Eckner
2018-09-24
bin/return-assignment: check that the packager is set
Erich Eckner
2018-09-24
bin/return-assignment: add TODO
Erich Eckner
2018-09-20
bin/sanity-check: ignore unimportant query leftovers (they may be still running)
Erich Eckner
2018-09-20
bin/build-master-status: mark the queries as unimportant
Erich Eckner
2018-09-20
lib/mysql-functions: mysql_add_package_source(): add TODO
Erich Eckner
2018-09-19
lib/mysql-functions: mysql_find_build_assignment_loops(): fix table name
Erich Eckner
2018-09-19
lib/mysql-functions: mysql_find_build_assignment_loops(): use awk, a ↵
Erich Eckner
tmp_file and load data local instead of bash, pipes and insert into
2018-09-19
lib/mysql-functions: mysql_find_build_assignment_loops(): bugfix & cleanup
Erich Eckner
2018-09-19
lib/mysql-functions: mysql_find_build_assignment_loops(): insert looped ↵
Erich Eckner
packages, 20 at a time
2018-09-18
do not delete lock files
Erich Eckner
2018-09-17
bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git fetch ↵
Erich Eckner
origin master:master" only works for bare repositories - use "git remote update" for non-bare ones
2018-09-17
lib/mysql-functions: mysql_query_has_pending_dependencies() should ignore ↵
Erich Eckner
dependencies which have identical build_assignments
2018-09-17
bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git remote ↵
Erich Eckner
update" -> "git fetch origin master:master"
2018-09-17
lib/mysql-functions: mysql_generate_package_metadata(): arch= definitions in ↵
Erich Eckner
package_xx() override arch= definitions elsewhere in the PKGBUILD
2018-09-17
bin/return-assignment: the slave reports back _its_ architecture, not the ↵
Erich Eckner
one of the build-assignment
2018-09-17
bin/return-assignment: save correct name of log file in data base
Erich Eckner
2018-09-15
bin/return-assignment: fill all columns of `dependencies`
Erich Eckner
2018-09-14
bin/seed-build-list: remove debug output introduced in dc6a8a45
Erich Eckner
2018-09-14
bin/cleanup: remove impossible TODO
Erich Eckner
2018-09-14
bin/seed-build-list: cleanup
Erich Eckner
2018-09-14
bin/seed-build-list: add TODO
Erich Eckner
2018-09-14
lib/mysql-functions: add TODO
Erich Eckner
2018-09-14
bin/seed-build-list: fix sed logic
Erich Eckner
2018-09-14
use i486 in more places
Erich Eckner
2018-09-14
lib/mysql-functions: mysql_find_build_assignment_loops(): look for ↵
Erich Eckner
dependency loops separated by architectures
2018-09-14
bin/return-assignment: save architecture in log-file name
Erich Eckner
2018-09-14
bin/return-assignment: tell which architecture the broken package was
Erich Eckner
2018-09-14
bin/build-packages: use per-arch build command
Erich Eckner
2018-09-13
lib/mysql-functions: ↵
Erich Eckner
mysql_join_dependencies_install_target_providers_with_versions(): fix parameter order in call of mysql_query_ordering_correct()
2018-09-13
bin/get-assignment: add missing JOIN
Erich Eckner
2018-09-13
bin/get-assignment: remove stray line
Erich Eckner
2018-09-13
lib/mysql-functions: mysql_query_has_pending_dependencies(): do not use ↵
Erich Eckner
external stuff in internal JOIN...ONs
2018-09-13
lib/mysql-functions: mysql_find_build_assignment_loops() should ignore ↵
Erich Eckner
makedepends iff there is already a built version available
2018-09-13
lib/mysql-functions: we do not need to wait for makedepends, as long as ↵
Erich Eckner
_any_ available package provides the makedepends
2018-09-13
bin/get-assignment: lib/mysql-functions ↵
Erich Eckner
mysql_query_has_pending_dependencies() takes architecture id, not label!
[next]