From commits-return-2409-apmail-community-commits-archive=community.apache.org@community.apache.org Thu Oct 1 13:35:59 2015 Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D50FE175F4 for ; Thu, 1 Oct 2015 13:35:59 +0000 (UTC) Received: (qmail 95824 invoked by uid 500); 1 Oct 2015 13:35:50 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 95799 invoked by uid 500); 1 Oct 2015 13:35:50 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 95790 invoked by uid 99); 1 Oct 2015 13:35:50 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 13:35:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DED051A3714 for ; Thu, 1 Oct 2015 13:35:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.802 X-Spam-Level: * X-Spam-Status: No, score=1.802 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id JulSIVr1mabN for ; Thu, 1 Oct 2015 13:35:40 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 4B5F0201FB for ; Thu, 1 Oct 2015 13:35:39 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 82806E0428 for ; Thu, 1 Oct 2015 13:35:38 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4FD963A01DC for ; Thu, 1 Oct 2015 13:35:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1706248 - in /comdev/projects.apache.org/scripts/cronjobs: countaccounts.py pubsubber.py Date: Thu, 01 Oct 2015 13:35:38 -0000 To: commits@community.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151001133538.4FD963A01DC@svn01-us-west.apache.org> Author: sebb Date: Thu Oct 1 13:35:37 2015 New Revision: 1706248 URL: http://svn.apache.org/viewvc?rev=1706248&view=rev Log: Hashbang unnecessary for cronjobs run by invoking python Modified: comdev/projects.apache.org/scripts/cronjobs/countaccounts.py comdev/projects.apache.org/scripts/cronjobs/pubsubber.py Modified: comdev/projects.apache.org/scripts/cronjobs/countaccounts.py URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/countaccounts.py?rev=1706248&r1=1706247&r2=1706248&view=diff ============================================================================== --- comdev/projects.apache.org/scripts/cronjobs/countaccounts.py (original) +++ comdev/projects.apache.org/scripts/cronjobs/countaccounts.py Thu Oct 1 13:35:37 2015 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import sys # The output from json.dumps() has a trailing space in Python2, it is absent in Python3 # So ensure we always use the same python version as the crontab Modified: comdev/projects.apache.org/scripts/cronjobs/pubsubber.py URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/pubsubber.py?rev=1706248&r1=1706247&r2=1706248&view=diff ============================================================================== --- comdev/projects.apache.org/scripts/cronjobs/pubsubber.py (original) +++ comdev/projects.apache.org/scripts/cronjobs/pubsubber.py Thu Oct 1 13:35:37 2015 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ################################################# # Pubsubber.py: a minimalistic svnwcsub program # #################################################