/[suikacvs]/messaging/manakai/cvscommit.sh
Suika

Contents of /messaging/manakai/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Tue Oct 21 07:52:49 2008 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +2 -2 lines
File MIME type: application/x-sh
++ ChangeLog	21 Oct 2008 07:52:43 -0000
	* cvscommit.sh: Typo fixed.

2008-10-21  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24