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/ \ |
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$ |