Synchronize metadata from template #76
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "nbelouin/Factory:sync_meta"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR allows to sync metadata for project in a similar way that what is done for prjconf.
In case the targeted project doesn't exists, it will create the project and its "ToTest" variant.
Also changes the way we handle PR from Workflow to using scmsync project, will require additional work to be more user-friendly though.
@ -12,2 +12,3 @@
</service>
<service name="tar" mode="buildtime" />
<service name="tar" mode="buildtime">
<param name="obsinfo">akri.obsinfo</param>
Is this related to the rest of the changes?
No, introduced it in my branch for testing purpose and did not remove, it is a real fix to the package though, so if you don't mind it sneaking in this PR then I'll leave it there.