summaryrefslogtreecommitdiff
path: root/bin/build-packages
AgeCommit message (Collapse)Author
2021-02-13bin/build-packages: recognize more error log locationsErich Eckner
2021-01-19bin/build-packages: run namcap if archbuild didn't create a namcap logErich Eckner
2020-06-29bin/build-packages: exit early, if compressing the package failsErich Eckner
2020-06-25bin/build-packages: do not hide errors from `tar -xf`Erich Eckner
2020-04-11bin/build-packages: find more log filesErich Eckner
2020-02-20bin/build-packages: rename namcap logErich Eckner
2020-02-19bin/build-packages: compress the package in a separate stage - this can even ↵Erich Eckner
be offloaded to a different machine later
2020-02-13revert "remove hard-coded package suffixes" commits where they were ↵Erich Eckner
unappropriate
2020-02-13bin/build-packages: remove hard-coded package suffixesErich Eckner
2020-01-05bin/build-packages: print warnings if unexpected packages are being removedErich Eckner
2020-01-04bin/build-packages: print list of built packages to stderr iff there could ↵Erich Eckner
be no packages found for sending to the build master
2020-01-03bin/build-packages: try to download xz and zst compressed packages for namcapErich Eckner
2020-01-03bin/build-packages: do not download more than 100 packages for namcapErich Eckner
2020-01-03bin/build-packages,bin/return-assignment: xz -> zst: tar -J -> tar --zstdErich Eckner
2020-01-03bin/build-packages, bin/return-assignment: xz -> zstErich Eckner
2019-12-21bin/build-packages: add TODOErich Eckner
2019-11-23removed all systemd testsAndreas Baumann
2019-11-23better way of stopping build-package in systemd serviceAndreas Baumann
2019-11-23make stop slave switch also work in multi-slave modeAndreas Baumann
2019-11-22bin/build-packages: remove superfluid `flock -u 9`Erich Eckner
2019-10-17add TODOs for removing hard-coded package suffixesErich Eckner
2019-09-17bin/build-packages: get extra log from more failed builds (example: varnish)Erich Eckner
2019-09-10bin/build-packages: save used straw into log_fileErich Eckner
2019-09-04bin/build-packages: retrieve keys from our keystoreErich Eckner
2019-08-29bin/build-packages: add TODOErich Eckner
2019-08-22bin/build-packages: add TODOErich Eckner
2019-08-12bin/build-packages: add TODOErich Eckner
2019-08-03wait_some_time set back to 30Andreas Baumann
2019-07-19playing with increased sleep time on slavesAndreas Baumann
2019-07-18bin/build-packages: clarify error 3Erich Eckner
2019-07-05bin/build-packages: allow to pin different versions for different qt5-* ↵Erich Eckner
dependencies (some have really funny values)
2019-07-05bin/build-packages: pin the $pkgver of all qt5-* dependenciesErich Eckner
2019-07-04bin/build-packages: do not remove _all_ log files if checksum is once ↵Erich Eckner
correctly computed - only remove the log file for _that_
2019-07-03bin/build-packages: remove logs of successfuly checked logsErich Eckner
2019-07-03bin/build-packages: write user@hostname to log of failed buildsErich Eckner
2019-07-03bin/build-packages: fix -lErich Eckner
2019-07-03bin/build-packages: store name of log file in variable. After build failure, ↵Erich Eckner
search inside log file for reference to other log files and append them to the log (which gets uploaded)
2019-07-03bin/build-packages: clean up mess with verifysource.log: give it a proper ↵Erich Eckner
name from the start
2019-07-01bin/build-packages: extract perl version from `objdump -x`s RPATH, tooErich Eckner
2019-06-24bin/build-packages: :haskell_without_check: should not skip if it's not a ↵Erich Eckner
haskell-* package - it should rather append a build trial including straw :without_check: if it is such a package
2019-06-24bin/build-packages: clean up haskell-* logic of :without_check: strawErich Eckner
2019-06-23bin/build-packages: fix $((minor_version+1)) for ↵Erich Eckner
ruby-,python-,perl-dependent packages with >= 3 levels of versions
2019-06-20bin/build-packages: hide output of failing mvErich Eckner
2019-06-20bin/build-packages: save logs of `makepkg --verifysource` runsErich Eckner
2019-06-20bin/build-packages: fix broken sedErich Eckner
2019-06-20bin/build-packages: update TODOErich Eckner
2019-06-20bin/build-packages: fixing sources should not happen in the ↵Erich Eckner
try-to-fix-the-build loop
2019-06-20bin/build-packages: receive gpg keys before building and after `makepkg ↵Erich Eckner
--verifysource` failed
2019-06-20bin/build-packages: discard output of makepkg --verifysourceErich Eckner
2019-06-20bin/build-packages: deduplicate a lineErich Eckner