From debd4ee653b2c867f16cdb8aa18645fdd6ad963d Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 29 Sep 2025 23:15:45 -0400 Subject: [PATCH] misc: Remove old prototype language --- debian/control | 4 ++-- docs/conf.py | 2 +- docs/documentation.md | 4 ++-- spec.in | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 6f629631..81cc8a7e 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,6 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, packagekit Suggests: graphviz Description: mgmt: next generation config management! - The mgmt tool is a next generation config management prototype. It's - not yet ready for production, but we hope to get there soon. Get + The mgmt tool is a next generation config management solution. It's + ready for production, and we hope you try out the future soon. Get involved today! diff --git a/docs/conf.py b/docs/conf.py index 869dc01d..754ad4b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -153,6 +153,6 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'mgmt', u'mgmt Documentation', - author, 'mgmt', 'A next generation config management prototype!', + author, 'mgmt', 'Next generation distributed, event-driven, parallel config management!', 'Miscellaneous'), ] diff --git a/docs/documentation.md b/docs/documentation.md index f622e065..c9e318c8 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -2,8 +2,8 @@ ## Overview -The `mgmt` tool is a next generation config management prototype. It's not yet -ready for production, but we hope to get there soon. Get involved today! +The `mgmt` tool is a next generation config management solution. It's ready for +production, and we hope you try out the future soon. Get involved today! ## Project Description diff --git a/spec.in b/spec.in index e02f18ec..e8908f7a 100644 --- a/spec.in +++ b/spec.in @@ -4,7 +4,7 @@ Name: __PROGRAM__ Version: __VERSION__ Release: __RELEASE__ -Summary: A next generation config management prototype! +Summary: Next generation distributed, event-driven, parallel config management! License: GPLv3+ URL: https://github.com/purpleidea/mgmt Source0: https://dl.fedoraproject.org/pub/alt/purpleidea/__PROGRAM__/SOURCES/__PROGRAM__-%{project_version}.tar.bz2 @@ -20,7 +20,7 @@ BuildRequires: mercurial ExclusiveArch: %{go_arches} %description -A next generation config management prototype! +Next generation distributed, event-driven, parallel config management! %prep %setup -q