From 01ac02cc55b6327e80be15e09d37709542655096 Mon Sep 17 00:00:00 2001 From: VizzleTF Date: Mon, 14 Sep 2026 16:35:46 +0300 Subject: [PATCH] docs(packages): describe each entry's packaging, not what the software does Header comments in upstream.sh described what five packages are for. Repository convention keeps documentation to packaging mechanics; the headers now name the package shape only. --- packages/luci-app-footstrap-cmd/upstream.sh | 4 ++-- packages/luci-app-footstrap-files/upstream.sh | 5 ++--- packages/luci-app-gitbackup/upstream.sh | 4 ++-- packages/luci-app-podkop-bot/upstream.sh | 3 +-- packages/podkop-updater/upstream.sh | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/packages/luci-app-footstrap-cmd/upstream.sh b/packages/luci-app-footstrap-cmd/upstream.sh index 4c40f3c..85805f7 100644 --- a/packages/luci-app-footstrap-cmd/upstream.sh +++ b/packages/luci-app-footstrap-cmd/upstream.sh @@ -1,5 +1,5 @@ -# luci-app-footstrap-cmd — a `:` command line and section search for luci-theme-footstrap, -# and the translation catalogue that goes with it. +# luci-app-footstrap-cmd — a LuCI plugin package for luci-theme-footstrap, and the +# translation catalogue that goes with it. # # Data only. tools/fetch.sh does the work; tools/check-updates.sh rewrites the # version here and touches nothing else. diff --git a/packages/luci-app-footstrap-files/upstream.sh b/packages/luci-app-footstrap-files/upstream.sh index 5a8f5f0..3dc5203 100644 --- a/packages/luci-app-footstrap-files/upstream.sh +++ b/packages/luci-app-footstrap-files/upstream.sh @@ -1,6 +1,5 @@ -# luci-app-footstrap-files — a file manager for LuCI: browse, upload, download, edit -# with highlighting, and change mode and owner, with the translation catalogue that -# goes with it. +# luci-app-footstrap-files — a LuCI application package, and the translation catalogue +# that goes with it. # # Data only. tools/fetch.sh does the work; tools/check-updates.sh rewrites the # version here and touches nothing else. diff --git a/packages/luci-app-gitbackup/upstream.sh b/packages/luci-app-gitbackup/upstream.sh index 6aac4d1..b075d15 100644 --- a/packages/luci-app-gitbackup/upstream.sh +++ b/packages/luci-app-gitbackup/upstream.sh @@ -1,5 +1,5 @@ -# gitbackup — commits an OpenWrt router's configuration into a Git repository on a -# schedule, with the LuCI interface and the translation catalogue that go with it. +# gitbackup — a backend package, its LuCI application and the translation catalogue +# that goes with it. # # Data only. tools/fetch.sh does the work; tools/check-updates.sh rewrites the # version here and touches nothing else. diff --git a/packages/luci-app-podkop-bot/upstream.sh b/packages/luci-app-podkop-bot/upstream.sh index a843f6e..a79c2b7 100644 --- a/packages/luci-app-podkop-bot/upstream.sh +++ b/packages/luci-app-podkop-bot/upstream.sh @@ -1,5 +1,4 @@ -# luci-app-podkop-bot — LuCI web interface for installation, configuration and diagnostics -# of the podkop_bot Telegram management service for Podkop and compatible forks on OpenWrt. +# luci-app-podkop-bot — a LuCI application package. # # Upstream publishes both OpenWrt package formats together with a signed owfeed manifest. # The feed therefore verifies the manifest first and ingests the exact release assets. diff --git a/packages/podkop-updater/upstream.sh b/packages/podkop-updater/upstream.sh index 44699de..591e566 100644 --- a/packages/podkop-updater/upstream.sh +++ b/packages/podkop-updater/upstream.sh @@ -1,4 +1,4 @@ -# podkop-updater — watches podkop releases, drives update and rollback from Telegram. +# podkop-updater — a service package, built and signed upstream. # # Data only. tools/fetch.sh does the work.