Bugs item #952857, was opened at 2004-05-12 13:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=952857&group_id=259

Category: systemimager-client
Group: v3.2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: updateclient bug when override name matches image name

Initial Comment:
Maybe this is a shame on me for using the same name for
the image as for the override:

./images/base_image
./overrides/base_image

When using 'updateclient' as follows:

updateclient -dry-run -server <serverIP> image
base_image -verride base_image

I get the message:

"Updating image from module base_image..."

two times.  It doesn't operate on the overrides
directory.  That's because somehwere around line 499
there's a test:

if ($image eq $module)

Since $image isn't cleared out at the end of the
encompassing foreach loop, the above test "hits" both
times.

Using a different name for the override image will
alleviate this problem, although I haven't seen that
this is a requirement.  I've worked around this by
clearing $image at the bottom of the foreach loop.

  -Steve Grandinetti

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=952857&group_id=259


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to