summaryrefslogtreecommitdiff
path: root/lib/common-functions
AgeCommit message (Collapse)Author
2018-06-28lib/common-functions: mangle_pkgbuild(): remove "gcc-multilib" dependencies, tooErich Eckner
2018-06-22lib/common-functions, lib/mysql-functions: remove artificial dependencies ↵Erich Eckner
$p-{doc,i18n} -> $p -- they should be covered by the "package-source blob" logic
2018-06-21lib/common-functions: dependency mangling should happen for _parts_ of split ↵Erich Eckner
packages
2018-06-21lib/common-functions: some *-doc and *-i18n packages have a differently ↵Erich Eckner
named counterpart or no counterpart at all
2018-06-20lib/common-functions: remove_old_package_versions(): "sed w" does not append ↵Erich Eckner
- we need to do it with a single sed invocation
2018-06-18lib/common-functions: download_sources_by_hash(): download by md5sum, tooErich Eckner
2018-06-13lib/common-functions: recompress_gz() new to recompress databases before ↵Erich Eckner
sending, so they are transferred faster by rsync
2018-06-11lib/common-functions: remove_old_package_versions(): read bpir_ids from ↵Erich Eckner
stdin, do not fail on non-existend action files
2018-06-11lib/common-functions: remove_old_package_versions() can operate on multiple ↵Erich Eckner
packages simultanously, now
2018-06-11update TODOsErich Eckner
2018-06-08lib/common-functions: make comment more correctErich Eckner
2018-06-08lib/common-functions: remove_old_package_versions() fix location for rsync ↵Erich Eckner
command
2018-06-07lib/common-functions: remove_old_package_versions(): ommit sub_pkgrel if ↵Erich Eckner
sub_pkgrel_omitted
2018-06-06lib/common-functions: download_sources_by_hash() from subdir named by hash typeErich Eckner
2018-06-04lib/mysql-functions, lib/common-functions: ↵Erich Eckner
mysql_query_and_delete_unneeded_binary_packages() new
2018-06-04lib/common-functions: bugfixErich Eckner
2018-06-04lib/common-functions: do not "shut up" in imsErich Eckner
2018-06-04bin/ii-answer,lib/common-functions: irc now turn-off-ableErich Eckner
2018-06-01lib/: improve some queriesErich Eckner
2018-05-31lib/common-functions: remove_old_package_versions() acts now on ↵Erich Eckner
binary_packages_in_repositories
2018-05-30lib/common-functions: fix typo in commentErich Eckner
2018-05-25lib/common-functions: verbose_flock: print to stderr instead of stdoutErich Eckner
2018-05-25lib/common-functions: remove_old_package_versions(): remove ↵Erich Eckner
binary_packages_in_repositories, too
2018-05-25lib/mysql-functions: make mysql_join_binary_packages_repositories and ↵Erich Eckner
mysql_join_repositories_binary_packages obsolete
2018-05-25conf/default.conf -> lib/load-configuration; conf/local.conf -> ↵Erich Eckner
conf/{common,master,slave}.conf
2018-05-25lib/common-functions: verbose_flock: print more characters of commandErich Eckner
2018-05-25verbose_flock new: it calls flock and reports about blocking processes on errorErich Eckner
2018-05-16lib/common-functions: remove "lib32-" from dependencies instead of inserting ↵Erich Eckner
command to remove - this should make "makepkg --printsrcinfo" succeed.
2018-05-15lib/common-functions: add todoErich Eckner
2018-05-15lib/common-functions: calculate_script_checksum() newErich Eckner
2018-05-09lib/common-functions: remove obsolete functionErich Eckner
2018-05-09lib/common-functions: remove obsolete function "official_or_community()"Erich Eckner
2018-05-08lib/common-functions: rewrite remove_old_package_versions to use db and take ↵Erich Eckner
package id as parameter
2018-05-08lib/mysql-functions: mysql_package_name_query make table names customizableErich Eckner
2018-05-08lib/common-functions: mangle_pkgbuild: fix sed to properly handle gcc's PKGBUILDErich Eckner
2018-05-07lib/common-functions: mangle_pkgbuild: quote *depends to keep optdepends ↵Erich Eckner
correctly
2018-05-06Merge pull request #4 from andreasbaumann/fixesdeep-42-thought
Fixes
2018-05-04lib/common-functions: mangle_pkgbuild: already include future architectures ↵Erich Eckner
(they will still be ignored, currently)
2018-05-04lib/common-functions: mangle_pkgbuild: remove lib32- from *dependsErich Eckner
2018-05-04remove obsolete functionsErich Eckner
2018-05-04lib/common-functions: allow "copy"Erich Eckner
2018-05-04lib/common-functions: irc_say: accept channel as parameterErich Eckner
2018-05-03Merge branch 'master' into fixesAndreas Baumann
2018-05-03add several todosErich Eckner
2018-04-23lib/common-functions: decomission command-logErich Eckner
2018-04-20extract_source_directory: remove write right for all and groups too on PKGBUILDAndreas Baumann
2018-04-11lib/common-functions: make_source_info: *-docs should depend on *, tooErich Eckner
2018-04-11lib/common-functions: simplify format of additional informationErich Eckner
2018-04-11lib/common-functions: make_source_info: rm $output on failureErich Eckner
2018-04-11lib/common-functions: make_source_info: put additional infos into .SRCINFOErich Eckner