/[suikacvs]/perl/charclass/cvscommit.sh
Suika

Diff of /perl/charclass/cvscommit.sh

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

revision 1.1 by wakaba, Thu Jul 19 13:20:40 2007 UTC revision 1.2 by wakaba, Mon Nov 24 04:25:10 2008 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ charclass\//" > .cvslog.tmp  find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ charclass\//" > .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
5    perl \
6        -I../manakai-core/lib/ \
7        -I/home/httpd/html/www/markup/html/whatpm/ \
8        mkcommitfeed.pl --file-name charclass-commit.en.atom.u8 \
9        --feed-url http://suika.fam.cx/www/harusame/charclass-commit \
10        --feed-title "CharClass ChangeLog diffs" \
11        --feed-lang en \
12        --feed-related-url "http://suika.fam.cx/www/charclass/readme" \
13        --feed-license-url "http://suika.fam.cx/www/charclass/readme#license" \
14        --feed-rights "This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself." \
15        < .cvslog.tmp
16    cvs commit -m "" charclass-commit.en.atom.u8
17  rm .cvslog.tmp  rm .cvslog.tmp
18    
19  ## $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