Project

General

Profile

action #177970

Updated by livdywan about 1 month ago

## Motivation 

 From https://en.opensuse.org/openSUSE:OBS_to_Git 
 > We are trying to move new development from OBS based projects, to Git based projects. This is work-in-progress. The goal is to migrate openSUSE:Factory to use Git for source management. 

 ## Acceptance Criteria 
 **AC1:** [devel:languages:perl](https://build.opensuse.org/project/show/devel:languages:perl) uses Git git 
 **AC2:** [autoupdate](https://github.com/openSUSE/autoupdate-perl) workflow works with AC1 

 ## Suggestions 
 * Let's assume others will do the actual migration of projects to git and we can focus on autoupdate-perl so that instead of `osc …` some commands are replaced by `git …` 
 * Start with an example package, #177970-3, then adapt tooling accordingly 
 * Adapt https://github.com/openSUSE/autoupdate-perl/blob/main/.github/workflows/run.yaml 
 * Extent for all other packages and monitor 

 ## Out of scope 
 * `devel:languages:perl:CPAN-*` can stay in OBS without git (for now)

Back