Cacti Renaming Checklist
Plan to Create the Cacti Repository and Migrate (Import) Weaver Into Cacti
Port hyperledger/cactus to hyperledger/cacti, either by:
Renaming the project repository: cactus to cactii
Transfer (move)
hyperledger-labs/weaver-dlt-interoperabilitytohyperledger/weaver-dlt-interoperabilityCreate a branch
hyperledger/weaver-dlt-interoperability/cacti-portfromhyperledger/weaver-dlt-interoperability/mainIn the branch
weaver-dlt-interoperability/cacti-port:Create a subfolder in the root folder named
weaverMove all other files and folders in the root folder to
weaver
Merge
hyperledger/weaver-dlt-interoperability/cacti-portintohyperledger/cacti/mainas follows:Clone the followinghyperledger/weaver-dlt-interoperabilityhyperledger/cacti
git remote add weaver-dlt-interoperability ../hyperledger/weaver-dlt-interoperabilitygit fetch weaver-dlt-interoperabilitygit merge weaver-dlt-interoperability/cacti-port --allow-unrelated-historiesIn the same location in the file system, clone the following:
Navigate to the clone of
hyperledger/cactiand run:
Transfer all relevant issues from
hyperledger/weaver-dlt-interoperabilitytohyperledger/cacti:Navigate to the
hyperledger/weaver-dlt-interoperabilityGithub repo in a web browserTransfer each issue to
hyperledger/cactiaccording to the instructions in https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository
Transfer (move)
hyperledger/weaver-dlt-interoperabilityback tohyperledger-labs/weaver-dlt-interoperability(Future) Archive
hyperledger-labs/weaver-dlt-interoperability
Weaver Configurations and Updates within Cacti
Update paths and URLs in various configuration files and in the documentation within the weaver folder in the hyperledger/cacti repository to ensure proper building of components, publishing of packages, and accuracy of instructions.
Staff