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 |
cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9 |
4 |
|
perl mkcommitfeed.pl --file-name whatpm-commit.en.atom.u8 \ |
5 |
|
--feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \ |
6 |
|
--feed-lang en \ |
7 |
|
< .cvslog.tmp |
8 |
rm .cvslog.tmp |
rm .cvslog.tmp |
9 |
|
|
10 |
## $Date$ |
## $Date$ |