Danek Duvall wrote:
On Fri, Apr 03, 2009 at 05:00:07PM -0700, Brock Pytlik wrote:

http://cr.opensolaris.org/~bpytlik/ips-7729-v1/

depot.py:

  - line 418: space at end of string
fixed
t_pkg_depotd.py:

  - in check_state(), do we actually need to wait for the directory
    structure to be created, or is it just the feed?  It seems to me that
    you could write a single block of code that did the check and do
    something like

        if find_feed() and <timeout>:
            sleep(1)

    but if not, no worries.
If I remember right, I added the directory structure delay because otherwise I was seeing some of the same timing issues that were showing up with the feed with the directory structure. I can go back and verify that's the case if you'd like.
Danek

Thanks for taking a look,
Brock
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to