summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-16misc/database-layout.dmf: some new tables in the graph which are in the ↵Erich Eckner
database for quite a while :-)
2018-04-15bin/copy-to-build-support bin/delete-packages bin/return-assignment: set ↵Erich Eckner
TMPDIR out of tmpfs, so repo-* won't run out of space
2018-04-15lib/mysql-functions: more detailed progressErich Eckner
2018-04-15bin/delete-packages: fix mysql - how did this work before???Erich Eckner
2018-04-13bin/sanity-check: test if left-over mysql query is still there after 5 secondsErich Eckner
2018-04-12web-scripts are now in archweb32Erich Eckner
2018-04-11web-scripts/mysql-issues.php: -xErich Eckner
2018-04-11web-scripts: unify mysql user (http -> webserver)Erich Eckner
2018-04-11lib/mysql-functions: mysql_add_package_source: fall back on complete history ↵Erich Eckner
if commit_time not determinable between old_git_revision and git_revision (git_mod_revision might have been updated)
2018-04-11lib/common-functions: make_source_info: *-docs should depend on *, tooErich Eckner
2018-04-11lib/mysql-functions: whoops, typoErich Eckner
2018-04-11lib/mysql-functions: give mysql_generate_package_source the .SRCINFO, so git ↵Erich Eckner
will not be queried for already-retrieved information
2018-04-11lib/common-functions: simplify format of additional informationErich Eckner
2018-04-11lib/common-functions: make_source_info: rm $output on failureErich Eckner
2018-04-11lib/common-functions: make_source_info: put additional infos into .SRCINFOErich Eckner
2018-04-11lib/mysql-functions: mysql_add_package_source: clean up parameter messErich Eckner
2018-04-11bin/seed-build-list: de-clutter outputErich Eckner
2018-04-11bin/build-master-status: skip creation of todos.htmlErich Eckner
2018-04-11web-scripts/todos.php: generate text-todos from database, tooErich Eckner
2018-04-10lib/common-functions: archive less stuff from gitErich Eckner
2018-04-10lib/mysql-functions: more debug output to see what exactly takes ↵Erich Eckner
mysql_generate_package_metadata so long
2018-04-10lib/mysql-functions: mysql_add_package_source: remove old_git_revision from ↵Erich Eckner
mysql query
2018-04-10lib/mysql-functions: mysql_add_package_source: $old_git_revision new to ↵Erich Eckner
shorten lookup of commit date
2018-04-07web-scripts/todos.php: escape '"' correctlyErich Eckner
2018-04-07bin/get-package-updates: remove done todoErich Eckner
2018-04-07bin/ii-connect: fix typoErich Eckner
2018-04-07ii-connect: wtf: pkgfile -> tyzoid's interfaceErich Eckner
2018-04-04web-scripts/status.php newErich Eckner
2018-04-04lib/mysql-functions: mysql_add_package_source: save time of commit, tooErich Eckner
2018-04-04new column in `package_sources`: `commit_time`Erich Eckner
2018-04-03bin/ii-connect: use correct config fileErich Eckner
2018-04-03substitute bin/wtf by pkgfileErich Eckner
2018-04-03bin/strict-bashism-check: check only executables in conf/ with shellcheckErich Eckner
2018-04-03bin/strict-bashism-check: ignore non-executables in conf/Erich Eckner
2018-04-03lib/common-functions: download_sources_by_hash knows sha1sum, too, nowErich Eckner
2018-04-02web-scripts/build-slaves.php: include `last_action`Erich Eckner
2018-04-02lib/mysql-functions: mysql_cleanup: remove last_action from build_slaves ↵Erich Eckner
without an assignment, too
2018-04-02bin/bootstrap-mysql: new column in build_slavesErich Eckner
2018-04-02bin/ping-from-slave: save build_slaves.last_actionErich Eckner
2018-04-02conf/default.conf: do not probe for `files`Erich Eckner
2018-04-02misc/database-layout.dmf: new column in build_slaves tableErich Eckner
2018-04-02bin/bootstrap-mysql: remove done TODOErich Eckner
2018-03-29bin/return-assignment: skip file insertion for nowErich Eckner
2018-03-29bin/wtf: fix joinsErich Eckner
2018-03-29move calculation of mysql_files_table_partitions from lib/mysql-functions to ↵Erich Eckner
conf/default.conf - $work_dir was not yet set
2018-03-29make mysql_files_table_partitions dynamically determined in ↵Erich Eckner
lib/mysql-functions instead of statically configured in conf/default.conf
2018-03-29bin/wtf: explicitely chose partitionErich Eckner
2018-03-29conf/default.conf: put number of partitions into variableErich Eckner
2018-03-29bin/build-packages: do not lock ping-to-buildmaster for each straw - this ↵Erich Eckner
does not work!
2018-03-29bin/sanity-check: fix sed commandErich Eckner