summaryrefslogtreecommitdiff
path: root/bin/common-functions
AgeCommit message (Collapse)Author
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
2017-06-30master_mirror_command, master_mirror_directory -> ↵Erich Eckner
master_mirror_rsync_command, master_mirror_rsync_directory
2017-06-29bin/common-functions: add sanity check after execution of make_source_infoErich Eckner
2017-06-29bin/common-functions: *.needs now contains build- and runtime dependenciesErich Eckner
2017-06-28properly escape eval expressionsErich Eckner
2017-06-27bin/build-packages bin/common-functions: use git archive thoroughly instead ↵Erich Eckner
of git checkout
2017-06-27bin/common-functions: several bugfixes in make_source_infoErich Eckner
2017-06-26bin/common-functions: ignore testing and staging, too (not only *-testing ↵Erich Eckner
and *-staging)
2017-06-26bin/common-functions: make_source_info new: do not "git checkout", but "git ↵Erich Eckner
archive"
2017-06-26bin/db-update, bin/common-functions: umount -l instead of umount [-f]Erich Eckner
2017-06-26bin/common-functions: use runtime dependencies instead of compiletime ↵Erich Eckner
dependencies
2017-06-23move a todoErich Eckner
2017-06-23bin/common-functions: cleanupErich Eckner