Danilo Šegan wrote: > Today at 17:30, Ross Golder wrote: > >> The migration script writes the status-*.xml files out once 15 seconds >> while it's running, if that helps. > > Is it enough to look for '<status>Migration complete</status>' to > detect successfully completed migration? >
That should do it. Or there's a 'result' element that has a 'code' attribute of 1 or 3: SUCCESS = 1 FAILURE = 2 DIFFERENCES = 3 -- Ross _______________________________________________ Gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
