You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/07/13 18:06:57 UTC

svn commit: r1752493 - /comdev/projects.apache.org/scripts/cronjobs/parseprojects.py

Author: sebb
Date: Wed Jul 13 18:06:57 2016
New Revision: 1752493

URL: http://svn.apache.org/viewvc?rev=1752493&view=rev
Log:
Change the day

Modified:
    comdev/projects.apache.org/scripts/cronjobs/parseprojects.py

Modified: comdev/projects.apache.org/scripts/cronjobs/parseprojects.py
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/parseprojects.py?rev=1752493&r1=1752492&r2=1752493&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/cronjobs/parseprojects.py (original)
+++ comdev/projects.apache.org/scripts/cronjobs/parseprojects.py Wed Jul 13 18:06:57 2016
@@ -66,8 +66,8 @@ ATTIC = 'Attic <general@attic.apache.org
 def printAtticMail(msg, file=sys.stdout):
     print(msg, file=file)
     import datetime
-    # Only sent the mail once a month
-    if datetime.datetime.now().day != 11:
+    # Only send the mail once a month
+    if datetime.datetime.now().day != 14:
         print("Not sending the email to '" + str(ATTIC) +"'" , file=file)
         return
     try: