index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/common-functions | 6 |
diff --git a/bin/common-functions b/bin/common-functions index 03a177b..a845d24 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,9 +2,13 @@ # contains functions used by more than one script +# shellcheck disable=SC2039 + # TODO: include link depenendencies in run-depends metadata -# shellcheck disable=SC2039 +# TODO: have full information (currently in files) in database + +# TODO: remove state files / metadata files if [ -z "${base_dir}" ]; then # just to make shellcheck happy |