aboutsummaryrefslogtreecommitdiff
path: root/hwpack/builder.py
AgeCommit message (Expand)Author
2010-12-17create an external manifestMichael Hudson
2010-12-17WARNING is a more appropriate levelMichael Hudson
2010-12-17warn if a package supplied with --local-deb does not end up in the hwpackMichael Hudson
2010-12-17include local debs in the hwpack even if the config file does not include themMichael Hudson
2010-12-17remove special casing of None keys in HardwarePack.sourcesMichael Hudson
2010-12-16small tidyMichael Hudson
2010-12-16make test pass, some hacking thoughMichael Hudson
2010-12-16consider the local debs as a package source when building the hwpackMichael Hudson
2010-12-16add local-debs option, which currently does not do anythingMichael Hudson
2010-12-15Add a --debug option to hwpack-create.James Westby
2010-12-14mostly revert r199Michael Hudson
2010-12-10create two dependency packages, one which depends on the contents of the hwpa...Michael Hudson
2010-12-08simplificationsMichael Hudson
2010-12-07build a dependency package as part of building a hwpackMichael Hudson
2010-11-04Add INFO output in normal operation.James Westby
2010-11-04Add --debug option to hwpack-create.James Westby
2010-09-14Actually exclude the packages from the hardware pack.James Westby
2010-09-13Use a parameter rather than a separate method.James Westby
2010-09-13Have the HardwarePackBuilder obey the include-debs config setting.James Westby
2010-09-03Use add_apt_sources instead of the old add_sources. Thanks Guilherme.James Westby
2010-09-02Raise a specific exception if the config file is not there.James Westby
2010-09-02Add a builder class that puts the pieces together.James Westby