index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/common-functions | 3 |
diff --git a/bin/common-functions b/bin/common-functions index e8ba3ae..552e0e9 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -785,7 +785,8 @@ extract_source_directory() { } # find_dependencies_on_build_list $package $git_revision $mod_git_revision $repository -# return a list of packages on the build list which are dependencies of the given package +# return a list of packages on the build list which are (run- / build- / check-time) +# dependencies of the given package find_dependencies_on_build_list() { |