/[suikacvs]/markup/html/whatpm/cvscommit.sh
Suika

Contents of /markup/html/whatpm/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download) (as text)
Mon Nov 24 07:04:41 2008 UTC (15 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +3 -5 lines
File MIME type: application/x-sh
++ ChangeLog	24 Nov 2008 07:04:30 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* cvscommit.sh: Use |mkcommitfeed| comand instead of
	|mkcommitfeed.pl| in the same directory.

	* mkcommitfeed.pl: Removed.  (See
	<http://suika.fam.cx/commitfeed/readme>.)

1 wakaba 1.1 #!/bin/sh
2     find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ whatpm\//" > .cvslog.tmp
3 wakaba 1.6 mkcommitfeed \
4     --file-name whatpm-commit.en.atom.u8 \
5 wakaba 1.2 --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \
6 wakaba 1.4 --feed-title "Whatpm ChangeLog diffs" \
7 wakaba 1.2 --feed-lang en \
8 wakaba 1.4 --feed-related-url "http://suika.fam.cx/www/markup/html/whatpm/readme" \
9     --feed-license-url "http://suika.fam.cx/www/markup/html/whatpm/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 wakaba 1.2 < .cvslog.tmp
12 wakaba 1.5 cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
13 wakaba 1.1 rm .cvslog.tmp
14    
15 wakaba 1.6 ## $Date: 2008/11/06 06:59:12 $
16 wakaba 1.1 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24