jvanzyl     2004/05/09 18:15:08

  Modified:    maven-meeper/src/bin jira.py
  Added:       maven-meeper/src/bin/apache cron.txt sync-apache
               maven-meeper/src/bin/codehaus cron.txt sync-codehaus
  Removed:     maven-meeper cron.txt sync-apache
               maven-meeper/src/bin cron.txt sync-apache
  Log:
  o setting up stuff with codehaus
  
  Revision  Changes    Path
  1.2       +4 -0      maven-components/maven-meeper/src/bin/jira.py
  
  Index: jira.py
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-meeper/src/bin/jira.py,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jira.py   10 May 2004 00:23:19 -0000      1.1
  +++ jira.py   10 May 2004 01:15:08 -0000      1.2
  @@ -1,5 +1,9 @@
   #!/usr/bin/python
   
  +## Note: codehaus has a JIRA version which doesn't support xmlrpc
  +##       so we can just scrape the screen or use the jelly interface
  +##       on the codehaus box.
  +
   import sys
   import xmlrpclib
   
  
  
  
  1.1                  maven-components/maven-meeper/src/bin/apache/cron.txt
  
  Index: cron.txt
  ===================================================================
  # use /bin/sh to run commands, no matter what /etc/passwd says
  SHELL=/bin/sh
  
  # mail any output to `paul', no matter whose crontab this is
  MAILTO=mdiggory
   
  # run 23 minutes after midn, 4am, 8am ..., everyday
  0 0-23/4 * * * /export/sunsite/users/mdiggory/bin/sync-apache
  
  
  
  1.1                  maven-components/maven-meeper/src/bin/apache/sync-apache
  
  Index: sync-apache
  ===================================================================
  #!/bin/sh
  
  umask 002
  
  rsync -rvl --size-only www.apache.org::apache-dist/java-repository/ 
/public/html/maven
  
  
  
  1.1                  maven-components/maven-meeper/src/bin/codehaus/cron.txt
  
  Index: cron.txt
  ===================================================================
  # use /bin/sh to run commands, no matter what /etc/passwd says
  SHELL=/bin/sh
  
  # mail any output to `jvanzyl', no matter whose crontab this is
  MAILTO=jvanzyl
   
  # run 23 minutes after midn, 4am, 8am ..., everyday
  0 0-23/4 * * * /export/sunsite/users/jvanzyl/bin/sync-codehaus
  
  
  
  1.1                  maven-components/maven-meeper/src/bin/codehaus/sync-codehaus
  
  Index: sync-codehaus
  ===================================================================
  #!/bin/sh
  
  umask 002
  
  rsync -rvl --size-only dist.codehaus.org::dist/dist/ /public/html/maven
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to