All of lore.kernel.org
 help / color / mirror / Atom feed
* Lianhao Lu : bitbake/PRservice: Added no_hist mode and export/import.
@ 2012-01-11 10:44 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-01-11 10:44 UTC (permalink / raw)
  To: bitbake-devel

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

Author: Lianhao Lu <lianhao.lu@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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-11 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-11 10:44 Lianhao Lu : bitbake/PRservice: Added no_hist mode and export/import git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.