index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-11 14:51:49 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-11 14:51:49 +0200 |
commit | b5c62d73ccf7e4007c8b7e8f8af87686b6aaf866 (patch) | |
tree | 124388656e12bf1f010128020f4141939925d3ce /lib | |
parent | 561657a4472da1e5ab71319a8fca2067d77f54b5 (diff) |
-rwxr-xr-x | lib/common-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index 7776725..92d5726 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -9,8 +9,6 @@ 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 |