public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Alasdair G Kergon <agk@redhat.com>
To: overseers@sourceware.org
Subject: lvm2/dm website refresh notes
Date: Fri, 15 Apr 2016 23:43:00 -0000	[thread overview]
Message-ID: <20160415234302.GF18956@agk-dp.fab.redhat.com> (raw)

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

                 reply	other threads:[~2016-04-15 23:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160415234302.GF18956@agk-dp.fab.redhat.com \
    --to=agk@redhat.com \
    --cc=overseers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).