From 7b789d155e14bc0c14665f8428468878497c8ee6 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 10 Mar 2024 06:58:15 +0100 Subject: [PATCH] Update README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc14bc1..7cf8e72 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,18 @@ This script will rename an e-smith package as smeserver and change relevant files (Bugzilla #12359) - rename-emith-pkg.sh [ ] +## Wiki +
https://wiki.koozali.org/ + +## Bugzilla +
https://bugs.koozali.org/show_bug.cgi?id=12359 + +## Usage + +By default this will create the new package in your personal organisation. +Use the \ option to move it back into the source organisation. + + rename-emith-pkg.sh [ ] * \ Module name to be renamed (e.g. e-smith-dnscache) @@ -18,4 +29,6 @@ optional parameters, can appear in any order Note: this script uses the smeserver-gitutils config file # e-smith-packages.lst -Is a text file list of all e-smith packages to be converted, for use with parse-list.sh (from smeserver-gitutils). \ No newline at end of file +Is a text file list of all e-smith packages to be converted, for use with parse-list.sh (from smeserver-gitutils). + + parse-list.sh e-smith-packages.lst rename-e-smith-pkg.sh [ ] \ No newline at end of file