index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-05-18 08:58:27 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-05-18 08:58:27 +0200 |
commit | 39d159d60374a46ff3f4394f24288379db32b9a6 (patch) | |
tree | 87035de06b828677dc7839df4b5a683ae59e891f /bin | |
parent | 70d495c1cb14570524011935bbe0e34ca22f8d4d (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 | ||||
-rwxr-xr-x | bin/return-assignment | 1 |
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 |