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

Contents of /webroot/regexp/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sun Dec 7 09:48:35 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/x-sh
++ swe/visualizer/ChangeLog	7 Dec 2008 09:48:11 -0000
2008-12-07  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess: New file.

	* ChangeLog: New file.

	* regexp.cgi: New script.

1 wakaba 1.1 #!/bin/sh
2     find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ swe\//" > .cvslog.tmp
3     mkcommitfeed \
4     --file-name doc/regexp-commit.en.atom.u8 \
5     --feed-url http://suika.fam.cx/regexp/doc/regexp-commit \
6     --feed-title "<http://suika.fam.cx/regexp/> ChangeLog diffs" \
7     --feed-lang en \
8     --feed-related-url "http://suika.fam.cx/regexp/doc/readme" \
9     --feed-license-url "http://suika.fam.cx/regexp/doc/readme#license" \
10     --feed-rights "This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself." \
11     < .cvslog.tmp
12     cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
13     rm .cvslog.tmp
14    
15     ## $Date: 2008/11/24 07:17:26 $
16     ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24