summaryrefslogtreecommitdiff
path: root/bin/git-push-all
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-16 12:04:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-16 12:04:09 -0700
commit14a0aa01445f8f20f99bba31ebc520330eb47d6f (patch)
tree9378539d338f35e1bd418e4ae45102ab26d589ec /bin/git-push-all
parentd891fcbd46d0244ae808bdd8d9368e666678f275 (diff)
downloaddotfiles-14a0aa01445f8f20f99bba31ebc520330eb47d6f.tar.gz
TODO
Diffstat (limited to 'bin/git-push-all')
-rwxr-xr-xbin/git-push-all3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/git-push-all b/bin/git-push-all
index 59cab4a2..72c41e56 100755
--- a/bin/git-push-all
+++ b/bin/git-push-all
@@ -97,6 +97,9 @@ 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
+# TODO definitely split out because should be run as a safety catch by
+# src-unregistered
+
my @tags = grep { !(m|archive/debian/\S+|) } $git->tag;
my @remotes = $git->remote;
my @pushed_tags;