index
:
builder
db-update
master
wdy-wip
Tools for building 32-bit archlinux packages from archlinux.org's official, 64-bit tested PKGBUILDs et al.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Collapse
)
Author
2018-03-08
bin/db-update: cleanup mysql database before accessing it (to accellerate ↵
Erich Eckner
database operations)
2018-03-08
bin/sanity-check: check for pending mysql queries
Erich Eckner
2018-03-08
bin/sanity-check: print into "messages" in case of insane database
Erich Eckner
2018-03-08
bin/db-update: call calculate_maximal_moveable_set, but do nothing with the ↵
Erich Eckner
output
2018-03-08
bin/bootstrap-mysql: stored function works, but far too slow
Erich Eckner
2018-03-07
bin/get-package-updates: actually remove "broken" marker files ,too
Erich Eckner
2018-03-07
bin/get-package-updates: remove broken, blocked and locked marker files of ↵
Erich Eckner
build assignments which get deleted
2018-03-07
make -N --raw --batch the default arguments to mysql, explicitely override ↵
Erich Eckner
them if required
2018-03-07
bin/strict-bashism-check: do not fail if shellcheck is not available
Erich Eckner
2018-03-06
bin/interpret-mail: accept "\" as line break escaper
Erich Eckner
2018-03-05
bin/db-update: add TODO hinting to stored mysql function
Erich Eckner
2018-03-05
bin/bootstrap-mysql: implement stored function with new condition from ↵
Erich Eckner
db-update (which is not yet used, but looks ok)
2018-03-05
lib/common-functions: PKGBUILD is r/o, so pkgver() won't change the version :-/
Erich Eckner
2018-03-05
bin/build-packages: pass "--holdver" to makepkg, so cvs sources won't ↵
Erich Eckner
receive an update breaking our sub_pkgrel
2018-03-05
bin/build-packages: straw ":with_/dev/fuse:" new to pass "-d /dev/fuse"
Erich Eckner
2018-03-04
bin/build-master-status-from-mysql: mark build master as insane if check failed
Erich Eckner
2018-03-01
bin/bootstrap-mysql: repository_moves new
Erich Eckner
2018-03-01
use "mysql -N" instead of cumbersome sedding
Erich Eckner
2018-03-01
switch from calling ${mysql_command} to calling the wrapper function ↵
Erich Eckner
mysql_run_query()
2018-02-28
bin/bootstrap-mysql: grant create temporary tables to webserver@localhost
Erich Eckner
2018-02-27
bin/get-package-updates: fix typo in comment
Erich Eckner
2018-02-27
bin/get-package-updates: add TODO
Erich Eckner
2018-02-26
bin/seed-build-list: also write to build-list
Erich Eckner
2018-02-26
bin/seed-build-list: ignore to-be-deleted packages, too
Erich Eckner
2018-02-26
bin/show-dependencies: output to real file
Erich Eckner
2018-02-26
bin/show-dependencies: read information from database
Erich Eckner
2018-02-26
bin/bootstrap-mysql: calculate_dependencies_of_package_upto_first_built_one new
Erich Eckner
2018-02-26
bin/show-dependencies: _really_ plot ALL-graph
Erich Eckner
2018-02-26
bin/bootstrap-mysql: add comment
Erich Eckner
2018-02-26
bin/show-dependencies: forgot "ALL"
Erich Eckner
2018-02-26
bin/show-dependencies: use show_broken_packages_and_dependencies
Erich Eckner
2018-02-26
bin/bootstrap-mysql: show_broken_packages_and_dependencies new
Erich Eckner
2018-02-26
bin/bootstrap-mysql: simplify
Erich Eckner
2018-02-24
bin/strict-bashism-check: check lib/, too
Erich Eckner
2018-02-24
bin/common-functions -> lib/common-functions, bin/mysql-functions -> ↵
Erich Eckner
lib/mysql-functions
2018-02-23
bin/return-assignment: save needed libraries in database
Erich Eckner
2018-02-23
bin/seed-build-list: print seeded packages to stdout, too
Erich Eckner
2018-02-23
bin/return-assignment: remove debug output - whoops
Erich Eckner
2018-02-23
bin/build-master-status-from-mysql: make loop-error non-fatal
Erich Eckner
2018-02-23
bin/return-assignment: add TODO
Erich Eckner
2018-02-23
bin/return-assignment: require list of needed libraries
Erich Eckner
2018-02-23
bin/return-assignment: bugfix :-/
Erich Eckner
2018-02-23
bin/build-packages: save list of required libraries
Erich Eckner
2018-02-23
bin/return-assignment: add provided libraries into database
Erich Eckner
2018-02-23
bin/build-packages: do not overwrite our files by upstream ones if source ↵
Erich Eckner
package is extracted
2018-02-22
bin/build-packages: add TODO
Erich Eckner
2018-02-19
bin/sanity-check: go insane if mysql database is not sane
Erich Eckner
2018-02-19
bin/build-packages: remove old, residual tmpdirs
Erich Eckner
2018-02-18
bin/get-assignment: fix mysql parser to understand columns with spaces correctly
Erich Eckner
2018-02-18
bin/get-package-updates: use mysql_cleanup
Erich Eckner
[prev]
[next]