/[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.4 by wakaba, Tue Oct 21 05:17:48 2008 UTC revision 1.6 by wakaba, Mon Nov 24 07:04:41 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  mkcommitfeed \
4  ## TODO: Don't use -I here      --file-name whatpm-commit.en.atom.u8 \
 perl \  
     -I/home/wakaba/work/manakai2/lib/ \  
     mkcommitfeed.pl --file-name whatpm-commit.en.atom.u8 \  
5      --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \      --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \
6      --feed-title "Whatpm ChangeLog diffs" \      --feed-title "Whatpm ChangeLog diffs" \
7      --feed-lang en \      --feed-lang en \
# Line 12  perl \ Line 9  perl \
9      --feed-license-url "http://suika.fam.cx/www/markup/html/whatpm/readme#license" \      --feed-license-url "http://suika.fam.cx/www/markup/html/whatpm/readme#license" \
10      --feed-rights "This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself." \      --feed-rights "This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself." \
11      < .cvslog.tmp      < .cvslog.tmp
12    cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
13  rm .cvslog.tmp  rm .cvslog.tmp
14    
15  ## $Date$  ## $Date$

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24