Roundup Tracker - Issues

Issue 1891328

classification
scripts use wrong Python versions
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: stefan : stefan, tobias-herp
Priority: normal : patch

Created on 2008-02-11 17:47 by anonymous, last changed 2009-02-16 21:10 by stefan.

Files
File name Uploaded Description Edit Remove
scripts-shebang.patch tobias-herp, 2009-02-15 20:34 patch to correct the magical comments
Messages
msg2520 Author: [hidden] (anonymous) Date: 2008-02-11 17:47
roundup-1.4.2/scripts/roundup-reminder:

#! /usr/bin/env python2.2


roundup-1.4.2/scripts/weekly-report:

#! /usr/bin/env python2.3



These should imho just read:


#! /usr/bin/env python


msg3543 Author: [hidden] (tobias-herp) Date: 2009-02-15 20:34
a little patch to correct the magical comments
msg3549 Author: [hidden] (stefan) Date: 2009-02-16 21:10
Fixed with rev:4133.
History
Date User Action Args
2009-02-16 21:10:48stefansetstatus: open -> closed
assignee: stefan
resolution: fixed
messages: + msg3549
nosy: + stefan
2009-02-15 20:34:23tobias-herpsetfiles: + scripts-shebang.patch
keywords: + patch
messages: + msg3543
nosy: + tobias-herp
2008-02-11 17:47:59anonymouscreate