summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-01 09:05:40 +0100
committerErich Eckner <git@eckner.net>2017-11-01 09:05:40 +0100
commit4faad3f74c7930494fb4251173fad69274a8a96f (patch)
treea5095be23571fa1fdb4492494c6ede52cced7fe6 /bin/get-package-updates
parentb63e03b9ada79029f2848195241e90557b6e2b2d (diff)
downloadbuilder-4faad3f74c7930494fb4251173fad69274a8a96f.tar.xz
bin/get-package-updates: break_loops is obsolete - removed
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index a90f2ce..155e4d9 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -478,10 +478,6 @@ if [ -s "${work_dir}/tsort.error" ]; then
"${work_dir}/build-list.loops.new/${loop}.new" \
"${work_dir}/build-list.loops.new/${loop}"
done
-
- # add orders to break loops to build list
- insert_break_loops_orders "${work_dir}/build-list.new.new"
-
else
rm "${work_dir}/tsort.error"
fi