root/feedmelinks/bin/rebuild-changelog.sh
| Revision 317, 279 bytes (checked in by hirokai, 5 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | export PATH=$PATH:$HOME/bin:$HOME/www/bin |
| 4 | export CVSROOT=:ext:hirokai@jm3.net:/usr/home/hirokai/.cvsroot |
| 5 | export CVS_RSH=/usr/bin/ssh |
| 6 | |
| 7 | |
| 8 | cd $HOME/www/ |
| 9 | |
| 10 | cvs2cl.pl --xml --stdout | sed 's/hirokai/jm3/g' | sabcmd ~/www/bin/xml-cl-to-rss.xsl > $HOME/www/misc/ChangeLog.xml |
| 11 |
Note: See TracBrowser for help on using the browser.