.. -*- coding: utf-8 -*- Version 2.0.0 ------------- Rewrite of debinstall from scratch. Simplify architecture, be more robust. :publication date: 2008/01/11 :expected date: n/a Ticket #2846 rc file ~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.500 :state: resolved on a au moins deux options en ligne de commande obligatoires, on devrait pouvoir les mettre dans un .debinstall.rc Comments :: On 2008/01/07 17:38 - Unknown author wrote : In debinstall2, it's a bit different as what is suggested here, but the principal parts are there. Ticket #4491 debian package ~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.250 :state: resolved Provide a debian package for debinstall. Ticket #4474 ldi create ~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.750 :state: resolved It is possible to create a new repository using:: ldi create reponame Ticket #4478 ldi publish ~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.500 :state: resolved It is possible to process the packages in the incoming queue of a repo using:: ldi publish repository [package.changes...] Ticket #4476 ldi upload ~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.750 :state: resolved It is possible to upload packages to the incoming queue of a repository using:: ldi upload repository package.changes [...] Ticket #4010 strange behaviour with gpg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved When the user cannot sign the repository (he's just putting the packets in an incoming folder that will be later published by a super-user), debinstall tries to sign the repository and breaks because he cannot find the key. Comments :: On 2008/01/07 17:37 - Unknown author wrote : The new design takes care of this issue by separating ldi upload and ldi publish.