aboutsummaryrefslogtreecommitdiff
path: root/hwpack/hardwarepack.py
AgeCommit message (Expand)Author
2010-12-17create an external manifestMichael Hudson
2010-12-17support different extensions in HardwarePack.filenameMichael Hudson
2010-12-17remove special casing of None keys in HardwarePack.sourcesMichael Hudson
2010-12-16if you pass a source with a key of "None" to add_apt_sources(), it is not add...Michael Hudson
2010-12-14mostly revert r199Michael Hudson
2010-12-10have the generated packages break/replace each otherMichael Hudson
2010-12-10rollback format bump & make linaro-hwpack-install detect new-style hwpacks di...Michael Hudson
2010-12-10create two dependency packages, one which depends on the contents of the hwpa...Michael Hudson
2010-12-09rename dependency package to be prefixed with hwpack-Michael Hudson
2010-12-09add a docstringMichael Hudson
2010-12-08bump hwpack format to 2Michael Hudson
2010-12-08test add_dependency_packageMichael Hudson
2010-12-08simplificationsMichael Hudson
2010-12-07build a dependency package as part of building a hwpackMichael Hudson
2010-11-11Add a test for HardwarePack.FORMAT this time.Guilherme Salgado
2010-10-18Ensure the format version of hwpacks don't contain white spaces as that is no...Guilherme Salgado
2010-09-13Make FetchedPackage.content optional.James Westby
2010-09-13Set the mtime of all the files in the hwpack.James Westby
2010-09-10Ensure that sources files have .list extension.James Westby
2010-09-10Merge trunk.James Westby
2010-09-10Allow creating Metadata objects from Config objects, with some extra info.James Westby
2010-09-10Allow specifying the architectures to build for in the config.James Westby
2010-09-10Have the manifest use "=" rather than " " to split package and version.James Westby
2010-09-02Merged architectures-from-config into metadata-from-config.James Westby
2010-09-02Merged metadata-from-config into hwpack-builder.James Westby
2010-09-02Merge add-packages-to-hwpack in to architecture-support.James Westby
2010-09-02Rename add_sources to add_apt_sources and update the docstring.James Westby
2010-09-02Include the architecture in the filename.James Westby
2010-09-02Add a docstring for from_config.James Westby
2010-09-02Add a method to create a Metadata from a Config.James Westby
2010-09-01Add Architecture to Metadata.James Westby
2010-09-01Write a correct Packages file.James Westby
2010-09-01Add the packages to the manifest too.James Westby
2010-09-01Put the packges in the hardware pack.James Westby
2010-09-01Add a docstring.James Westby
2010-09-01Add sources to the hwpack.James Westby
2010-09-01Add a TODO, thanks Guilherme.James Westby
2010-09-01Rename to_f to to_file, thanks Guilherme.James Westby
2010-08-31Add docstrings.James Westby
2010-08-31Extract out a Metadata object to make testing easier.James Westby
2010-08-30Set the defaults for created files.James Westby