summaryrefslogtreecommitdiff
path: root/bin/common-functions
AgeCommit message (Collapse)Author
2017-09-21bin/common-functions: generate_package_metadata more verbose on ↵Erich Eckner
make_source_info failures
2017-09-19clean up todosErich Eckner
2017-09-18bin/common-functions bin/db-update: move packages only with all ↵Erich Eckner
dependencies, "find_biggest_subset_of_packages" new for that
2017-09-15bin/common-functions: add todoErich Eckner
2017-09-15bin/seed-build-list: expand_version and shrink_version new to correct ↵Erich Eckner
misbehaving "sort -V" (vs. "vercmp")
2017-09-13clean up meta-data naming mess: {needs; depends} -> {run-depends, ↵Erich Eckner
build-depends} (content differs, too)
2017-09-13bin/common-functions: clarify commentErich Eckner
2017-09-04bin/common-functions: remove some debug messagesErich Eckner
2017-08-31bin/common-functions: remove_old_package_versions: remove older packages in ↵Erich Eckner
not-newer repositories and not-older packages in newer repositories
2017-08-30bin/common-functions: remove_old_package_versions: quote packagesErich Eckner
2017-08-30bin/common-functions: remove_old_package_versions: remove older packages ↵Erich Eckner
also in not-older repositories
2017-08-30bin/common-functions: remove_old_package_versions: split off architecture ↵Erich Eckner
from repository
2017-08-30bin/common-functions: download_sources_by_hash: skip "SKIP"-sumsErich Eckner
2017-08-28bin/common-functions: append_architectures: only add architecture if not "any"Erich Eckner
2017-08-23silence all other shellcheck warningsErich Eckner
2017-08-23silence even more shellcheck warningsErich Eckner
2017-08-23silence a lot shellcheck warningsErich Eckner
2017-08-22bin/common-functions: clarify commentErich Eckner
2017-08-22bin/build-packages: try to download sources by hashErich Eckner
2017-08-15bin/common-functions: add ugly hack to make perl-list-moreutils find its ↵Erich Eckner
PKGBUILD
2017-08-03bin/common-functions: append architectures also if PKGBUILD not modified ↵Erich Eckner
otherwise
2017-08-02clean up some bashismsErich Eckner
2017-08-02remove unnecessary and confusing quotesErich Eckner
2017-07-29new routine to find dependencies on the build list: ↵Erich Eckner
"find_dependencies_on_build_list"
2017-07-29ignore *-unstable repositories everywhereErich Eckner
2017-07-28bin/common-functions: bugfix, cleanupErich Eckner
2017-07-28bin/common-functions: take into account *_i686 variablesErich Eckner
2017-07-28bin/common-functions: extract_source_directory new, extract full source dir ↵Erich Eckner
before running "makepkg --printsrcinfo"
2017-07-28files in package-infos contain the repository now, tooErich Eckner
2017-07-28bin/common-functions: another bugfixErich Eckner
2017-07-28bin/common-functions: bugfixErich Eckner
2017-07-28switch from our mksrcinfo to "makepkg --printsrcinfo"Erich Eckner
2017-07-27bin/common-functions: forgot one "ls" inside git archiveErich Eckner
2017-07-27bin/common-functions: do not "ls" in git archiveErich Eckner
2017-07-27bin/common-functions: remove redundancy, make comment more preciseErich Eckner
2017-07-20bin/common-functions: accelerate delete_old_metadataErich Eckner
2017-07-20bin/common-functions: find_package_repository_to_package newErich Eckner
2017-07-19bin/common-functions: generate_package_metadata: include all groups in ↵Erich Eckner
"builds", include provides in "groups"
2017-07-19bin/common-functions: delete_old_metadata: keep at least one version of ↵Erich Eckner
every known package
2017-07-19bin/common-functions: add shortcut if only one revision is to be sortedErich Eckner
2017-07-19bin/common-functions: find_newest_of_git_revisions newErich Eckner
2017-07-19bin/common-functions: also extract groups of packageErich Eckner
2017-07-18include i686 (again?) in arch listErich Eckner
2017-07-14bin/common-functions: include base (and base-devel) into package metadataErich Eckner
2017-07-12bin/common-functions: do not delete metadata of packages on the deletion listErich Eckner
2017-07-11treat base and base-devel like dependenciesErich Eckner
2017-07-05bin/common-functions: find_repository_with_commit now knows "build-support"Erich Eckner
2017-07-04bin/common-functions, bin/db-update, bin/return-assignment: recognize ↵Erich Eckner
build-support as untested, unstaged repository
2017-07-04bin/get-assignment, bin/get-package-updates: adding "break_loops" order ↵Erich Eckner
enhanced and extracted to a function
2017-07-04bin/common-functions, bin/db-update: use tempdir outside of tmpfsErich Eckner