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

Contents of /messaging/manakai/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download) (as text)
Tue Oct 21 08:24:17 2008 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +2 -1 lines
File MIME type: application/x-sh
++ ChangeLog	21 Oct 2008 08:23:59 -0000
	* cvscommit.sh: Commits generated feed file, too.

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

++ manakai/doc/web/ChangeLog	21 Oct 2008 08:23:10 -0000
2008-10-21  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess, Makefile: New files.

	* cover.html.src: New file; a copy of former |cover.ja.html|, with
	some modification and some English translation added.

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.4 cvs commit -m "" doc/web/manakai-commit.en.atom.u8
17 wakaba 1.1 rm .cvslog.tmp
18    
19 wakaba 1.4 ## $Date: 2008/10/21 07:52:49 $
20 wakaba 1.1 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24