Parent Directory | Revision Log
++ ChangeLog 21 Oct 2008 05:17:37 -0000 * cvscommit.sh: Set |--feed-title|, |--feed-related-url|, |--feed-license-url|, and |-feed-rights| options to the |mkcommitfeed.pl| call. * mkcommitfeed.pl: New options |--feed-license-url|, |--feed-related-url|, and |--feed-rights| implemented. 2008-10-21 Wakaba <wakaba@suika.fam.cx>
1 | #!/bin/sh |
2 | 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 |
4 | ## TODO: Don't use -I here |
5 | perl \ |
6 | -I/home/wakaba/work/manakai2/lib/ \ |
7 | mkcommitfeed.pl --file-name whatpm-commit.en.atom.u8 \ |
8 | --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \ |
9 | --feed-title "Whatpm ChangeLog diffs" \ |
10 | --feed-lang en \ |
11 | --feed-related-url "http://suika.fam.cx/www/markup/html/whatpm/readme" \ |
12 | --feed-license-url "http://suika.fam.cx/www/markup/html/whatpm/readme#license" \ |
13 | --feed-rights "This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself." \ |
14 | < .cvslog.tmp |
15 | rm .cvslog.tmp |
16 | |
17 | ## $Date: 2008/10/21 05:04:36 $ |
18 | ## License: Public Domain |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |