Finished implementation of builddata API
authorEd Bartosh <eduard.bartosh@intel.com>
Wed, 15 May 2013 11:57:50 +0000 (14:57 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Wed, 15 May 2013 11:59:11 +0000 (14:59 +0300)
commit4687bd0db1d442923c89f810c15029852a764891
treeaf57f09df1920e5cec12c33809d7da24a861d991
parentb6a2fd6d6b0e92a7edac8ceedb61d77f532096d1
Finished implementation of builddata API

Updated the code and tests to handle this format of build target:
    <buildtarget name="atom">
      <buildconf>
        <location href="3bd64bd5fa862d99dbc363ccb1557d137b5685bc3bfe9a86bcbf50767da5e2e8-build.conf"/>
        <checksum type="sh256">3bd64bd5fa862d99dbc363ccb1557d137b5685bc3bfe9a86bcbf50767da5e2e8</checksum>
      </buildconf>
      <repo arch="i586" type="binary">repos/atom/i586/packages</repo>
      <repo arch="i586" type="binary">repos/atom/i586/debug</repo>
      <repo arch="x86_64" type="binary">repos/atom/x86_64/packages</repo>
      <repo arch="x86_64" type="binary">repos/atom/x86_64/debug</repo>
      <repo type="source">repos/atom/sources</repo>
    </buildtarget>

Change-Id: Ie300bff66699eb402af4b0ca7eaddc37a238c136
common/builddata.py
common/repomaker.py
tests/test_builddata.py