]> git.decadent.org.uk Git - dak.git/commit
Move lib to daklib to shut aj up.
authorJames Troup <james@nocrew.org>
Thu, 18 May 2006 04:55:58 +0000 (23:55 -0500)
committerJames Troup <james@nocrew.org>
Thu, 18 May 2006 04:55:58 +0000 (23:55 -0500)
commite2ae71066cbb134753d7bfceb16e87d0b76dfd6e
tree599620575bad5945bb7bcd470f1cee2e0b307835
parent0ca9669a25a3199eb5d9b11cf6faf3736e65000c
Move lib to daklib to shut aj up.
47 files changed:
dak/check_archive.py
dak/check_overrides.py
dak/check_proposed_updates.py
dak/clean_proposed_updates.py
dak/clean_queues.py
dak/clean_suites.py
dak/compare_suites.py
dak/control_overrides.py
dak/control_suite.py
dak/cruft_report.py
dak/decode_dot_dak.py
dak/examine_package.py
dak/find_null_maintainers.py
dak/generate_index_diffs.py
dak/generate_releases.py
dak/import_archive.py
dak/import_ldap_fingerprints.py
dak/import_users_from_passwd.py
dak/init_db.py
dak/init_dirs.py
dak/lib/__init__.py [deleted file]
dak/lib/database.py [deleted file]
dak/lib/logging.py [deleted file]
dak/lib/queue.py [deleted file]
dak/lib/utils.py [deleted file]
dak/ls.py
dak/make_maintainers.py
dak/make_overrides.py
dak/make_suite_file_list.py
dak/mirror_split.py
dak/override.py
dak/poolize.py
dak/process_accepted.py
dak/process_new.py
dak/process_unchecked.py
dak/queue_report.py
dak/reject_proposed_updates.py
dak/rm.py
dak/security_install.py
dak/split_done.py
dak/stats.py
dak/symlink_dists.py
daklib/__init__.py [new file with mode: 0644]
daklib/database.py [new file with mode: 0644]
daklib/logging.py [new file with mode: 0644]
daklib/queue.py [new file with mode: 0644]
daklib/utils.py [new file with mode: 0644]