summaryrefslogtreecommitdiff
path: root/lib/common-functions
AgeCommit message (Collapse)Author
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
2018-04-10lib/common-functions: archive less stuff from gitErich Eckner
2018-04-03lib/common-functions: download_sources_by_hash knows sha1sum, too, nowErich Eckner
2018-03-25lib/common-functions: remove upstream's sub_pkgrel from lib32-* packagesErich Eckner
2018-03-24run shellchek in same dir as scriptErich Eckner
2018-03-23lib/common-functions: find_git_repository_to_package_repository read info ↵Erich Eckner
from database instead of git
2018-03-22decommission package-states directory - we rely on the database nowErich Eckner
2018-03-22lib/common-functions: remove generate_package_metadata, delete_old_metadata ↵Erich Eckner
- this information is now in the database
2018-03-22lib/common-functions: silence shellcheckErich Eckner
2018-03-20lib/common-functions: decomission even more unused functionsErich Eckner
2018-03-20lib/common-functions: remove unused functionsErich Eckner
2018-03-20lib/common-functions: irc_say newErich Eckner
2018-03-18lib/common-functions: remove done todoErich Eckner
2018-03-07make -N --raw --batch the default arguments to mysql, explicitely override ↵Erich Eckner
them if required
2018-03-05lib/common-functions: remove pkgver() from PKGBUILD, so we do not ↵Erich Eckner
accidentally update $pkgver
2018-03-05lib/common-functions: PKGBUILD is r/o, so pkgver() won't change the version :-/Erich Eckner
2018-03-01use "mysql -N" instead of cumbersome seddingErich Eckner
2018-03-01switch from calling ${mysql_command} to calling the wrapper function ↵Erich Eckner
mysql_run_query()
2018-02-26lib/common-functions: save date to command-log; skip logging if buildmaster ↵Erich Eckner
is insane
2018-02-26lib/common-functions: save log of executed scripts - for debugging ↵Erich Eckner
mysterious errors :-)
2018-02-24bin/common-functions -> lib/common-functions, bin/mysql-functions -> ↵Erich Eckner
lib/mysql-functions