/[suikacvs]/webroot/commitfeed/cvscommit.sh
Suika

Contents of /webroot/commitfeed/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Nov 24 04:54:38 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
File MIME type: application/x-sh
From Harusame's copy

1 #!/bin/sh
2 find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ harusame\//" > .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../manakai-core/lib/ \
7 -I/home/httpd/html/www/markup/html/whatpm/ \
8 mkcommitfeed.pl --file-name harusame-commit.en.atom.u8 \
9 --feed-url http://suika.fam.cx/www/harusame/harusame-commit \
10 --feed-title "Harusame ChangeLog diffs" \
11 --feed-lang en \
12 --feed-related-url "http://suika.fam.cx/www/harusame/readme" \
13 --feed-license-url "http://suika.fam.cx/www/harusame/readme#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 cvs commit -m "" harusame-commit.en.atom.u8
17 rm .cvslog.tmp
18
19 ## $Date: 2008/10/21 08:36:59 $
20 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24