summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c019bf)
raw | patch | inline | side by side (parent: 3c019bf)
author | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 16 Feb 2009 21:10:04 +0000 (21:10 +0000) | ||
committer | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 16 Feb 2009 21:10:04 +0000 (21:10 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4133 57a73879-2fb5-44c3-a270-3262357dd7e2
scripts/roundup-reminder | patch | blob | history | |
scripts/weekly-report | patch | blob | history |
index 0e98a91e8856566a75de756944bc086a5d1e05f0..38ed9c34b2874624122396dfb7646d261cff6832 100755 (executable)
--- a/scripts/roundup-reminder
+++ b/scripts/roundup-reminder
-#! /usr/bin/env python2.2
+#! /usr/bin/env python
# Copyright (c) 2002 ekit.com Inc (http://www.ekit-inc.com/)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-# $Id: roundup-reminder,v 1.9 2007-02-15 03:52:35 richard Exp $
-
'''
Simple script that emails all users of a tracker with the issues that
are currently assigned to them.
diff --git a/scripts/weekly-report b/scripts/weekly-report
index 102e1e4cf4e76f3ccb8e5a6c5cfc3331592ef065..d1c36af284365f0c72b9c4b76a06ad5344636fd4 100755 (executable)
--- a/scripts/weekly-report
+++ b/scripts/weekly-report
-#! /usr/bin/env python2.3
+#! /usr/bin/env python
# This script generates a simple report outlining the activity in one
# tracker for the most recent week.