Skip to content

Commit

Permalink
Update 15.2-ignore time to March
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwiedemann committed Feb 7, 2020
1 parent f32654a commit 126feb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/OBS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ sub getsrmentions($)
my $targetdistri1=$1;
$targetdistri1=~s/:(Update|Products|Test|GA)\b//g;
$targetdistri1=~s/Leap://;
next if $targetdistri1 eq "15.2" and time() < 1580511600; # temp during devel
next if $targetdistri1 eq "15.1" and time() < 1548979200; # temp during devel
next if $targetdistri1 eq "15.2" and time() < 1583017200; # temp during devel
next if $targetdistri1 eq "15.3" and time() < 1614553200; # temp during devel
$p=$a->{target}->{package} || $a->{source}->{package};
next unless $p;
next if $p =~ /^patchinfo/;
Expand Down

0 comments on commit 126feb2

Please sign in to comment.