[bitbake-devel] Lianhao Lu : bitbake/PRservice: Added no_hist mode and export/import.

git at git.openembedded.org git at git.openembedded.org
Wed Jan 11 10:44:38 UTC 2012


Module: bitbake.git
Branch: master
Commit: 379567ee879dcdc09a51f7f1212bde1076147a6f
URL:    http://git.openembedded.org/?p=bitbake.git&a=commit;h=379567ee879dcdc09a51f7f1212bde1076147a6f

Author: Lianhao Lu <lianhao.lu at intel.com>
Date:   Tue Jan 10 14:13:49 2012 +0800

bitbake/PRservice: Added no_hist mode and export/import.

[YOCTO #1556]
1. Added the package_arch into the index to the DB table. Because the
change in PACKAGE_ARCH will results in different checksum, and it is
better to have seperate PR value domains for differnt PACKAGE_ARCH of
the same pakcage.

2. Changed the PR service to operate in no history mode. In this mode,
the for a given query tuple (version, pkgarch, checksum), the returned
value will be the largest among all the values of the same (version,
pkgarch). This means the PR value returned can NOT be decremented.

3. Added export function. For each (version, pkgarch) tuple, only the
record with the maximum value will be exported.

4. Added import function. The record will only be imported if the
imported value is larger than the value stored in the DB with the same
(version, pkgarch, checksum) tuple.

Signed-off-by: Lianhao Lu <lianhao.lu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 bin/bitbake-prserv     |   23 +++---
 lib/prserv/__init__.py |    5 +-
 lib/prserv/db.py       |  209 ++++++++++++++++++++++++++++++++++++++++--------
 lib/prserv/serv.py     |  106 ++++++++++++++++---------
 4 files changed, 263 insertions(+), 80 deletions(-)

Diff:   http://git.openembedded.org/?p=bitbake.git/?a=commitdiff;h=379567ee879dcdc09a51f7f1212bde1076147a6f




More information about the bitbake-devel mailing list