From: Magnus Hagander Date: Wed, 6 Oct 2010 13:20:09 +0000 (+0000) Subject: Don't attempt to pull in updates with CVS anymore, because we don't have it. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d933a49302da5ab03649c9f0ba586b2448c66da3;p=pgweb-old.git Don't attempt to pull in updates with CVS anymore, because we don't have it. 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 --- diff --git a/portal/tools/buildsite b/portal/tools/buildsite index ef16fb6c..24b7f407 100755 --- a/portal/tools/buildsite +++ b/portal/tools/buildsite @@ -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