/[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.2 by wakaba, Tue Oct 21 05:03:24 2008 UTC revision 1.3 by wakaba, Tue Oct 21 05:04:36 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 \  ## TODO: Don't use -I here
5    perl \
6        -I/home/wakaba/work/manakai2/lib/ \
7        mkcommitfeed.pl --file-name whatpm-commit.en.atom.u8 \
8      --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \      --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \
9      --feed-lang en \      --feed-lang en \
10      < .cvslog.tmp      < .cvslog.tmp

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24