[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Two small bugfixes



Hi,

while setting up my test dak server I discovered some bugs. You can merge
my branch "bugfixes" if you're interested by the fixes:
git://git.debian.org/users/hertzog/dak.git
http://git.debian.org/?p=users/hertzog/dak.git;a=shortlog;h=refs/heads/bugfixes

Cheers,
 Raphael.

$ git log --stat master..
commit 3670b5f49b4d70a8eaf7ac24f50a541c9286fde2
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 1 01:28:10 2009 +0100

    dak update-db: fixes to make it work on a fresh install
    
    Also update docs/README.first to advise to run dak update-db
    before dak init-db.
    
    Signed-off-by: Raphael Hertzog <hertzog@debian.org>

 dak/dakdb/update3.py |    7 ++++++-
 dak/dakdb/update5.py |    1 -
 docs/README.first    |    1 +
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 0262c823195e0e3334db1a554c7062e94ea01c62
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 1 01:25:57 2009 +0100

    dak init-db: properly initialize suite_architectures
    
    Using database.get_suite_architectures() here makes no sense since that
    function uses the table that we're trying to fill. Instead we should
    assume that all suites support all architectures. And it's up to the
    admin to adjust the set afterwards if needed.
    
    Signed-off-by: Raphael Hertzog <hertzog@debian.org>

 dak/init_db.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/


Reply to: