| 1 |
wakaba |
1.1 |
#!/bin/sh |
| 2 |
|
|
find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ manakai\//" > .cvslog.tmp |
| 3 |
|
|
cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9 |
| 4 |
wakaba |
1.2 |
## TODO: Don't use -I here |
| 5 |
|
|
perl \ |
| 6 |
|
|
-Ilib/ \ |
| 7 |
wakaba |
1.3 |
-I/home/httpd/html/www/markup/html/whatpm/ \ |
| 8 |
wakaba |
1.2 |
mkcommitfeed.pl --file-name doc/web/manakai-commit.en.atom.u8 \ |
| 9 |
|
|
--feed-url http://suika.fam.cx/www/manakai-core/doc/web/manakai-commit \ |
| 10 |
|
|
--feed-title "manakai ChangeLog diffs" \ |
| 11 |
|
|
--feed-lang en \ |
| 12 |
|
|
--feed-related-url "http://suika.fam.cx/www/manakai-core/doc/web/" \ |
| 13 |
|
|
--feed-license-url "http://suika.fam.cx/www/manakai-core/doc/web/#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 |
wakaba |
1.1 |
rm .cvslog.tmp |
| 17 |
|
|
|
| 18 |
wakaba |
1.3 |
## $Date: 2008/10/21 07:51:59 $ |
| 19 |
wakaba |
1.1 |
## License: Public Domain |