diff options
-rwxr-xr-x | lib/common-functions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common-functions b/lib/common-functions index 3d5bef1..319a85e 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -9,6 +9,8 @@ if [ -z "${base_dir}" ]; then . '../lib/load-configuration' fi +# TODO: make rsync and sftp connection error fail safe + # find_pkgbuilds package repository git_repository git_revision mod_git_revision # find the PKGBUILD and modification of $package from $repository # sets $PKGBUILD and $PKGBUILD_mod |