mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Fix non-zeroed data
Matthew Miller found that running the awk script over multiple days caused newer releases than F33 would go up forever. This fix should zero out all the new variables. Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
@@ -201,6 +201,7 @@ BEGIN{
|
||||
epel6=0;
|
||||
epel7=0;
|
||||
epel8=0;
|
||||
epel9=0;
|
||||
f03=0;
|
||||
f04=0;
|
||||
f05=0;
|
||||
@@ -232,6 +233,12 @@ BEGIN{
|
||||
f31=0;
|
||||
f32=0;
|
||||
f33=0;
|
||||
f34=0;
|
||||
f35=0;
|
||||
f36=0;
|
||||
f37=0;
|
||||
f38=0;
|
||||
f39=0;
|
||||
rawhide=0;
|
||||
rawhide_modular=0;
|
||||
modular_f27=0;
|
||||
@@ -241,6 +248,12 @@ BEGIN{
|
||||
modular_f31=0;
|
||||
modular_f32=0;
|
||||
modular_f33=0;
|
||||
modular_f34=0;
|
||||
modular_f35=0;
|
||||
modular_f36=0;
|
||||
modular_f37=0;
|
||||
modular_f38=0;
|
||||
modular_f39=0;
|
||||
modular=0;
|
||||
unknown_release = 0;
|
||||
# arch
|
||||
|
||||
Reference in New Issue
Block a user