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

Contents of /webroot/swe/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Nov 7 12:46:51 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
File MIME type: application/x-sh
++ swe/lib/SWE/DB/ChangeLog	7 Nov 2008 12:39:37 -0000
2008-11-07  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWiki3.pm: New module.

	* ChangeLog: New file.

++ swe/lib/ChangeLog	7 Nov 2008 12:40:24 -0000
2008-11-07  Wakaba  <wakaba@suika.fam.cx>

	* ChangeLog: New file.

	* SWE/: New directory.


++ ChangeLog	7 Nov 2008 12:46:23 -0000
2008-11-07  Wakaba  <wakaba@suika.fam.cx>

	* doc/: New directory.

	* cvscommit.sh: New file (copied from Harusame's repository).

	* ChangeLog: New file.

	* lib/: New directory.

1 #!/bin/sh
2 find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ swe\//" > .cvslog.tmp
3 ## TODO: Don't use -I here
4 perl \
5 -I/home/httpd/html/www/manakai-core/lib/ \
6 -I/home/httpd/html/www/markup/html/whatpm/ \
7 mkcommitfeed.pl --file-name doc/swe-commit.en.atom.u8 \
8 --feed-url http://suika.fam.cx/swe/doc/swe-commit \
9 --feed-title "SuikaWikiEngine ChangeLog diffs" \
10 --feed-lang en \
11 --feed-related-url "http://suika.fam.cx/swe/doc/readme" \
12 --feed-license-url "http://suika.fam.cx/swe/doc/readme#license" \
13 --feed-rights "This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself." \
14 < .cvslog.tmp
15 cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
16 rm .cvslog.tmp
17
18 ## $Date: 2008/10/21 08:36:59 $
19 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24