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
Age
Commit message (
Collapse
)
Author
2019-07-19
bin/get-assignment: use mysql_join_toolchain_order_package_sources() and ↵
Erich Eckner
mysql_join_package_sources_toolchain_order() instead of hand-crafted joins
2019-07-19
bin/get-assignment: repair architecture-compatibility-logic
Erich Eckner
2019-07-18
bin/build-packages: clarify error 3
Erich Eckner
2019-07-15
bin/return-assignment: fix order of joins
Erich Eckner
2019-07-15
bin/return-assignment: update _all_ dependencies when package gets inserted ↵
Erich Eckner
into our repositories
2019-07-15
lib/common-functions: extract_dependencies_from_package(): output to stdout
Erich Eckner
2019-07-15
bin/nit-picker,lib/common-functions: separate ↵
Erich Eckner
extract_dependencies_from_package() for external reuse
2019-07-15
bin/slave-build-connect: save exit_code and duration of run commands
Erich Eckner
2019-07-15
bin/return-assignment: add TODO
Erich Eckner
2019-07-14
Revert "bin/get-assignment: accellerate query (?) by using temporary table ↵
Erich Eckner
instead of "WHERE EXISTS (SELECT ...)"" This reverts commit ffe16b27cc7a8af56837c437943cdec5dc179e68. The query is much faster in the old way.
2019-07-13
bin/nit-picker: convert dependencies to lower case
Erich Eckner
2019-07-13
bin/nit-picker: ignore pkgrel and sub_pkgrel on dependencies
Erich Eckner
2019-07-12
bin/nit-picker: do not abort when -n and ii not running
Erich Eckner
2019-07-12
bin/nit-picker: fix parsing bug
Erich Eckner
2019-07-12
bin/ping-from-slave,bin/return-assignment: use the improved irc_say()
Erich Eckner
2019-07-12
bin/nit-picker: sponge magic does not work properly - use irc_say
Erich Eckner
2019-07-12
bin/nit-picker: check if commit is ahead of HEAD
Erich Eckner
2019-07-12
bin/nit-picker: repair irc-pm submission
Erich Eckner
2019-07-12
bin/nit-picker: do not flood channel with broken-dependencies messages
Erich Eckner
2019-07-12
bin/nit-picker: check dependency discrepancies between package and mysql ↵
Erich Eckner
database
2019-07-12
bin/get-package-updates: use `git pull --ff-only` instead of `git update ↵
Erich Eckner
remotes` on non-bare source repo
2019-07-12
bin/nit-picker: ii may not run when -n
Erich Eckner
2019-07-12
bin/nit-picker: make irc optional (for testing purposes)
Erich Eckner
2019-07-12
bin/return-assignment: trigger_mirror_refreshs should be run after possible ↵
Erich Eckner
duplicates have been removed
2019-07-11
bin/return-assignment: improve haskell-rescheduling-logic: we now also look ↵
Erich Eckner
at the version of installed packages (sometimes a package has an older-than-expected version - this should not trigger a rebuild!)
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-07-11
bin/bootstrap-mysql: webserver@localhost need REPLICATION CLIENT ON *.*
Erich Eckner
2019-07-10
bin/return-assignment: use canonical $tmp_dir also for broken-haskell-packages
Erich Eckner
2019-07-08
bin/nit-picker: update git repos before complaining about missing commits
Erich Eckner
2019-07-08
bin/nit-picker: actually talk on irc
Erich Eckner
2019-07-08
bin/nit-picker: remove debug output
Erich Eckner
2019-07-08
bin/nit-picker: begun
Erich Eckner
2019-07-06
bin/get-assignment: accellerate query (?) by using temporary table instead ↵
Erich Eckner
of "WHERE EXISTS (SELECT ...)"
2019-07-06
bin/return-assignment: give link to build log in irc, too
Erich Eckner
2019-07-05
bin/build-packages: allow to pin different versions for different qt5-* ↵
Erich Eckner
dependencies (some have really funny values)
2019-07-05
bin/build-packages: pin the $pkgver of all qt5-* dependencies
Erich Eckner
2019-07-04
bin/build-packages: do not remove _all_ log files if checksum is once ↵
Erich Eckner
correctly computed - only remove the log file for _that_
2019-07-04
bin/bootstrap-mysql: accellerate `blacklist_packages` by using a temporary table
Erich Eckner
2019-07-03
bin/build-packages: remove logs of successfuly checked logs
Erich Eckner
2019-07-03
bin/build-packages: write user@hostname to log of failed builds
Erich Eckner
2019-07-03
bin/get-package-updates: be more verbose during blacklisting step
Erich Eckner
2019-07-03
bin/build-packages: fix -l
Erich Eckner
2019-07-03
bin/build-packages: store name of log file in variable. After build failure, ↵
Erich Eckner
search inside log file for reference to other log files and append them to the log (which gets uploaded)
2019-07-03
bin/build-packages: clean up mess with verifysource.log: give it a proper ↵
Erich Eckner
name from the start
2019-07-03
bin/bootstrap-mysql: add keys to temporary blacklist tables (accellerates ↵
Erich Eckner
queries?)
2019-07-03
bin/bootstrap-mysql: restructure blacklist_packages to use less/no "EXISTS" ↵
Erich Eckner
queries
2019-07-02
bin/bootstrap-mysql: add TODO
Erich Eckner
2019-07-02
bin/get-package-updates: do not count packages blacklisted on i486 as ↵
Erich Eckner
blacklisted
2019-07-02
bin/bootstrap-mysql: blacklist_packages: add proper(?) architecture checks
Erich Eckner
[prev]
[next]