Project

General

Profile

Feature #51222

Updated by Loïc Dachary almost 3 years ago

* run Gitea 
 * create a ceph/ceph project in Gitea 
 * run Redmine 
 * create a ceph issue in redmine 
 * run ceph-backport.sh against the local Gitea + redmine to create the pull request 
 * verify the pull request exists 

 Note: this takes advantage of the fact that the Gitea API is mostly the same as the GitHub API. At first glance it looks like the ceph-backport.sh script does not use API endpoints / arguments that are incompatible. 

Back