debian/compat
author Laurent Charignon <lcharignon@fb.com>
Tue, 16 Jun 2015 10:07:51 -0700
changeset 1366 9c3ba42c582a
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
inhibit: move transaction wrapping outside of repo setup Before this patch, transaction wrapping code was done in reposetup. It happened to cause stackoverflows in repos with a lot of subreps. This patch moves the wrapping to extsetup and avoids this problem.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b18b00036355 pkg/debian: Debian packaging
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
8