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
2024-05-04
Add without_check build_support step
Tasos Sahanidis
2023-07-17
lib/intentions-queue: make execute_all_intentions() locking
Erich Eckner
* now, it's safe to call it in almost all places * this enables us to do it at the start of many scripts, potentially cleaning up old left-over intentions
2023-07-13
mysql -> mariadb
Erich Eckner
* get rid of the deprecation warning
2023-06-11
allow to overwrite config location by CONFIG_DIR environment variable
Erich Eckner
2023-06-11
extract path to configuration into variable
Erich Eckner
* prepare for overwriting location of configuration dir
2023-05-22
build-packages: do not try to download sources from archlinux - we don't ↵
Erich Eckner
have a repo anymore
2023-05-20
lib/load-configuration: clone state via https - no credentials needed
Erich Eckner
2023-05-20
lib/load-configuration: fix state clone
Erich Eckner
2023-05-20
update set of repositories
Erich Eckner
2022-09-28
bin/check-mirrors: use lock file to only run once without parameters at the ↵
Erich Eckner
same time
2021-06-05
make shellcheck happy again
Erich Eckner
2021-05-23
lib/load-configuration: forgot one instance of "freenode"
Erich Eckner
2021-03-24
lib/load-configuration: the nit-picker needs the static info from the ↵
Erich Eckner
database, too - but *before* loading modifications
2021-03-24
`hostname` -> `uname -n`
Erich Eckner
2021-03-23
lib/load-configuration: change upstream path of git repositories
Erich Eckner
2021-03-18
bin/ii-watch: keep an eye on lingering intentions
Erich Eckner
2020-12-26
reverted rsync permissions, they lead to endless loops
Andreas Baumann
2020-12-26
trying to force permission in transfers to master mirror
Andreas Baumann
2020-11-04
lib/load-configuration: add TODO
Erich Eckner
2020-10-20
master_mirror_sftp_root new to configure a possibly different root directory ↵
Erich Eckner
of the http mirror from the sftp user (rsync is still expected to have its root identical to the http one)
2020-08-18
load-confiugration, check for mariadbd when loading mysql-functions
Andreas Baumann
2020-01-30
lib/load-configuration: set correct base_dir for running intentions
Erich Eckner
2020-01-30
lib/load-configuration: only source lib/intentions-queue on the master
Erich Eckner
2020-01-30
check intentions_left() whenever we get a package_database_lock
Erich Eckner
2020-01-30
lib/load-configuration: set up intentions_directory
Erich Eckner
2020-01-19
updated git location of packages32
Andreas Baumann
2019-11-27
added a simpler graceful stop version
Andreas Baumann
2019-11-23
removed all systemd tests
Andreas Baumann
2019-11-23
make stop slave switch also work in multi-slave mode
Andreas Baumann
2019-11-23
implemented a stop build slave switch for running in a restartable systemd ↵
Andreas Baumann
service
2019-11-22
lib/load-configuration: fix exit-code logic for buildmaster-on-halt
Erich Eckner
2019-10-29
lib/load-configuration: `exit 0` for systemd if buildmaster is on halt
Erich Eckner
2019-10-27
lib/load-configuration: "64k" means 65535, not 65536
Erich Eckner
2019-10-27
lib/load-configuration: only save first 64k of parameters - the database ↵
Erich Eckner
can't store more anyways
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
[next]