Tom Wardill has proposed merging ~twom/launchpad:buildd-sha-export into 
launchpad:master.

Commit message:
Update docstring for getChrootHash

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/391504
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of 
~twom/launchpad:buildd-sha-export into launchpad:master.
diff --git a/lib/lp/soyuz/interfaces/distroarchseries.py b/lib/lp/soyuz/interfaces/distroarchseries.py
index 4f70996..76d1930 100644
--- a/lib/lp/soyuz/interfaces/distroarchseries.py
+++ b/lib/lp/soyuz/interfaces/distroarchseries.py
@@ -220,7 +220,7 @@ class IDistroArchSeriesPublic(IHasBuildRecords, IHasOwner):
     @export_read_operation()
     @operation_for_version("devel")
     def getChrootHash(pocket, image_type):
-        """Return the sha1sum of the current chroot for the given pocket."""
+        """Return applicable hashes for the current chroot of this pocket."""
 
     def addOrUpdateChroot(chroot, pocket=None, image_type=None):
         """Return the just added or modified PocketChroot.
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to