summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-15bin/db-update: add TODOErich Eckner
2019-01-15bin/db-update: add some commentsErich Eckner
2019-01-15bin/db-update -p: moved packages may replace packages in other repositories o...Erich Eckner
2019-01-15bin/build-packages: do not run chmod on symlinksErich Eckner
2019-01-14bin/seed-build-list: rewrite -a - hopefully for the better, this time ;-)Erich Eckner
2019-01-14bin/seed-build-list: 2 -> $architecture_ids__i686Erich Eckner
2019-01-11misc/database-layout.dump: update in calculate_maximal_moveable_setErich Eckner
2019-01-11bin/bootstrap-mysql: only packages with known commit_time may enter package_b...Erich Eckner
2019-01-11bin/db-update: some safeguard: do not "find -delete" w/o "-xdev"Erich Eckner
2019-01-10bin/ii-answer: do not test with single regex, otherwise the salutation must b...Erich Eckner
2019-01-10bin/ii-answer: if we extract the asker via sloppy_salutation, we need to set ...Erich Eckner
2019-01-10bin/ii-answer: add comment about markovErich Eckner
2019-01-10bin/ii-answer: use bin/markov (not in repo) to return random wordsErich Eckner
2019-01-10bin/ii-answer: extrackt nick from sloppy_salutationErich Eckner
2018-12-25misc/database-layout.dump: updated (do not ignore versions of dependencies)Erich Eckner
2018-12-25bin/bootstrap-mysql: add TODOErich Eckner
2018-12-25bin/why-dont-you: can now filter by architectureErich Eckner
2018-12-25bin/why-dont-you: small cleanupErich Eckner
2018-12-21bin/return-assignment: electron2 is also "usually broken"Erich Eckner
2018-12-20bin/why-dont-you: add TODOErich Eckner
2018-11-23bin/build-packages: symlinks should be objdump'ed, too - they might get linke...Erich Eckner
2018-11-23bin/wtf: also correctly separate $arch if everything is concatenated in "$1"Erich Eckner
2018-11-23bin/wtf: $search must match the endErich Eckner
2018-11-23bin/wtf, bin/update-pacman-dbs: answer queries for i486, tooErich Eckner
2018-11-23bin/wtf: do not lib/load-configuration - we only need the base_dirErich Eckner
2018-11-23bin/wtf: use local call to pkgfile instead of web apiErich Eckner
2018-11-23bin/update-pacman-dbs: only update i686 db for now - but update pkgfile db, tooErich Eckner
2018-11-23misc/pacman-i[46]86.conf: pacman needs real CacheDirErich Eckner
2018-11-23bin/update-pacman-dbs: do not use lib/load-configuration - it fails if execut...Erich Eckner
2018-11-23pacman configs new to copy over the package databases (in files) for i486 and...Erich Eckner
2018-11-23lib/load-configuration: do not set base_dir if it is already setErich Eckner
2018-11-22lib/mysql-functions: mysql_load_min_and_max_versions(): extract version ids, tooErich Eckner
2018-11-22lib/mysql-functions: remove done TODOErich Eckner
2018-11-22bin/seed-build-list: if a to-be-seeded package is not found in community64, l...Erich Eckner
2018-11-22lib/mysql-functions: mysql_retrieve_static_information(): extract current git...Erich Eckner
2018-11-22bin/seed-build-list: add TODOErich Eckner
2018-11-21bin/build-packages: _first_ print the filename, then run objdump - otherwise ...Erich Eckner
2018-11-17bin/build-packages: add TODOErich Eckner
2018-11-17bin/sanity-check: silence tar warningsErich Eckner
2018-11-17README.md: parallel is needed on the buildmasterErich Eckner
2018-11-17the user on the buildmaster is now "master" instead of "slave"Erich Eckner
2018-11-17bin/ping-to-master: fix typo in commentErich Eckner
2018-11-16bin/build-packages: add check for empty checksumErich Eckner
2018-11-16bin/build-packages: "grep -w" matched only words - we should do so now, tooErich Eckner
2018-11-16bin/build-packages: add library names to provided symbols - it appears, symbo...Erich Eckner
2018-11-15bin/build-packages: include so versioned symbols in dependenciesErich Eckner
2018-11-14bin/prioritize-build-list: architecture must match for -dErich Eckner
2018-11-14bin/delete-packages: identify packages by $repo_arch/$repo/$pkgname instead o...Erich Eckner
2018-11-14bin/sanity-check: simultanously being on the build- and deletion-list is ok, ...Erich Eckner
2018-11-14bin/build-packages: avoid SC2156Erich Eckner