Skip to content

Commit

Permalink
[backend] Export .tar. This could be useful for using in kiwi_post_ru…
Browse files Browse the repository at this point in the history
…n hook. For example for taring repo.
  • Loading branch information
KostyaSha authored and adrianschroeter committed Nov 25, 2013
1 parent f292bc3 commit d09f036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_publish
Expand Up @@ -1249,7 +1249,7 @@ sub publish {
$p = "$bin";
} elsif ($bin =~ /\.raw(?:\.install)?(?:\.sha256)?$/) {
$p = "$bin";
} elsif ($bin =~ /\.tar\.(?:gz|bz2|xz)(?:\.sha256)?$/) {
} elsif ($bin =~ /\.tar(?:\.(?:gz|bz2|xz))?(?:\.sha256)?$/) {
$p = "$bin";
} elsif ($bin =~ /\.diff\.(?:gz)(?:\.sha256)?$/) {
$p = "$bin";
Expand Down

0 comments on commit d09f036

Please sign in to comment.