From: Otto Moerbeek Date: Tue, 10 Dec 2024 09:16:44 +0000 (+0100) Subject: Add FIXME comment X-Git-Tag: rec-5.2.0-rc1~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14941%2Fhead;p=thirdparty%2Fpdns.git Add FIXME comment --- diff --git a/pdns/recursordist/metrics.py b/pdns/recursordist/metrics.py index cf565f8fc0..3d11b68973 100644 --- a/pdns/recursordist/metrics.py +++ b/pdns/recursordist/metrics.py @@ -36,7 +36,8 @@ with open(srcdir + '/metrics_table.py', mode='r', encoding="utf-8") as file: table = eval(file.read()) # -# We create various files in the srcdir but copy them into the buildir if needed to satisfy meson +# We create various files in the srcdir but copy them into the builddir if needed to satisfy meson +# FIXME: only generate in builddir once autotools have been dropped # with open(srcdir + '/rec-oids-gen.h', 'w', encoding='utf-8') as file: file.write('// THIS IS A GENERATED FILE. DO NOT EDIT. SOURCE metrics.py AND metrics_table.py\n')