summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2018-03-08bin/bootstrap-mysql: stored function works, but far too slowErich Eckner
2018-03-07bin/get-package-updates: actually remove "broken" marker files ,tooErich Eckner
2018-03-07bin/get-package-updates: remove broken, blocked and locked marker files of ↵Erich Eckner
build assignments which get deleted
2018-03-07make -N --raw --batch the default arguments to mysql, explicitely override ↵Erich Eckner
them if required
2018-03-07bin/strict-bashism-check: do not fail if shellcheck is not availableErich Eckner
2018-03-06bin/interpret-mail: accept "\" as line break escaperErich Eckner
2018-03-05bin/db-update: add TODO hinting to stored mysql functionErich Eckner
2018-03-05bin/bootstrap-mysql: implement stored function with new condition from ↵Erich Eckner
db-update (which is not yet used, but looks ok)
2018-03-05lib/common-functions: PKGBUILD is r/o, so pkgver() won't change the version :-/Erich Eckner
2018-03-05bin/build-packages: pass "--holdver" to makepkg, so cvs sources won't ↵Erich Eckner
receive an update breaking our sub_pkgrel
2018-03-05bin/build-packages: straw ":with_/dev/fuse:" new to pass "-d /dev/fuse"Erich Eckner
2018-03-04bin/build-master-status-from-mysql: mark build master as insane if check failedErich Eckner
2018-03-01bin/bootstrap-mysql: repository_moves newErich Eckner
2018-03-01use "mysql -N" instead of cumbersome seddingErich Eckner
2018-03-01switch from calling ${mysql_command} to calling the wrapper function ↵Erich Eckner
mysql_run_query()
2018-02-28bin/bootstrap-mysql: grant create temporary tables to webserver@localhostErich Eckner
2018-02-27bin/get-package-updates: fix typo in commentErich Eckner
2018-02-27bin/get-package-updates: add TODOErich Eckner
2018-02-26bin/seed-build-list: also write to build-listErich Eckner
2018-02-26bin/seed-build-list: ignore to-be-deleted packages, tooErich Eckner
2018-02-26bin/show-dependencies: output to real fileErich Eckner
2018-02-26bin/show-dependencies: read information from databaseErich Eckner
2018-02-26bin/bootstrap-mysql: calculate_dependencies_of_package_upto_first_built_one newErich Eckner
2018-02-26bin/show-dependencies: _really_ plot ALL-graphErich Eckner
2018-02-26bin/bootstrap-mysql: add commentErich Eckner
2018-02-26bin/show-dependencies: forgot "ALL"Erich Eckner
2018-02-26bin/show-dependencies: use show_broken_packages_and_dependenciesErich Eckner
2018-02-26bin/bootstrap-mysql: show_broken_packages_and_dependencies newErich Eckner
2018-02-26bin/bootstrap-mysql: simplifyErich Eckner
2018-02-24bin/strict-bashism-check: check lib/, tooErich Eckner
2018-02-24bin/common-functions -> lib/common-functions, bin/mysql-functions -> ↵Erich Eckner
lib/mysql-functions
2018-02-23bin/return-assignment: save needed libraries in databaseErich Eckner
2018-02-23bin/seed-build-list: print seeded packages to stdout, tooErich Eckner
2018-02-23bin/return-assignment: remove debug output - whoopsErich Eckner
2018-02-23bin/build-master-status-from-mysql: make loop-error non-fatalErich Eckner
2018-02-23bin/return-assignment: add TODOErich Eckner
2018-02-23bin/return-assignment: require list of needed librariesErich Eckner
2018-02-23bin/return-assignment: bugfix :-/Erich Eckner
2018-02-23bin/build-packages: save list of required librariesErich Eckner
2018-02-23bin/return-assignment: add provided libraries into databaseErich Eckner
2018-02-23bin/build-packages: do not overwrite our files by upstream ones if source ↵Erich Eckner
package is extracted
2018-02-22bin/build-packages: add TODOErich Eckner
2018-02-19bin/sanity-check: go insane if mysql database is not saneErich Eckner
2018-02-19bin/build-packages: remove old, residual tmpdirsErich Eckner
2018-02-18bin/get-assignment: fix mysql parser to understand columns with spaces correctlyErich Eckner
2018-02-18bin/get-package-updates: use mysql_cleanupErich Eckner
2018-02-18bin/mysql-functions: remove binary_packages from to-be-decided, styleErich Eckner
2018-02-18bin/seed-build-list: we should call generate_package_metadata on all ↵Erich Eckner
packages which are seeded into the build-list via mysql_generate_package_metadata
2018-02-18bin/get-package-updates: remove useless cat - we have this in a variable alreadyErich Eckner
2018-02-18bin/get-assignment: hand out jobs by last-trial date, not by trial-countErich Eckner