diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-package-updates | 2 | ||||
-rwxr-xr-x | bin/return-assignment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index 09da704..d9dd362 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -7,7 +7,7 @@ # TODOs: # additional to blacklisted packages ignore any packages depending on them # be more secure in case of update while build(s) is/are still in progress -# -> (stale) lock files, moving loop lock files +# -> (stale) lock files, moving (or changing content of) loop lock files . "${0%/*}/../conf/default.conf" diff --git a/bin/return-assignment b/bin/return-assignment index df643b3..ab8b151 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -14,7 +14,6 @@ # 3: signature error # TODO: -# use lock file for build list # remove old version(s) of newly compiled packages # check that received archive contains the expected packages |