summaryrefslogtreecommitdiff
path: root/bin/build-packages
AgeCommit message (Collapse)Author
2018-01-18put name of creating script into name of temporary directoriesErich Eckner
2018-01-17bin/build-packages: trigger update of upstream i686 package mirror if necessaryErich Eckner
2018-01-11bin/build-packages: additional straw to skip check() (not tried by default)Erich Eckner
2018-01-04bin/build-packages: check if sources are correct before downloading themErich Eckner
2017-12-08bin/build-packages: add TODOErich Eckner
2017-12-04bin/build-packages: remove sub_pkgrel before downloading x86_64 package for ↵Erich Eckner
namcap report.
2017-11-28bin/build-packages: more outputErich Eckner
2017-11-26added some help to usage of build-packagesAndreas Baumann
2017-11-25bin/build-packages: ditoErich Eckner
2017-11-25bin/build-packages: do not crash if build master crashes when handing out an ↵Erich Eckner
assignment
2017-11-25bin/build-packages: try uploading of error report again in case of errorErich Eckner
2017-11-24bin/build-packages: add message if upload of package failedErich Eckner
2017-11-23add sub_pkgrel (starting from .0) to differentiate between multiple build ↵Erich Eckner
attempts of otherwise identical packages (e.g. identical upstream source)
2017-11-22bin/build-packages, bin/common-functions: accept and respect sub_pkgrel from ↵Erich Eckner
get-assignment
2017-11-22bin/build-packages: fix rare bug in creation of source package nameErich Eckner
2017-11-22bin/build-packages: remove fractional part from pkgrelErich Eckner
2017-11-10bin/build-packages: use sudo for calling build commandErich Eckner
2017-10-24bin/build-packages, bin/get-assignment: add options to prefer a build orderErich Eckner
2017-10-24bin/build-packages, bin/common-functions: namcap-smoothening: remove haskell ↵Erich Eckner
hashes and architecture specific stuff, too
2017-10-24bin/common-functions, bin/build-packages: fix typo in function nameErich Eckner
2017-10-24bin/build-packages: sort content of square brackets in namcap output - ↵Erich Eckner
hopefully this reduces the count of diff-lines
2017-10-21bin/build-packages: fix typo in namcap-diffErich Eckner
2017-10-21bin/build-packages: download a (more) correct x86_64 reference packageErich Eckner
2017-10-21bin/build-packages: fix typoErich Eckner
2017-10-21bin/build-packages: try a clean chroot for namcap on x86_64 if first attempt ↵Erich Eckner
fails
2017-10-21bin/build-packages: fix indentationErich Eckner
2017-10-21bin/build-packages: try other mirrors if download of x86_64 package failsErich Eckner
2017-10-20bin/build-packages: mark lines in namcap diff with "*" if x86_64 namcap.log ↵Erich Eckner
is unavailable
2017-10-20bin/build-packages: generate diff from namcap.log to x86_64's namcap.logErich Eckner
2017-10-19bin/build-packages, bin/return-assignment: upload namcap.log (instead of ↵Erich Eckner
build-log) for successful builds, insist on namcap.log for uploaded packages
2017-10-19bin/build-packages: show log in case of successful build and no uploadErich Eckner
2017-10-16bin/build-packages, bin/return-assignment: gzip build-logsErich Eckner
2017-10-16bin/return-assignment, bin/build-packages: return and save build logs in ↵Erich Eckner
case of success, too
2017-09-19bin/build-packages: cleanup todosErich Eckner
2017-09-13remove "max_parallel_build_per_client" - every client should run only one ↵Erich Eckner
build job! - but hand out an old, locked assignment again to the same build slave
2017-09-04bin/build-packages: accept "$git_repo-HEAD" as revision for package ↵Erich Eckner
repository $git_repo
2017-09-01bin/build-packages: option -s new to override straws in useErich Eckner
2017-09-01bin/build-packages: understand "work-tree" as mod_git_revision (-l) to use ↵Erich Eckner
current work-tree of archlinux32 for building
2017-09-01bin/build-packages: if package should not be uploaded, show logs of failed ↵Erich Eckner
builds instead of uploading them
2017-08-30bin/build-packages: be more verbose about what is being builtErich Eckner
2017-08-29bin/build-packages: forgot to add options to getoptsErich Eckner
2017-08-28bin/build-packages: add options to force which package to buildErich Eckner
2017-08-23bin/build-packages: bugfixErich Eckner
2017-08-23bin/build-packages: bugfixErich Eckner
2017-08-23silence all other shellcheck warningsErich Eckner
2017-08-23silence a lot shellcheck warningsErich Eckner
2017-08-22bin/build-packages: try to download sources by hashErich Eckner
2017-08-02remove unnecessary and confusing quotesErich Eckner
2017-07-28bin/common-functions: extract_source_directory new, extract full source dir ↵Erich Eckner
before running "makepkg --printsrcinfo"
2017-07-27bin/build-packages: add timestamp to build messageErich Eckner