remake even if pull fails
Graham Knop [Tue, 23 Aug 2016 10:10:35 +0000 (06:10 -0400)]
lib/Distar.pm

index c501895..4188df5 100644 (file)
@@ -197,7 +197,7 @@ distmanicheck: create_distdir
 nextrelease:
        $(ABSPERLRUN) $(HELPERS)/add-changelog-heading --git $(VERSION) $(CHANGELOG)
 refresh:
-       cd $(DISTAR) && git pull
+       cd $(DISTAR) && git pull || $(TRUE)
        $(RM_F) $(FIRST_MAKEFILE)
        $(REMAKE)
 END