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 92da590..cd115fd 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,6 +2,9 @@ # contains functions used by more than one script +# TODO: +# maybe source PKGBUILD instead of 'makepkg --printsrcinfo' and 'mksrcinfo'? + # find_pkgbuild repository package # find the PKGBUILD of $package from $repository |