diff --git a/README.md b/README.md index 3bd460c..02b54ee 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,21 @@ Parse a list of parameters and execute script with those parameters optional params can appear in any order * \ show line being executed -* \ additional params to be passed (up to 3) e.g. debug,force,local \ No newline at end of file +* \ additional params to be passed (up to 3) e.g. debug,force,local + +## git-post-create-repo.sh +Update a repo created from a template (contribs,base or 3rd party) with things not able to be updated from the template: + +* \ repository (package) to be built (e.g. smeserver-yum) +* \ can be any organisation or user on the remote GITEA instance + +optional: + +* \ will migrate into your local GITEA (in config), otherwise remote GITEA + +Does: + + Rename spec file + Set current date in chagelog + Set Wiki and Issues links external (SME Wiki and Bugzilla) +