/[scripts]/trunk/update-checkouts.sh
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/update-checkouts.sh

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

revision 54 by dpavlin, Sun Sep 30 20:47:08 2007 UTC revision 57 by dpavlin, Thu Jan 10 20:11:42 2008 UTC
# Line 17  done Line 17  done
17  ls -d */.git | sed 's#/.git##' | while read rep ; do  ls -d */.git | sed 's#/.git##' | while read rep ; do
18          echo "update $rep [git]"          echo "update $rep [git]"
19          cd $rep && git pull || ./update.sh || echo "FATAL ERROR!"          cd $rep && git pull || ./update.sh || echo "FATAL ERROR!"
20            ln -sf `pwd`/.git /var/cache/git/$rep.git || echo "ERROR: can't update symlink to gitweb"
21          cd -          cd -
22  done  done
23    

Legend:
Removed from v.54  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC 1.1.26