-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding deletion of old tag references
Signed-off-by: mjgaughan <mgaughan@proton.me> updating tag deletion to persist head deletion Signed-off-by: mjgaughan <mgaughan@proton.me> adding draft test for tag deletion Signed-off-by: mjgaughan <mgaughan@proton.me> linting tests per flake8 specifications Signed-off-by: mjgaughan <mgaughan@proton.me> Apply code review suggestions for test compliance Co-authored-by: Venu Vardhan Reddy Tekula <venuvardhanreddytekula8@gmail.com> Signed-off-by: mjgaughan <58380965+mjgaughan@users.noreply.github.com> adding changelog Adding upstream tag deletion to remote mirroring.
- Loading branch information
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
title: 'Fix issue #782' | ||
category: fixed | ||
author: Matt Gaughan <mgaughan@proton.me> | ||
issue: 782 | ||
notes: > | ||
The issue was that perceval would not delete old tags from upstream references. This change deletes tags locally if tags are deleted upstream. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters