From: Dylan William Hardison Date: Thu, 27 Jun 2019 14:22:42 +0000 (-0700) Subject: no bug - make it not fatal to not have bug ids in commits X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=162b9527fef2d2b2444bc31ec906cd00bd117214;p=thirdparty%2Fbugzilla.git no bug - make it not fatal to not have bug ids in commits --- diff --git a/scripts/build-bmo-push-data.pl b/scripts/build-bmo-push-data.pl index 62264b571..c4b944576 100755 --- a/scripts/build-bmo-push-data.pl +++ b/scripts/build-bmo-push-data.pl @@ -32,7 +32,6 @@ my $prod_tag = "release-$version_info->{version}"; my $tag_url = "$github_repo/tree/$tag"; my @log = capture(qw(git log --oneline), "$prod_tag..HEAD"); -die "nothing to commit\n" unless @log; chomp @log; my @revisions;