Skip to content

Commit

Permalink
[backend] do not publish appstream/desktopfiles for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jun 4, 2018
1 parent 6c55ff0 commit ede1a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_publish
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ sub publish {
upload_container($r, "$1.containerinfo", $bin, $projid, $repoid, $arch, $notary_uploads);
next;
}
$p = "$bin";
$p = "$bin" unless $bin =~ /-(?:appstream|desktopfiles)\.tar/;
} elsif ($bin =~ /\.(?:tgz|zip)?(?:\.sha256)?$/) {
# esp. for Go builds
$p = "$bin";
Expand Down

0 comments on commit ede1a8f

Please sign in to comment.