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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Tue Oct 21 05:04:36 2008 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.2: +5 -2 lines
File MIME type: application/x-sh
++ ChangeLog	21 Oct 2008 05:04:33 -0000
	* cvscommit.sh: Add |-I| option to the |perl| command.

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/^\+\+ .\//++ whatpm\//" > .cvslog.tmp
3     cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
4 wakaba 1.3 ## TODO: Don't use -I here
5     perl \
6     -I/home/wakaba/work/manakai2/lib/ \
7     mkcommitfeed.pl --file-name whatpm-commit.en.atom.u8 \
8 wakaba 1.2 --feed-url http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit \
9     --feed-lang en \
10     < .cvslog.tmp
11 wakaba 1.1 rm .cvslog.tmp
12    
13 wakaba 1.3 ## $Date: 2008/10/21 05:03:24 $
14 wakaba 1.1 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24