summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2019-04-14bin/get-assignment,bin/build-packages: b408d8f introduced a bug, let's ↵Erich Eckner
revert most of it and add a TODO
2019-04-14bin/build-packages: request "pentium4" packages if we have sse2Erich Eckner
2019-04-14bin/get-assignment: hand out /any/ compatible architectureErich Eckner
2019-04-12pentium4 is newErich Eckner
2019-04-12bin/get-package-updates: increase threashold of allowed blacklisted packages ↵Erich Eckner
to 2k
2019-04-12bin/get-package-updates: check, that we do not go back in timeErich Eckner
2019-04-12bin/get-package-updates: add option -r to use recent modifications commit ↵Erich Eckner
even though -d is active
2019-04-12bin/get-package-updates: add todoErich Eckner
2019-04-11added pentium4 to local-build-package helpAndreas Baumann
2019-04-10bin/get-assignment: add todoErich Eckner
2019-04-10bin/build-packages: add TODOErich Eckner
2019-04-08bin/bootstrap-mysql: update grantsErich Eckner
2019-04-04bin/create-build-support-package: fixup of 75c9b80: the pkgname should still ↵Erich Eckner
be changed!
2019-04-04bin/create-build-support-package: --only-versioned-so-provides should also ↵Erich Eckner
remove conflict and replaces
2019-04-04bin/create-build-support-package: --only-versioned-so-provides new - this ↵Erich Eckner
should create a shim package which needs to be installed beside the original one in a different version
2019-03-07bin/update-pacman-dbs: also update pacman sync cache of hostErich Eckner
2019-03-07bin/put-upstream-packages-into-db newErich Eckner
2019-03-07"pentium3" -> "pentium4"Erich Eckner
2019-02-28bin/get-package-updatesErich Eckner
2019-02-22bin/build-packages: add TODOErich Eckner
2019-02-19bin/return-assignment: fill new columnErich Eckner
2019-02-19bin/create-build-support-package: copy install_target_is_group from original ↵Erich Eckner
row, too
2019-02-16bin/return-assignment: use grep -x instead of manually adding ^...$ to regexErich Eckner
2019-02-15bin/delete-packages: more helpful help message for -bErich Eckner
2019-02-15bin/create-build-support-package: should work for nowErich Eckner
2019-02-15bin/create-build-support-package: check for correct signatureErich Eckner
2019-02-15bin/create-build-support-package: some progressErich Eckner
2019-02-15bin/create-build-support-package: more bugfixesErich Eckner
2019-02-15bin/create-build-support-package: give more specific instructionsErich Eckner
2019-02-15bin/create-build-support-package: some bug fixesErich Eckner
2019-02-15bin/create-build-support-package: some progressErich Eckner
2019-02-15bin/create-build-support-package-from: added as a TODOErich Eckner
2019-02-06bin/check-mirrors: urls should include the trailing /Erich Eckner
2019-02-02bin/build-packages: add versioned ruby dependency via $pkgname.so.needsErich Eckner
2019-02-01some more shellcheck in local-build-packageAndreas Baumann
2019-02-01bin/build-packages: do not try to un-flock if no flock was acquired due to -lErich Eckner
2019-02-01bin/build-packages: $arch needs to be set with -l, tooErich Eckner
2019-02-01bin/local-build-package: make pass shellcheck (hopefully w/o breaking it)Erich Eckner
2019-01-28set default arch in local-build-packageAndreas Baumann
2019-01-27joined the bootstrap and local build script to one scriptAndreas Baumann
2019-01-25added a bootstrapping package maker working around normal build scripts and ↵Andreas Baumann
repos
2019-01-25added a local build package working without the buildmasterAndreas Baumann
2019-01-25bin/bootstrap-mysql: package_blobs are only relevant if of identical ↵Erich Eckner
architecture!
2019-01-24bin/cleanup: only keep 1 log instead of 10Erich Eckner
2019-01-24bin/cleanup: first remove database entries, then remove logfiles w/o ↵Erich Eckner
database entries
2019-01-22bin/return-assignment: only reschedule packages that have not been touched ↵Erich Eckner
since the currently-reported-as-broken build has begun
2019-01-22bin/build-packages: iteratively strip suffixes from provided libraries - we ↵Erich Eckner
provide them all!
2019-01-21bin/clean-dependencies: hopefully fixed bad regexErich Eckner
2019-01-21bin/clean-dependencies: does remove to much - make it unrunable for nowErich Eckner
2019-01-21bin/clean-dependencies: fix typoErich Eckner