/[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.5 by wakaba, Thu Nov 6 06:59:12 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
 cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9  
3  ## TODO: Don't use -I here  ## TODO: Don't use -I here
4  perl \  perl \
5      -I/home/wakaba/work/manakai2/lib/ \      -I/home/wakaba/work/manakai2/lib/ \
# Line 12  perl \ Line 11  perl \
11      --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" \
12      --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." \
13      < .cvslog.tmp      < .cvslog.tmp
14    cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
15  rm .cvslog.tmp  rm .cvslog.tmp
16    
17  ## $Date$  ## $Date$

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24