Re: [wpkg-users] Error in profiles.xsd

2009-06-17 Thread mscdex
What I think was happening was the schema validator (PHP5's schemaValidate method in this case) was using the last "choice" XML node it found within that "sequence" node. The reason I believe this is the case is because I had profiles that were referencing packages (like they generally should), and

Re: [wpkg-users] Error in profiles.xsd

2009-06-17 Thread Rainer Meier
Hi Brian, mscdex wrote: > While finishing up some schema validation stuff for wpkgExpress, I > noticed an error in profiles.xsd: ... > Without the change, a validation error will always occur. I could not see exactly where there should be an error within the initial XSD. Of course it defined two

[wpkg-users] Error in profiles.xsd

2009-06-17 Thread mscdex
While finishing up some schema validation stuff for wpkgExpress, I noticed an error in profiles.xsd: 22 snip 26 27 28 29 30 Assigns

Re: [wpkg-users] Reboot command

2009-06-17 Thread Rainer Meier
Hi Dan, ds10...@cam.ac.uk wrote: > Morning > > > What command or syntex to I use to set WPKG to reboot once only. > > Eg > >Install package >Reboot once only >Continue to install packages. WPKG always just reboots once only. After reboot WPKG starts over with the synchronization.

[wpkg-users] Reboot command

2009-06-17 Thread ds10025
Morning What command or syntex to I use to set WPKG to reboot once only. Eg Install package Reboot once only Continue to install packages. Thanks Dan - wpkg-users mailing list archives >> http://lists.wpkg.org

[wpkg-users] [Bug 120] Enhanced revision check and handling

2009-06-17 Thread bugzilla-daemon
http://bugzilla.wpkg.org/show_bug.cgi?id=120 --- Comment #18 from Rainer Meier 2009-06-17 10:21:41 --- > What about using minus "-" and plus "+" ? The "minus" sign is already reserved as a version-separator (similar to a dot). There are quite a number of applications that use this separator

[wpkg-users] Using bat files for remove procedure

2009-06-17 Thread Charles Gargent
If I specify a bat file as the remove command and then change the bat file before the package has removed on all hosts where it is installed, what happens when the hosts that havent yet run the remove command try and run the remove command that essentially contains a different bat file. Has anyone