summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/return-assignment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index db17e9b..b7666b6 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -469,7 +469,7 @@ trigger_mirror_refreshs
# shellcheck disable=SC2016
{
# insert file lists into database
- mysql_insert_package_files_query "${tmp_dir}/files"
+# mysql_insert_package_files_query "${tmp_dir}/files"
# insert checksums into database
printf 'CREATE TEMPORARY TABLE `pkg_hashes` (`sha512sum` VARCHAR(128), `pkgfile` VARCHAR(128));\n'