/[webpac2]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 298 by dpavlin, Mon Dec 19 19:55:21 2005 UTC revision 301 by dpavlin, Mon Dec 19 21:26:04 2005 UTC
# Line 53  tags: Line 53  tags:
53  sf:  sf:
54          svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2          svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2
55    
56  run:  config_yml:
         rm -f log  
57          test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true          test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true
58          test -d db && rm -Rf db/* || mkdir db  
59          ./run.pl  run: config_yml
60            ./run.pl --clean --limit 100
61    
62    index: config_yml
63            ./run.pl --clean
64    
65  MAKE_MORE  MAKE_MORE
66  }  }

Legend:
Removed from v.298  
changed lines
  Added in v.301

  ViewVC Help
Powered by ViewVC 1.1.26