diff options
author | Erich Eckner <git@eckner.net> | 2017-06-16 10:25:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-16 10:25:18 +0200 |
commit | e84ed03bf4fd591ee1b38bda92521274f62af59e (patch) | |
tree | b1b5e144d92ae50284a3c5a281a0af95e5583527 /bin/get-package-updates | |
parent | 1dcb91614f41848b3da01113fe3356b548304bc3 (diff) | |
download | builder-e84ed03bf4fd591ee1b38bda92521274f62af59e.tar.xz |
mangle TODOs and comments
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index b78187e..35afbe1 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -5,10 +5,16 @@ # https://github.com/archlinux32/builder/wiki/Build-system#get-package-updates # TODOs: + # be more secure in case of update while build(s) is/are still in progress # -> (stale) lock files, moving (or changing content of) loop lock files + +# (might be connected to above): find out who deletes loop-files which +# should not be deleted + # dependencies declared inside a PKGBUILD's package function do not # correctly take into account CARCH (see package "gens" from community) + # remove extra case for "python-pysocks" and "gens" . "${0%/*}/../conf/default.conf" |