diff --git a/inventory/builders b/inventory/builders index d262d3a749..ac7a7d6a3a 100644 --- a/inventory/builders +++ b/inventory/builders @@ -203,6 +203,11 @@ buildvm-ppc64-11.ppc.fedoraproject.org buildvm-ppc64-12.ppc.fedoraproject.org buildvm-ppc64-13.ppc.fedoraproject.org buildvm-ppc64-14.ppc.fedoraproject.org +buildvm-ppc64-15.ppc.fedoraproject.org +buildvm-ppc64-16.ppc.fedoraproject.org +buildvm-ppc64-17.ppc.fedoraproject.org +buildvm-ppc64-18.ppc.fedoraproject.org +buildvm-ppc64-19.ppc.fedoraproject.org # # These are primary koji builders. @@ -222,6 +227,11 @@ buildvm-ppc64le-11.ppc.fedoraproject.org buildvm-ppc64le-12.ppc.fedoraproject.org buildvm-ppc64le-13.ppc.fedoraproject.org buildvm-ppc64le-14.ppc.fedoraproject.org +buildvm-ppc64le-15.ppc.fedoraproject.org +buildvm-ppc64le-16.ppc.fedoraproject.org +buildvm-ppc64le-17.ppc.fedoraproject.org +buildvm-ppc64le-18.ppc.fedoraproject.org +buildvm-ppc64le-19.ppc.fedoraproject.org [bkernel] bkernel01.phx2.fedoraproject.org diff --git a/inventory/host_vars/buildvm-ppc64-14.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-14.ppc.fedoraproject.org index fb7679f2ef..749dd0ce6c 100644 --- a/inventory/host_vars/buildvm-ppc64-14.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64-14.ppc.fedoraproject.org @@ -1,4 +1,4 @@ --- vmhost: ppc8-03.ppc.fedoraproject.org eth0_ip: 10.5.129.50 -eth1_ip: 10.5.127.120 +eth1_ip: 10.5.127.133 diff --git a/inventory/host_vars/buildvm-ppc64-15.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-15.ppc.fedoraproject.org new file mode 100644 index 0000000000..4dd7d0bead --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64-15.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.51 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64-16.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-16.ppc.fedoraproject.org new file mode 100644 index 0000000000..f0ccdee354 --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64-16.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.52 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64-17.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-17.ppc.fedoraproject.org new file mode 100644 index 0000000000..bc823cf333 --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64-17.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.53 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64-18.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-18.ppc.fedoraproject.org new file mode 100644 index 0000000000..d2c42cd4f8 --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64-18.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.54 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64-19.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-19.ppc.fedoraproject.org new file mode 100644 index 0000000000..f7fe622254 --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64-19.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.55 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64le-14.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-14.ppc.fedoraproject.org index 5431c3c11b..40768c63f2 100644 --- a/inventory/host_vars/buildvm-ppc64le-14.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-14.ppc.fedoraproject.org @@ -1,4 +1,4 @@ --- vmhost: ppc8-03.ppc.fedoraproject.org eth0_ip: 10.5.129.57 -eth1_ip: 10.5.127.138 +eth1_ip: 10.5.127.134 diff --git a/inventory/host_vars/buildvm-ppc64le-15.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-15.ppc.fedoraproject.org new file mode 100644 index 0000000000..c577d86111 --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64le-15.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.58 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64le-16.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-16.ppc.fedoraproject.org new file mode 100644 index 0000000000..62ac2267d8 --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64le-16.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.59 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64le-17.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-17.ppc.fedoraproject.org new file mode 100644 index 0000000000..eb6d33a30b --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64le-17.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.60 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64le-18.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-18.ppc.fedoraproject.org new file mode 100644 index 0000000000..0c1bf45300 --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64le-18.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.61 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/inventory/host_vars/buildvm-ppc64le-19.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-19.ppc.fedoraproject.org new file mode 100644 index 0000000000..0e4984c0df --- /dev/null +++ b/inventory/host_vars/buildvm-ppc64le-19.ppc.fedoraproject.org @@ -0,0 +1,5 @@ +--- +vmhost: ppc8-04.ppc.fedoraproject.org +eth0_ip: 10.5.129.62 +createrepo: False +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" diff --git a/playbooks/groups/releng-compose.yml b/playbooks/groups/releng-compose.yml index 48d4aa5595..8474051fdd 100644 --- a/playbooks/groups/releng-compose.yml +++ b/playbooks/groups/releng-compose.yml @@ -55,15 +55,17 @@ - fedmsg/base - { role: "manage-container-images", - cert_dest_dir: "/etc/docker/certs.d/registry{{ env_suffix }}.fedoraproject.org", + cert_dest_dir: "/etc/docker/certs.d/registry.stg.fedoraproject.org", cert_src: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.pem", key_src: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.key", + when: env == "staging" } - { role: "manage-container-images", - cert_dest_dir: "/etc/docker/certs.d/candidate-registry{{ env_suffix }}.fedoraproject.org", + cert_dest_dir: "/etc/docker/certs.d/candidate-registry.stg.fedoraproject.org", cert_src: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.pem", key_src: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.key", + when: env == "staging" } diff --git a/roles/hubs/templates/fedmsg_config b/roles/hubs/templates/fedmsg_config index 96a7ce8400..064401878d 100644 --- a/roles/hubs/templates/fedmsg_config +++ b/roles/hubs/templates/fedmsg_config @@ -19,5 +19,11 @@ config = { # Fedmsg hub consumer 'hubs.consumer.enabled': True, 'hubs.redis.triage-queue-name': 'fedora-hubs-triage-queue', + + # FAS + 'fas_credentials': { + 'username': '{{ fedoraDummyUser }}', + 'password': '{{ fedoraDummyUserPassword }}', + }, } diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates index b44fae7f19..6f4cf94884 100644 --- a/roles/releng/files/twoweek-updates +++ b/roles/releng/files/twoweek-updates @@ -1,6 +1,6 @@ -#Fedora 26 two-week updates nightly compose -MAILTO=releng-cron@lists.fedoraproject.org -15 8 * * * root TMPDIR=`mktemp -d /tmp/twoweekF26.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f26 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR +#Fedora 28 two-week updates nightly compose +#MAILTO=releng-cron@lists.fedoraproject.org +#15 8 * * * root TMPDIR=`mktemp -d /tmp/twoweekF28.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f28 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR #Fedora 27 two-week updates nightly compose MAILTO=releng-cron@lists.fedoraproject.org diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2.dev b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2.dev index 88dc792cbd..3c310c23a7 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2.dev +++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2.dev @@ -9,3 +9,9 @@ $nin: [{{ trigger_abicheck_blacklist | join(',') }}] do: - {tasks: [abicheck]} + +- when: + message_type: KojiTagChanged + tag: {$regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'} + do: + - {tasks: [rpmdeplint]} diff --git a/roles/web-data-analysis/files/getfedora-data.gp b/roles/web-data-analysis/files/getfedora-data.gp index a42eabb90c..16b9a4e8ed 100644 --- a/roles/web-data-analysis/files/getfedora-data.gp +++ b/roles/web-data-analysis/files/getfedora-data.gp @@ -9,7 +9,7 @@ set term png size 1600,1200 ## set output "/var/www/html/csv-reports/images/getfedora-allpoints.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -41,7 +41,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -54,7 +54,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions-filled.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($4+$5+$6+$7+$8) title 'Atomic' with filledcurves x1,\ @@ -67,7 +67,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-versions-filled.png" set title "Daily Version Totals" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-20' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:( $10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-21' with filledcurves x1,\ @@ -85,7 +85,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch.png" set title "Daily x86 Architectures Filled Totals" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($25+$26) title 'x86_32' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($26) title 'x86_64' with filledcurves x1 @@ -94,7 +94,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2017-12-31"] \ +plot ["2014-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:29 title 'Server' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:30 title 'Workstation' with lines lw 4,\ @@ -104,7 +104,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls-filled.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2017-12-31"] \ +plot ["2014-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($29+$30+$31) title 'Server' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($30+$31) title 'Workstation' with filledcurves x1,\ diff --git a/roles/web-data-analysis/files/getstuff-data.gp b/roles/web-data-analysis/files/getstuff-data.gp index 96ac8e9b62..2490adc1ff 100644 --- a/roles/web-data-analysis/files/getstuff-data.gp +++ b/roles/web-data-analysis/files/getstuff-data.gp @@ -9,7 +9,7 @@ set term png size 1600,1200 ## set output "/var/www/html/csv-reports/images/getfedora-allpoints.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -60,7 +60,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -73,7 +73,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions-filled.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($4+$5+$6+$7+$8) title 'Atomic' with filledcurves x1,\ @@ -86,7 +86,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-versions-filled.png" set title "Daily Version Totals" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-20' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:( $10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-21' with filledcurves x1,\ @@ -104,7 +104,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch.png" set title "Daily Architectures Totals" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:20 title 'Arm 32' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:21 title 'Arm 64' with lines lw 4,\ @@ -119,7 +119,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch-top2-filled.png" set title "Daily x86 Architectures Filled Totals" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($25+$26) title 'x86_32' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($26) title 'x86_64' with filledcurves x1 @@ -128,7 +128,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch-less-filled.png" set title "Daily Other Architectures Totals" -plot ["2014-01-01":"2017-12-31"] \ +plot ["2014-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($20+$21+$22+$23+$24+$25) title 'arm_32' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($21+$22+$23+$24+$25) title 'arm_64' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($22+$23+$24+$25) title 'ppc_le' with filledcurves x1,\ @@ -140,7 +140,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2017-12-31"] \ +plot ["2014-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:29 title 'Server' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:30 title 'Workstation' with lines lw 4,\ @@ -150,7 +150,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls-filled.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2017-12-31"] \ +plot ["2014-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($29+$30+$31) title 'Server' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($30+$31) title 'Workstation' with filledcurves x1,\ diff --git a/roles/web-data-analysis/files/hotspot.gp b/roles/web-data-analysis/files/hotspot.gp index 78e45d2fd7..9cb2fda426 100644 --- a/roles/web-data-analysis/files/hotspot.gp +++ b/roles/web-data-analysis/files/hotspot.gp @@ -9,7 +9,7 @@ set term png size 1600,1200 ## set output "/var/www/html/csv-reports/images/hotspot-all.png" set title "IPs grabbing hotspot per day" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:2 title 'Average every 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:3 title 'Least 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:4 title 'Max 5min' with lines lw 4 @@ -18,7 +18,7 @@ unset output ## set output "/var/www/html/csv-reports/images/hotspot-all-ma.png" set title "Moving Average of IPs grabbing hotspot" -plot ["2014-12-01":"2017-12-31"] \ +plot ["2014-12-01":"2018-12-31"] \ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:3 title 'Least 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:4 title 'Max 5min' with lines lw 4 diff --git a/roles/web-data-analysis/files/mirrors-data.gp b/roles/web-data-analysis/files/mirrors-data.gp index 62e787649e..984ff93674 100644 --- a/roles/web-data-analysis/files/mirrors-data.gp +++ b/roles/web-data-analysis/files/mirrors-data.gp @@ -10,7 +10,7 @@ set key outside right top Right title 'Legend' box 3 ## set output "/var/www/html/csv-reports/images/mirrors-all-points.png" set title "Fedora+Epel Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:2 title 'epel4' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:3 title 'epel5' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:4 title 'epel6' with lines lw 3,\ @@ -70,13 +70,13 @@ unset output set output "/var/www/html/csv-reports/images/fedora-daily.png" set title "Fedora Daily Totals Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:36 title 'Fedora' with lines lw 3 unset output set output "/var/www/html/csv-reports/images/fedora-os-all.png" set title "Fedora OS Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:6 title 'fed03' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:7 title 'fed04' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:8 title 'fed05' with lines lw 3,\ @@ -110,7 +110,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-os-latest.png" set title "Fedora Selected Versions Unique IPs" -plot ["2014-01-01":"2017-12-31"] \ +plot ["2014-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:36 title 'Fedora' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:30 title 'fed27' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:24 title 'fed21' with lines lw 3,\ @@ -125,7 +125,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-os-latest-stacked.png" set title "Fedora Selected Versions Unique IPs" -plot ["2013-01-01":"2017-12-31"] \ +plot ["2013-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:36 title 'Fedora' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($27+$28+$29+$30+$33) title 'fed24' with filledcurves x1,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($28+$29+$30+$33) title 'fed25' with filledcurves x1,\ @@ -136,7 +136,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-hardware-full.png" set title "Fedora Hardware via Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:37 title 'alpha' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:38 title 'ARM' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:39 title 'ARM64' with lines lw 3,\ @@ -153,7 +153,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-hardware-2nd.png" set title "Fedora Secondary via Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:37 title 'alpha' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:38 title 'ARM' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:39 title 'ARM64' with lines lw 3,\ @@ -168,7 +168,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-epel-stacked.png" set title "Fedora Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32) title 'fed29' w filledcurves x1, \ @@ -207,7 +207,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-stacked.png" set title "Fedora Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32) title 'fed29' w filledcurves x1, \ @@ -241,7 +241,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-select-stacked.png" set title "Fedora Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33) title 'fedora-future' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32) title 'fed25-30' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed19-24' w filledcurves x1, \ @@ -256,7 +256,7 @@ unset output set output "/var/www/html/csv-reports/images/epel-all.png" set title "Epel Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:2 title 'epel4' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:3 title 'epel5' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:4 title 'epel6' with lines lw 3,\ @@ -266,14 +266,14 @@ unset output set output "/var/www/html/csv-reports/images/epel-daily.png" set title "Fedora Epel Totals Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:35 title 'EPEL' with lines lw 3 unset output set output "/var/www/html/csv-reports/images/epel-arch.png" set title "Epel ARCH Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:48 title 'x86_32' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:50 title 'x86_64' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:52 title 'ppc' with lines lw 3,\ @@ -282,7 +282,7 @@ unset output set output "/var/www/html/csv-reports/images/epel-stacked.png" set title "Epel Releases Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \ diff --git a/roles/web-data-analysis/files/mirrors-moving.gp b/roles/web-data-analysis/files/mirrors-moving.gp index 5f95b35519..747d3849f9 100644 --- a/roles/web-data-analysis/files/mirrors-moving.gp +++ b/roles/web-data-analysis/files/mirrors-moving.gp @@ -10,7 +10,7 @@ set key outside right top Right title 'Legend' box 3 ## set output "/var/www/html/csv-reports/images/mirrors-all-points-ma.png" set title "Fedora+Epel Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:2 title 'epel4' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:3 title 'epel5' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:4 title 'epel6' with lines lw 3,\ @@ -70,13 +70,13 @@ unset output set output "/var/www/html/csv-reports/images/fedora-daily-ma.png" set title "Fedora Daily Totals Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:36 title 'Fedora' with lines lw 3 unset output set output "/var/www/html/csv-reports/images/fedora-os-all-ma.png" set title "Fedora OS Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:6 title 'fed03' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:7 title 'fed04' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:8 title 'fed05' with lines lw 3,\ @@ -110,7 +110,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-os-latest-ma.png" set title "Fedora Selected Versions Unique IPs" -plot ["2014-01-01":"2017-12-31"] \ +plot ["2014-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:36 title 'Fedora' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:30 title 'fed27' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:24 title 'fed21' with lines lw 3,\ @@ -125,7 +125,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-os-latest-stacked-ma.png" set title "Fedora Selected Versions Unique IPs" -plot ["2013-01-01":"2017-12-31"] \ +plot ["2013-01-01":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:36 title 'Fedora' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($27+$28+$29+$30+$33) title 'fed24' with filledcurves x1,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($28+$29+$30+$33) title 'fed25' with filledcurves x1,\ @@ -136,7 +136,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-hardware-full-ma.png" set title "Fedora Hardware via Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:37 title 'alpha' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:38 title 'ARM' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:39 title 'ARM64' with lines lw 3,\ @@ -153,7 +153,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-hardware-2nd-ma.png" set title "Fedora Secondary via Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:37 title 'alpha' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:38 title 'ARM' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:39 title 'ARM64' with lines lw 3,\ @@ -168,7 +168,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-epel-stacked-ma.png" set title "Fedora Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32) title 'fed29' w filledcurves x1, \ @@ -207,7 +207,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-stacked-ma.png" set title "Fedora Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32) title 'fed29' w filledcurves x1, \ @@ -241,7 +241,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-rev-all-stacked-ma.png" set title "Fedora Yum Reverse Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27+$26+$25+$24+$23+$22+$21+$20+$19+$18+$17+$16+$15+$14+$13+$12+$11+$10+$9+$8+$7+$6) title 'fed03' w filledcurves x1 lc rgb "#F0F0F0", \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27+$26+$25+$24+$23+$22+$21+$20+$19+$18+$17+$16+$15+$14+$13+$12+$11+$10+$9+$8+$7) title 'fed04' w filledcurves x1 lc rgb "#F0F0F0", \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27+$26+$25+$24+$23+$22+$21+$20+$19+$18+$17+$16+$15+$14+$13+$12+$11+$10+$9+$8) title 'fed05' w filledcurves x1 lc rgb "#F0F0F0", \ @@ -275,7 +275,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-rev-latest-stacked-ma.png" set title "Fedora Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27) title 'fed24' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28) title 'fed25' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29) title 'fed26' w filledcurves x1, \ @@ -289,7 +289,7 @@ unset output set output "/var/www/html/csv-reports/images/fedora-select-stacked-ma.png" set title "Fedora Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32+$33) title 'fedora-future' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29+$30+$31+$32) title 'fed25-30' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed19-24' w filledcurves x1, \ @@ -304,7 +304,7 @@ unset output set output "/var/www/html/csv-reports/images/epel-all-ma.png" set title "Epel Yum Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:2 title 'epel4' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:3 title 'epel5' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:4 title 'epel6' with lines lw 3,\ @@ -314,14 +314,14 @@ unset output set output "/var/www/html/csv-reports/images/epel-daily-ma.png" set title "Fedora Epel Totals Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:35 title 'EPEL' with lines lw 3 unset output set output "/var/www/html/csv-reports/images/epel-arch-ma.png" set title "Epel ARCH Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:48 title 'x86_32' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:50 title 'x86_64' with lines lw 3,\ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:52 title 'ppc' with lines lw 3,\ @@ -330,7 +330,7 @@ unset output set output "/var/www/html/csv-reports/images/epel-stacked-ma.png" set title "Epel Releases Unique IPs" -plot ["2007-05-17":"2017-12-31"] \ +plot ["2007-05-17":"2018-12-31"] \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \ '/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \