From: | markwkm(at)gmail(dot)com |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | andrew(at)dunslane(dot)net |
Subject: | ideas for auto-processing patches |
Date: | 2007-01-04 19:38:01 |
Message-ID: | 70c01d1d0701041138u49245da3i5ab42de9f9e45d35@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
OSDL had a tool called PLM with a primary goal to test patches against
the Linux kernel. It applied them and built them on multiple
platforms. It's a pretty simple idea and here are some links to what
it did; the systems appear to still be up for the moment so here are a
couple of links to what it did.
Summary of build results:
http://plm.testing.osdl.org/patches/show/linux-2.6.20-rc3-git3
Summary of recent patches submitted into the system:
http://plm.testing.osdl.org/patches/search_result
It also provides an rss feed:
http://plm.testing.osdl.org/rss
There a couple of things initial things I wanted to change, which I
think are improvements:
1. Pull source directly from repositories (cvs, git, etc.) PLM
doesn't really track actually scm repositories. It requires
directories of source code to be traversed, which are set up by
creating mirrors.
2. Apply and build patches against daily updates from the
repositories, as opposed to only against a specified version of the
source code.
Thoughts?
Regards,
Mark
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-01-04 19:43:11 | Re: [HACKERS] wal_checksum = on (default) | off |
Previous Message | Tom Lane | 2007-01-04 19:33:03 | Re: Reverse-sort indexes and NULLS FIRST/LAST sorting |