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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Tue Oct 21 05:03:24 2008 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.1: +5 -1 lines
File MIME type: application/x-sh
++ ChangeLog	21 Oct 2008 05:03:12 -0000
2008-10-21  Wakaba  <wakaba@suika.fam.cx>

	* cvscommit.sh: Add a line to invoke |mkcommitfeed.pl|.

	* mkcommitfeed.pl: New script.

1 wakaba 1.1 #!/bin/sh
2     find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ whatpm\//" > .cvslog.tmp
3     cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
4 wakaba 1.2 perl mkcommitfeed.pl --file-name whatpm-commit.en.atom.u8 \
5     --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \
6     --feed-lang en \
7     < .cvslog.tmp
8 wakaba 1.1 rm .cvslog.tmp
9    
10 wakaba 1.2 ## $Date: 2007/04/24 13:35:21 $
11 wakaba 1.1 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24