From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24951 invoked by alias); 6 Oct 2006 20:45:27 -0000 Received: (qmail 24927 invoked by uid 9610); 6 Oct 2006 20:45:27 -0000 Date: Fri, 06 Oct 2006 20:45:00 -0000 Message-ID: <20061006204527.24926.qmail@sourceware.org> From: rmccabe@sourceware.org To: cluster-cvs@sources.redhat.com Subject: conga/luci/site/luci/Extensions homebase_adapt ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00055.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2006-10-06 20:45:27 Modified files: luci/site/luci/Extensions: homebase_adapters.py cluster_adapters.py Added files: luci/site/luci/Extensions: clusterOS.py UnknownClusterError.py Log message: move resolveOSType to a new file clusterOS.py to break a circular import dependency create UnknownClusterError as a couple of functions in cluster_adapters try to throw this kind of exception fix a few other small bugs Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/clusterOS.py.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/UnknownClusterError.py.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.84&r2=1.85