Tools to rename everything from e-smith to smeserver
Go to file
2023-07-24 09:13:47 +10:00
e-smith-packages.lst first commit 2023-07-18 18:22:05 +10:00
README.md remove superfluous link to bugzilla 2023-07-24 09:13:47 +10:00
rename-e-smith-pkg.sh first commit 2023-07-18 18:22:05 +10:00

rename-e-smith

This script will rename an e-smith package as smeserver and change relevant files (Bugzilla #12359)

rename-emith-pkg.sh <pkg> [<organisation> <local> <force> <debug>]
  • <pkg> Module name to be renamed (e.g. e-smith-dnscache)

optional parameters, can appear in any order

  • <organisation> (any gitea organisation smeserver, smecontribs or user - defaults to smeserver)
  • <local> will use parameters set for local repository else it will use remote
  • <force> will automagically delete an existing repo, otherwise it will prompt
  • <transfer> will transfer the updated repository to the source org (need to be owner)
  • <debug> run in debug mode
  • <silent> will suppress the finished Ok message

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).