/[suikacvs]/webroot/www/harusame/cvscommit.sh
Suika

Diff of /webroot/www/harusame/cvscommit.sh

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

revision 1.1 by wakaba, Tue Oct 21 08:36:59 2008 UTC revision 1.2 by wakaba, Mon Nov 24 07:14:37 2008 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ harusame\//" > .cvslog.tmp  find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ harusame\//" > .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  ## TODO: Don't use -I here  mkcommitfeed \
5  perl \      --file-name harusame-commit.en.atom.u8 \
     -I../manakai-core/lib/ \  
     -I/home/httpd/html/www/markup/html/whatpm/ \  
     mkcommitfeed.pl --file-name harusame-commit.en.atom.u8 \  
6      --feed-url http://suika.fam.cx/www/harusame/harusame-commit \      --feed-url http://suika.fam.cx/www/harusame/harusame-commit \
7      --feed-title "Harusame ChangeLog diffs" \      --feed-title "Harusame ChangeLog diffs" \
8      --feed-lang en \      --feed-lang en \

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24