summaryrefslogtreecommitdiff
path: root/bin/git-push-all
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-push-all')
-rwxr-xr-xbin/git-push-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-push-all b/bin/git-push-all
index 9f134466..1dae278e 100755
--- a/bin/git-push-all
+++ b/bin/git-push-all
@@ -97,7 +97,7 @@ foreach my $remote ( keys %pushes ) {
# TODO if this turns out to be slow, split out into a script run
# weekly as part of ~/bin/sysmaint
-my @tags = $git->tag;
+my @tags = grep { !(m|archive/debian/\S+|) } $git->tag;
my @remotes = $git->remote;
my @pushed_tags;