aboutsummaryrefslogtreecommitdiff
path: root/libbpkg
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-25 11:07:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-25 11:10:23 +0300
commitb00a5bfce9546e105d3f16ff0e8c594a600ea42e (patch)
tree421eaa824fbef75cc9eefd8723ab5561075428ec /libbpkg
parent2ff1e687d35c8f8afdd26ca2ea195a9b3711b6f7 (diff)
Drop code required for compatibility with 0.10.0 (two minor versions behind)
Diffstat (limited to 'libbpkg')
-rw-r--r--libbpkg/manifest.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index bfa88b0..06e0b40 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -2297,20 +2297,10 @@ namespace bpkg
m.dependencies.push_back (da);
}
- // @@ If the required description-type value is absent we will not fail
- // until toolchain 0.11.0 is released and will set it to plain text
- // instead. Not doing so we will fail to build packages coming from
- // older pkg repositories. In particular, we will fail to verify that
- // the public packages are still buildable with the queued toolchain.
- //
if (m.description &&
!m.description_type &&
flag (package_manifest_flags::require_description_type))
-#if 0
bad_name ("no package description type specified");
-#else
- m.description_type = "text/plain";
-#endif
if (!m.location && flag (package_manifest_flags::require_location))
bad_name ("no package location specified");