Don't attempt to pull in updates with CVS anymore, because we don't have it.
authorMagnus Hagander <magnus@hagander.net>
Wed, 6 Oct 2010 13:20:09 +0000 (13:20 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 6 Oct 2010 13:20:09 +0000 (13:20 +0000)
Most if it was just FAQs that have been migrated to the wiki.

The one remaining thing is the backend flowcharts, that is now just disabled
rather than pulling from git. There's no real point in spending time fixing
the pull when it's going to get replaced with the new website soon - most
likely before there is any update in the main repo anyway..

git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2752 8f5c7a92-453e-0410-a47f-ad33c8a6b003

portal/tools/buildsite

index ef16fb6c8c66406ae3245b9c65f930a666e9e215..24b7f407ae947e18a836809f4affe24dd7d723c4 100755 (executable)
@@ -46,21 +46,6 @@ cd ${BASE}
 /usr/local/bin/svn revert -R .
 /usr/local/bin/svn update --non-interactive
 
-
-cd ${BASE}/files/developer/backend
-/usr/bin/cvs -z9 update
-
-# Update resources that are pulled from external CVS
-cd ${EXT}
-find . -type d -mindepth 1 -maxdepth 1 | while read D ; do
-   if [ -d $D/CVS ]; then
-      cd $D
-      cvs -z9 update
-      cd ..
-   fi
-done
-cd ..
-
 # Pull stuff we need with curl 
 cd ${DL}
 getfile http://planet.postgresql.org/rss20.xml planetpostgresql.rss