.. -*- coding: utf-8 -*- Version 0.12.4 -------------- :publication date: 2008/12/01 :expected date: n/a Ticket #6305 Add maintenance utility lgp setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :state: resolved To manage easily the pbuilder environment, we should add a new utility in bin/:: % lgp setup -c PBUILDER_COMMAND Comments :: On 2008/10/21 10:47 - Unknown author wrote : An easier way should be to add a setup command instead of a new binary script. Ticket #6551 Fix the default distribution name ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :state: resolved By default, lgp uses the sid distribution. Should be 'unstable' due to recent distribution substitution change. Comments :: On 2008/11/12 18:02 - Unknown author wrote : Should concern ldi as well. Ticket #6684 lgp python2.4 incompatibility ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.200 :state: resolved subprocess module exists in python2.4 but does not implement check_call. A patch proposal is coming, supplying a compat layer in logilab.common (please update the dependency once logilab.common patch integrated). Comments :: On 2008/11/24 13:06 - Unknown author wrote : I haven't the permission to change the workflow. Please confirm this one. Ticket #6689 rename lgp option --dist to --result ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.300 :state: resolved --dist is too close to --distrib and this is a source of confusion. Comments :: On 2008/11/24 18:30 - Unknown author wrote : Note that the result directory is now dists/ instead of dist/ to mimic our debian repository naming scheme. Ticket #5858 replace TextReporter by logging stdlib objects ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.000 :state: resolved Prefer standard solution for logging. IMHO, to manage colorful messages, we should use a wrapper script around the lgp codebase instead. Comments :: On 2009/01/16 23:32 - Unknown author wrote : Still present in lgp/preparedist.py and lgp/tag.py Ticket #6523 Support of a config file ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 1.000 :state: resolved We need to extract raw values and constants to a clean /etc/lgp/pbuilderrc file. we should be able to override it by user preferences in ~/.pbuilderrc Comments :: On 2008/11/24 13:15 - Unknown author wrote : Use /etc/lgp/pbuilderrc.