]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - make it not fatal to not have bug ids in commits
authorDylan William Hardison <dylan@hardison.net>
Thu, 27 Jun 2019 14:22:42 +0000 (07:22 -0700)
committerdklawren <dklawren@users.noreply.github.com>
Thu, 27 Jun 2019 14:22:42 +0000 (10:22 -0400)
scripts/build-bmo-push-data.pl

index 62264b571e6a23ff3d53ced32d915f2229a5e165..c4b94457639a6110eb4ff3abf032c22d579c60ff 100755 (executable)
@@ -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;