From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64500 invoked by alias); 15 Apr 2016 23:43:06 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 64483 invoked by uid 89); 15 Apr 2016 23:43:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=websites, perms, tonight, H*F:U*agk X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 15 Apr 2016 23:43:05 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4FDA1C049D52 for ; Fri, 15 Apr 2016 23:43:04 +0000 (UTC) Received: from agk-dp.fab.redhat.com (agk-dp.fab.redhat.com [10.33.15.10]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3FNh3G7028573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 15 Apr 2016 19:43:04 -0400 Received: from agk by agk-dp.fab.redhat.com with local (Exim 4.69) (envelope-from ) id 1arDOA-00058U-OK for overseers@sourceware.org; Sat, 16 Apr 2016 00:43:02 +0100 Date: Fri, 15 Apr 2016 23:43:00 -0000 From: Alasdair G Kergon To: overseers@sourceware.org Subject: lvm2/dm website refresh notes Message-ID: <20160415234302.GF18956@agk-dp.fab.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-SW-Source: 2016-q2/txt/msg00008.txt.bz2 We're refreshing the LVM2/dm websites. The first step tonight with fche's assistance was to convert from cvs to git: mkdir htdocs.git; cd htdocs.git; git init --bare Create description and copy config file from cygwin-htdocs.git and tweak. Copy post-update hook and edit: umask 002 git --work-tree=/sourceware/www/sourceware/htdocs/lvm2 \ --git-dir=/sourceware1/projects/lvm2-home/htdocs.git \ checkout -f lvm2 git --work-tree=/sourceware/www/sourceware/htdocs/dm \ --git-dir=/sourceware1/projects/lvm2-home/htdocs.git \ checkout -f dm Create symlink from /sourceware/git. Fix perms on whole repo. Check it out locally, create a branch for each website, and push. Unlock CVSROOT loginfo, disable website auto_checkout hook, relock. Remove the old CVS/ dir from the website dirs. Alasdair