summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-04bin/cleanup: remove old locked and broken markersErich Eckner
2017-07-04bin/sanity-check: check for build-orders on deletion-listErich Eckner
2017-07-04bin/common-functions, bin/db-update: use tempdir outside of tmpfsErich Eckner
2017-07-03add mercurial to requirements listErich Eckner
2017-07-03bin/build-master-status: buffer output to broken_outputErich Eckner
2017-07-03bin/why_dont_you: be more detailed why something is un-unstageableErich Eckner
2017-07-03bin/seed-build-list: options -i and -n newErich Eckner
2017-07-03bin/why_dont_you: bugfixesErich Eckner
2017-07-03bin/get-package-updates: do nothing if nothing changedErich Eckner
2017-07-03bin/build-master-status: sort broken packages by number of buildsErich Eckner
2017-07-03bin/get-assignment: first hand out unbroken packages, then broken ones and ↵Erich Eckner
loop breaking ones
2017-07-03bin/prioritize-build-list newErich Eckner
2017-07-03bin/build-packages: do not cd into git tree, but merely archive the right ↵Erich Eckner
files (otherwise git --fetch is not enough)
2017-07-03bin/seed-build-list: actually append new content to build-list (and get a ↵Erich Eckner
lock for that)
2017-07-03bin/cleanup: skip auto-cleanup if users are logged inErich Eckner
2017-06-30bin/db-update: switch from sshfs to sftpErich Eckner
2017-06-30master_mirror_command, master_mirror_directory -> ↵Erich Eckner
master_mirror_rsync_command, master_mirror_rsync_directory
2017-06-30bin/why_dont_you: be a little more verboseErich Eckner
2017-06-29bin/seed-build-list: add packages via regexErich Eckner
2017-06-29bin/common-functions: add sanity check after execution of make_source_infoErich Eckner
2017-06-29bin/common-functions: *.needs now contains build- and runtime dependenciesErich Eckner
2017-06-29bin/seed-build-list newErich Eckner
2017-06-29bin/db-update: only umount if mountedErich Eckner
2017-06-29bin/get-package-updates: add sanity check for "build-order"Erich Eckner
2017-06-29bin/sanity-check: be more verboseErich Eckner
2017-06-28properly escape eval expressionsErich Eckner
2017-06-28bin/mksrcinfo: fix some eval-printf bugsErich Eckner
2017-06-28bin/get-package-updates: bugfixesErich Eckner
2017-06-28bin/mksrcinfo, bin/get-package-updates: move "eval" to frontErich Eckner
2017-06-28bin/return-assignment: use non-tmpfs directory to buffer uploaded package(s)Erich Eckner
2017-06-27bin/build-packages: update todosErich Eckner
2017-06-27bin/build-packages bin/common-functions: use git archive thoroughly instead ↵Erich Eckner
of git checkout
2017-06-27bin/get-package-updates: bugfix black listingErich Eckner
2017-06-27bin/build-packages: add todoErich Eckner
2017-06-27bin/cleanup: remove bashismErich Eckner
2017-06-27bin/common-functions: several bugfixes in make_source_infoErich Eckner
2017-06-27bin/return-assignment: be more verbose about what package was missed and ↵Erich Eckner
what package was not expected
2017-06-26bin/common-functions: ignore testing and staging, too (not only *-testing ↵Erich Eckner
and *-staging)
2017-06-26bin/common-functions: make_source_info new: do not "git checkout", but "git ↵Erich Eckner
archive"
2017-06-26bin/db-update, bin/common-functions: umount -l instead of umount [-f]Erich Eckner
2017-06-26bin/common-functions: use runtime dependencies instead of compiletime ↵Erich Eckner
dependencies
2017-06-26bin/cleanup: remove all but the 10 newest build logs per packageErich Eckner
2017-06-26bin/mksrcinfo: use bash, also print *_i686Erich Eckner
2017-06-25bin/mksrcinfo: source PKGBUILD and printf variablesErich Eckner
2017-06-23move a todoErich Eckner
2017-06-23bin/common-functions: cleanupErich Eckner
2017-06-23bin/mksrcinfo: use makepkg and mksrcinfo as beforeErich Eckner
2017-06-23bin/common-functions: bin/mksrcinfo new and used via systemd-nspawn with ↵Erich Eckner
overlayfs to generate .SRCINFO
2017-06-23bin/sanity-check: basic build-list check newErich Eckner
2017-06-22bin/db-update: bugfixErich Eckner