
Hello, With obs, can a count of suggessfully built packages for the month be shown on the 'Scheduler Status' page. With each successful built package, log a entry like so: echo 1 >> /tmp/built-packages-count.log A sample log may look like this: # cat /tmp/built-packages-count.log 1 1 1 1 1 So in this case: echo "Built packages for month:" `cat /tmp/built-packages-count.log | wc -l` The result based on the example is: Built packages for month: 5 To reset the value at the beginning of the next month just remove the /tmp/built-packages-count.log and the count would start at 1 again after the first successful build of the next package. If you see the number is increasing you know packages are being built. Be interesting to know how many packages are built in a month. Cheers Glenn -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org