http://bugzilla.wpkg.org/show_bug.cgi?id=256 Jonathon <Bioclear at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|wpkg.js |WPKG Client Version|1.1.2 |unspecified Product|WPKG |WPKG Client --- Comment #1 from Jonathon <Bioclear at gmail.com> --- (In reply to comment #0) > Client 1.3.14 + WPKG.js 1.1.2 = Works as expected. > Client 1.3.14 + WPKG.js 1.2 = Not as expected. > When using WPKG.js 1.1.2, the local database is updated to match the profiles > and hosts XML's. When I use WPKG.js 1.2, the local database is not refreshed > to match the profile and host XML's. If I manually clear the system32\wpkg.xml, > the file is refreshed only with the Default/depends. > I've not wrote many bug reports, if there is any additional information needed, > I will be glad to help. I would like to adjust this. After doing some more testing, it looks like the problem is with the client. Host.xml: <?xml version="1.0" encoding="UTF-8"?> <wpkg> <!-- Created 11/7/2011 --> <host name=".+" profile-id="Default" /> <host name="TECH-PC" profile-id="JVtest" /> </wpkg> Profiles.xml: <?xml version="1.0" encoding="UTF-8"?> <!-- Created 11/7/2011 --> <profiles> <profile id="Default"> <package package-id="Discovery" /> <package package-id="sophos" /> </profile> <profile id="JVtest"> <depends profile-id="Default" /> <package package-id="LAAdmin" /> <package package-id="Dia" /> </profile> </profiles> After I clear wpkg.xml, the only thing that appears is Discovery (inventory) and sophos. Any extra programs are not added. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |