index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-05-18 10:12:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-05-18 10:12:42 +0200 |
commit | fccfbd26fcbce980c3f623a907e47fbd29f17808 (patch) | |
tree | 01e731d19f2edce1cee6009218a89200e736d1f9 /bin | |
parent | 3ab3516c29741dea9ae3772b63678a83eab91aa6 (diff) |
-rwxr-xr-x | bin/common-functions | 9 |
diff --git a/bin/common-functions b/bin/common-functions index 86dcc79..7ebe5fc 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,7 +2,8 @@ # contains functions used by more than one script -# find the PKGBUILD of a given package in a given repository +# find_pkgbuild repository package +# find the PKGBUILD of $package from $repository find_pkgbuild() { @@ -73,6 +74,9 @@ apply_package_customizations() { fi } +# find_repository_with_commit commit +# find the repository which has $commit + find_repository_with_commit() { local repository @@ -88,6 +92,9 @@ find_repository_with_commit() { } +# find_git_repository_to_package_repository repository +# find the git repository which tracks the package repository $repository + find_git_repository_to_package_repository() { local repository |