Skip to content

Improve tags synchronization #24

Description

@axel3rd

Currently, standlone tags sync are done when:

  • No branches sync
  • Number of tags differs between from/to

# Sync tags if no branches updated and needed (nbr tags diff between "from" and "to")
tag_updated = repo_tags_sync(args, clone_url_from, git_from, git_to, repo, branches_updated)

In case of new(s) tag(s) in "from" and same number of new(s) tag(s) created in "to" (but not the same), difference is 0 => No sync.

This difference should be improved (list content analyse).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions