Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirroring tags to Azdo? #8105

Closed
Tratcher opened this issue Oct 26, 2021 · 4 comments
Closed

Mirroring tags to Azdo? #8105

Tratcher opened this issue Oct 26, 2021 · 4 comments
Assignees

Comments

@Tratcher
Copy link
Member

Tratcher commented Oct 26, 2021

https://github.com/dotnet/arcade/blob/main/Documentation/AzureDevOps/internal-mirror.md covers the process to mirror branches to an azdo repo, but what about git tags? These are an important part of the history we don't want to loose.

I see tags were mirrored for dotnet-aspnetcore until 5.0.0-preview.8.20414.8, but not since then. I'd also like to enable them for microsoft-reverse-proxy.

@ilyas1974
Copy link
Contributor

I'm going to ask FR to investigate this regression and see what we can determine

@MattGal MattGal self-assigned this Nov 2, 2021
@MattGal
Copy link
Member

MattGal commented Nov 4, 2021

We didn't have this before but it's literally just adding --tags to the git push, so I chatted with @ilyas1974 and did it. (most likely source of the mirrored tags was manual push)

@MattGal
Copy link
Member

MattGal commented Nov 4, 2021

#8136

@MattGal
Copy link
Member

MattGal commented Nov 4, 2021

Merged, works exactly as expected.

   d216c7c15cb..c02a37c569b  main -> main
 * [new tag]                 v5.0.0 -> v5.0.0
 * [new tag]                 v5.0.1 -> v5.0.1
 * [new tag]                 v5.0.10 -> v5.0.10
 * [new tag]                 v5.0.11 -> v5.0.11
 * [new tag]                 v5.0.12 -> v5.0.12
 * [new tag]                 v5.0.2 -> v5.0.2
 * [new tag]                 v5.0.3 -> v5.0.3
 * [new tag]                 v5.0.4 -> v5.0.4
 * [new tag]                 v5.0.5 -> v5.0.5
 * [new tag]                 v5.0.6 -> v5.0.6
 * [new tag]                 v5.0.7 -> v5.0.7
 * [new tag]                 v5.0.8 -> v5.0.8
 * [new tag]                 v5.0.9 -> v5.0.9
 * [new tag]                 v6.0.0 -> v6.0.0
 * [new tag]                 v6.0.0-preview.1.21102.12 -> v6.0.0-preview.1.21102.12
 * [new tag]                 v6.0.0-preview.2.21154.6 -> v6.0.0-preview.2.21154.6
 * [new tag]                 v6.0.0-preview.3.21201.4 -> v6.0.0-preview.3.21201.4
 * [new tag]                 v6.0.0-preview.4.21253.7 -> v6.0.0-preview.4.21253.7
 * [new tag]                 v6.0.0-preview.5.21301.5 -> v6.0.0-preview.5.21301.5
 * [new tag]                 v6.0.0-preview.6.21352.12 -> v6.0.0-preview.6.21352.12
 * [new tag]                 v6.0.0-preview.7.21377.19 -> v6.0.0-preview.7.21377.19
 * [new tag]                 v6.0.0-rc.1.21451.13 -> v6.0.0-rc.1.21451.13
 * [new tag]                 v6.0.0-rc.2.21480.5 -> v6.0.0-rc.2.21480.5

Since this change is just live in the yaml, nothing more to do so closing.

@MattGal MattGal closed this as completed Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants