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
/
bin
/
sanity-check
Age
Commit message (
Collapse
)
Author
2020-10-19
bin/sanity-check: check master-mirror-availability earlier - mysql test ↵
Erich Eckner
needs to connect to the master mirror
2020-06-24
bin/sanity-check: fix `set --` *everywhere*
Erich Eckner
2020-06-16
bin/sanity-check: fix wrong "set --"
Erich Eckner
2020-04-25
make shellcheck happy
Erich Eckner
2020-02-13
bin/sanity-check: remove hard-coded package suffixes
Erich Eckner
2020-02-05
bin/sanity-check: remove successful queries if we are still sane
Erich Eckner
2020-01-03
bin/sanity-check: fix wrongly-escaped sed-fu
Erich Eckner
2020-01-03
bin/sanity-check: recognize .zst packages, too
Erich Eckner
2019-10-29
bin/sanity-check: do not use exitcode 1 but 2 on insanity
Erich Eckner
2019-10-17
lib/mysql-functions: mysql_package_name_query(): take compression suffix ↵
Erich Eckner
from database, default to "tar.xz" for now
2019-10-17
add TODOs for removing hard-coded package suffixes
Erich Eckner
2019-08-07
update TODOs
Erich Eckner
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-06-21
bin/sanity-check: extend TODO
Erich Eckner
2019-06-21
bin/sanity-check: add TODO
Erich Eckner
2019-06-19
bin/sanity-check: blocked slaves do not have keys in ~/.ssh/authorized_keys
Erich Eckner
2019-06-19
bin/sanity-check: ignore return value of "diff"
Erich Eckner
2019-06-19
bin/sanity-check: fix faulty escaping
Erich Eckner
2019-06-19
bin/sanity-check: do not hard-code ~
Erich Eckner
2019-06-19
bin/sanity-check: check consistency of ~/.ssh/authorized_keys with database
Erich Eckner
2019-05-24
bin/sanity-check: add some verbosity, an rsync and an sftp check to ↵
Erich Eckner
"master-mirror-availability" test
2019-05-24
bin/sanity-check: add check for reachability of master mirror
Erich Eckner
2019-01-17
style: WHERE,ON,FROM,SELECT,JOIN should be on beginning of source lines
Erich Eckner
2018-11-17
bin/sanity-check: silence tar warnings
Erich Eckner
2018-11-14
bin/sanity-check: simultanously being on the build- and deletion-list is ok, ↵
Erich Eckner
as long as the architectures fulfill some conditions (which were wrongly represented until now)
2018-09-20
bin/sanity-check: ignore unimportant query leftovers (they may be still running)
Erich Eckner
2018-09-13
bin/sanity-check: modify check: being on build- and deletion-list ↵
Erich Eckner
simultanously is ok iff the architectures are fitting
2018-09-10
lib/common-functions: failsafe_rsync() new
Erich Eckner
2018-09-10
bin/sanity-check: print immediately to stderr
Erich Eckner
2018-09-08
move mysql sanity check from bin/build-master-status to bin/sanity-check
Erich Eckner
2018-09-08
bin/sanity-check: add TODO
Erich Eckner
2018-07-18
bin/sanity-check: do not fail if "find" returns non-zero when looking for ↵
Erich Eckner
mysql left-overs
2018-07-04
bin/sanity-check: run less jobs parallely
Erich Eckner
2018-06-19
bin/sanity-check: accellerate check for left-over mysql files
Erich Eckner
2018-06-12
bin/sanity-check: run all scheduled sanity checks, even if one fails
Erich Eckner
2018-06-07
sanity checks make use of new mysql_package_name_query
Erich Eckner
2018-06-01
bin/sanity-check: style cleanup
Erich Eckner
2018-05-30
bin/sanity-check: get archs and repos from the database
Erich Eckner
2018-05-25
lib/mysql-functions: make mysql_join_binary_packages_repositories and ↵
Erich Eckner
mysql_join_repositories_binary_packages obsolete
2018-05-25
conf/default.conf -> lib/load-configuration; conf/local.conf -> ↵
Erich Eckner
conf/{common,master,slave}.conf
2018-05-25
verbose_flock new: it calls flock and reports about blocking processes on error
Erich Eckner
2018-05-16
bin/sanity-check: --webserver -> --wait (we always output to webserver, but ↵
Erich Eckner
we make blocking configurable
2018-05-08
lib/mysql-functions: mysql_package_name_query make table names customizable
Erich Eckner
2018-05-04
lib/common-functions: irc_say: accept channel as parameter
Erich Eckner
2018-05-03
bin/sanity-check: check all archs
Erich Eckner
2018-04-13
bin/sanity-check: test if left-over mysql query is still there after 5 seconds
Erich Eckner
2018-03-29
bin/sanity-check: fix sed command
Erich Eckner
2018-03-29
bin/sanity-check: print failed mysql query, too, so we might get a hint ↵
Erich Eckner
which script misses a lock (in case of a temporary problem)
2018-03-29
bin/sanity-check: respect level of silence for pending mysql query error message
Erich Eckner
[next]