/[suikacvs]/markup/html/whatpm/cvscommit.sh
Suika

Diff of /markup/html/whatpm/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Tue Apr 24 13:35:21 2007 UTC revision 1.2 by wakaba, Tue Oct 21 05:03:24 2008 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ whatpm\//" > .cvslog.tmp  find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ whatpm\//" > .cvslog.tmp
3  cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9  cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
4    perl mkcommitfeed.pl --file-name whatpm-commit.en.atom.u8 \
5        --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \
6        --feed-lang en \
7        < .cvslog.tmp
8  rm .cvslog.tmp  rm .cvslog.tmp
9    
10  ## $Date$  ## $Date$

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24