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
/
load-configuration
Age
Commit message (
Collapse
)
Author
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-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-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-01-19
max_testing_duration is now an integer (days)
Erich Eckner
2019-01-15
lib/load-configuration: do "set +e" if run from bash and base_dir already ↵
Erich Eckner
set, too
2018-11-23
lib/load-configuration: do not set base_dir if it is already set
Erich Eckner
2018-11-17
the user on the buildmaster is now "master" instead of "slave"
Erich Eckner
2018-10-09
lib/load-configuration,conf/slave.conf.example: access sources-by-hash ↵
Erich Eckner
mirror via https instead of http
2018-09-24
bin/harvest-commit-times new
Erich Eckner
2018-09-14
use i486 in more places
Erich Eckner
2018-09-08
new lock-file status.lock
Erich Eckner
2018-09-05
lib/load-configuration: do not "set -e" if sourced from shell
Erich Eckner
2018-09-03
lib/load-configuration: check even earlier for kill switch
Erich Eckner
2018-09-03
lib/load-configuration: check early for running mysqld, add a kill-switch ↵
Erich Eckner
/tmp/do-not-run-build-master
2018-09-02
lib/load-configuration: add TODO
Erich Eckner
2018-07-19
mark packages without bug reports as tested after some time (default: 2 weeks)
Erich Eckner
2018-07-08
lib/load-configuration: use yet another url for releng
Erich Eckner
2018-07-08
lib/load-configuration: fix url
Erich Eckner
2018-07-08
lib/load-configuration: fix typo
Erich Eckner
2018-07-08
lib/load-configuration: clone correct repository
Erich Eckner
2018-07-08
bin/check-mirrors: use git repository of releng
Erich Eckner
2018-06-26
lib/load-configuration: revert a little more, now it should _really_ work ...
Erich Eckner
2018-06-26
lib/load-configuration: revert last commit partially - it broke something
Erich Eckner
2018-06-26
lib/load-configuration,lib/mysql-functions: make runable outside of ↵
Erich Eckner
build-master in build-master mode
2018-06-26
lib/load-configuration: load values from database if mysqld is running ↵
Erich Eckner
(makes debugging/testing easier)
2018-06-21
lib/load-configuration: source lib/mysql-functions depending on wether ↵
Erich Eckner
mysqld is running or not, not on wether we're the master or not
2018-06-21
lib/load-configuration: hostname decides wether we are the master or a slave ↵
Erich Eckner
- not if mysqld is running
2018-06-13
$master_mirror_rsync_command now with "-l" by default
Erich Eckner
2018-06-12
lib/load-configuration: do not check out newest revision - it will ↵
Erich Eckner
unnecessarily block everything if there is an issue with the git repository
2018-06-12
"--copy-dest" should only be an option in bin/return-assignment copying ↵
Erich Eckner
packages, also "-c" should be used, there
2018-06-12
bin/build-packages: try to copy packages to .transfer on the master mirror ↵
Erich Eckner
(to relieve some upload bandwidth from the build master)
2018-06-12
lib/load-configuration: hide output of "git pull" if successful
Erich Eckner
2018-06-12
lib/load-configuration: do not fail on failing "git pull" (race conditions)
Erich Eckner
2018-06-12
lib/load-configuration: silence "git status"
Erich Eckner
2018-06-12
lib/load-configuration: check out newest revision
Erich Eckner
2018-06-04
lib/load-configuration: use new git repository url(s)
Erich Eckner
2018-05-30
repo_names and repo_paths__* is read from the database on the buildmaster, now
Erich Eckner
2018-05-30
lib/load-configuration: load constant values from the database later - we ↵
Erich Eckner
need to set up the database access first :-D
2018-05-30
lib/mysql-functions: mysql_retrieve_repository_ids() -> ↵
Erich Eckner
mysql_retrieve_static_information() ... and it will be called automatically by lib/load-configuration
2018-05-30
lib/common-functions: remove known-package-repositories configuration variables
Erich Eckner
2018-05-30
lib/load-configuration: legacy config loading removed
Erich Eckner
2018-05-28
lib/load-configuration: create mirrored instead of only bare repositories
Erich Eckner
2018-05-25
lib/load-configuration: add TODO
Erich Eckner
[next]