Any chance you can send the shale reports to the shale dev list?
--
James Mitchell
678.910.8017
On Dec 19, 2006, at 3:16 PM, David Blevins wrote:
On Nov 22, 2006, at 10:36 AM, Ted Husted wrote:
I like the weekly opened and closed reports.
FYI, these are setup you might want to look in the moderation queue
as it doesn't seem like they're getting through.
Here's the schedule:
08 8 * * 1 $HOME/bin/jira_report.sh opened.vm 10030 Struts2
commits@struts.apache.org struts
10 8 * * 1 $HOME/bin/jira_report.sh opened.vm 10130 Shale
commits@struts.apache.org struts
12 8 * * 5 $HOME/bin/jira_report.sh closed.vm 10030 Struts2
commits@struts.apache.org struts
14 8 * * 5 $HOME/bin/jira_report.sh closed.vm 10130 Shale
commits@struts.apache.org struts
If you'd like to set them up to be sent as you, here's the script:
------jira_report.sh------
#!/usr/local/bin/bash
java=/usr/local/bin/java
swizzle=$HOME/swizzle-jirareport-1.2.1-dep.jar
template=${1?Specify a template name}
id=${2?Specify the numeric id of the project}
name=${3?Specify the name of the project}
to=${4?Specify the address to where the report should be sent}
url=${5:-jira}
$java -jar $swizzle $1 \
-DserverUrl=http://issues.apache.org/$url/ \
-DprojectId=$id -DprojectName=$name \
-Demail=true \
[EMAIL PROTECTED] \
-Dto=$to | /usr/sbin/sendmail -it
--------------------------
-David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]