aboutsummaryrefslogtreecommitdiff
path: root/hwpack/packages.py
AgeCommit message (Expand)Author
2010-12-17de-XXXMichael Hudson
2010-12-16grrMichael Hudson
2010-12-16make sources_entry_for_debs label support less hacky & testedMichael Hudson
2010-12-16make test pass, some hacking thoughMichael Hudson
2010-12-16make sure that the Packages file created by sources_entry_for_debs has Filena...Michael Hudson
2010-12-16implement sources_entry_for_debsMichael Hudson
2010-12-16split TemporaryDirectoryManager out of PackageMaker, add LocalArchiveMakerMichael Hudson
2010-12-16add a modicum more loggingMichael Hudson
2010-12-15Add a --debug option to hwpack-create.James Westby
2010-12-14remove patch from james againMichael Hudson
2010-12-14the fixMichael Hudson
2010-12-14patch from jamesMichael Hudson
2010-12-08oops, PackageMaker.make_package did not get the file name right when arch != allMichael Hudson
2010-12-07build a dependency package as part of building a hwpackMichael Hudson
2010-12-07ok, this is a bit crazy:Michael Hudson
2010-12-01don't compare content when comparing FetchedPackages -- the md5 is enoughMichael Hudson
2010-11-30add a FetchedPackage.__hash__ methodMichael Hudson
2010-11-30another commentMichael Hudson
2010-11-29changes following reviewMichael Hudson
2010-11-26allow the architecture to be suppliedMichael Hudson
2010-11-25more tests & implementation for from_debMichael Hudson
2010-11-24first test passing for PackageFetcher.from_debMichael Hudson
2010-11-24create debs named like dpkg-name would move them tooMichael Hudson
2010-11-23depends and pre-depends fields work and invalid fields do notMichael Hudson
2010-11-23use python-debian instead of python-apt for handling .deb filesMichael Hudson
2010-11-23check something about the created packageMichael Hudson
2010-11-23first test that creates a .debMichael Hudson
2010-11-23start with a fixture/context manager that provides temporary directoriesMichael Hudson
2010-11-04Ensure that recommends are installed in the hwpack.James Westby
2010-11-04Add INFO output in normal operation.James Westby
2010-11-04Add --debug option to hwpack-create.James Westby
2010-09-24Tweaks from review. Thanks Guilherme.James Westby
2010-09-15Some improvements to PackageFetcher.James Westby
2010-09-15Thread Provides, Replaces and Breaks through to the Packages files.James Westby
2010-09-14Merged obey-include-debs into include-dependencies.James Westby
2010-09-14Merged make-package-content-optional into obey-include-debs.James Westby
2010-09-14Remove set_content as it is not needed.James Westby
2010-09-14Merged extra-text-in-packages-files into set-installed-packages.James Westby
2010-09-14Merged set-content-mtime into extra-text-in-packages-files.James Westby
2010-09-14Define __ne__ and remove __hash__ on FetchedPackage. Thanks Zygmunt.James Westby
2010-09-14Simplify the implementation of fetch_packages.James Westby
2010-09-13Further improvements to fetch_packages.James Westby
2010-09-13Merge obey-include-debs into include-dependencies.James Westby
2010-09-13Use a parameter rather than a separate method.James Westby
2010-09-13Merge obey-include-debs into include-dependencies.James Westby
2010-09-13Make FetchedPackage.content optional.James Westby
2010-09-13Add a method to not fetch the content, just get the versions.James Westby
2010-09-13Make the content of the FetchedPackage optional.James Westby
2010-09-13Allow setting the installed packages seen by an IsolatedAptCache.James Westby
2010-09-13Allow specifying extra text for each stanza in a Packages file.James Westby