summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates10
1 files changed, 2 insertions, 8 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 9d8ee25..f77dee3 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -117,9 +117,8 @@ fi
# delete_package arch package
# mark $arch/$package for deletion
delete_package() {
- # TODO: Once we want to rely on the database for test_exclusion, we
- # need to run the command below unconditionally, but with some
- # changes, so we can easily revert.
+ # TODO: Run the command below unconditionally, but with some changes,
+ # so we can easily revert.
if [ -z "${test_exclusion}" ]; then
# shellcheck disable=SC2016
query_delete_packages=$(
@@ -406,11 +405,6 @@ echo 'Check modified packages from the last update, and put them to the build li
fi
done
if ${found_package}; then
-# TODO: moving packages between community64 and packages64 is currently broken
-# - what exactly is broken? I guess, we're setting the is_to_be_deleted
-# flag but should not do so - is that right? Maybe we shuold incorporate
-# some detection like http://mirror.archlinux32.org/irc-logs/%23archlinux32/2018-06-13.html#21:14:53
-# I guess, this works now - 2018-09-01 deep42thought
mode='M'
repository=$(
find_package_repository_to_package "${package}" "${repository}" "${git_revision}"