<p>Hello Marco,</p>
<p>this is not really related to my problem as the wpkg.xml is updated at every run of wpkg. What i want is a single package that runs only once a week or once a month while wpkg still can run several times. So it seems like i have to place a file and check its modification date as i mentioned in my first post.</p>

<p>Sorry for using TOFU post. The Android Gmail client doesn't support editing in the quotation.</p>
<p>Regards Ronny</p>
<p>-- <br>
Sent from my mobile device.</p>
<div class="gmail_quote">Am 23.01.2012 11:22 schrieb "Marco Gaiarin" <<a href="mailto:gaio@sv.lnf.it">gaio@sv.lnf.it</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Mandi! Stefan Pendl<br>
  In chel di` si favelave...<br>
<br>
> I see some problems with this approach:<br>
<br>
You're right, effectively after doing some test i realize that i was<br>
wrong... simply because newer wpkg update the wpkg.xml file at every<br>
step, not at the end.<br>
<br>
<br>
I've simply added, in wpkg client pre execution:<br>
<br>
 if exist "%SystemRoot%\system32\wpkg.xml" (<br>
        copy /y %SystemRoot%\system32\wpkg.xml %SystemRoot%\system32\wpkg.old >nul<br>
 )<br>
<br>
and now i check '%SystemRoot%\system32\wpkg.old'.<br>
<br>
This is not really a ''safe'' method, but can be useful in some case.<br>
<br>
EG, i've prepared a recipe to install bacula file daemon client, that i<br>
don't use extensively but only on some client; a second recipe, if<br>
there's a server side .conf file, activate bacula and configure it.<br>
<br>
With a check like that, i can add a client (or modify the configuration<br>
file) and have the second recipe do the upgrade.<br>
Because normaly i do that not massively but on that pc, i can check if<br>
works (really, i can do it manually, but using wpkg are very cosy! ;).<br>
<br>
If i have some doubt, or i have to propagate some very important<br>
update, i can upgrade revision and have a forced installation.<br>
<br>
<br>
Rougly: because i copy wpkg.xml to wpkg.old *before* wpkg.js run, if<br>
some configuration file have a modification date newer then wpkg.old,<br>
it is really a new file and have to be ''upgraded''.<br>
It is not true the opposite: but as stated, if really i need to<br>
propagate some config options, i can update the revision.<br>
<br>
--<br>
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66<br>
  Associazione ``La Nostra Famiglia''                <a href="http://www.sv.lnf.it/" target="_blank">http://www.sv.lnf.it/</a><br>
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)<br>
  marco.gaiarin(at)<a href="http://sv.lnf.it" target="_blank">sv.lnf.it</a>      tel <a href="tel:%2B39-0434-842711" value="+390434842711">+39-0434-842711</a>  fax <a href="tel:%2B39-0434-842797" value="+390434842797">+39-0434-842797</a><br>

<br>
                Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!<br>
           <a href="http://www.lanostrafamiglia.it/chi_siamo/5xmille.php" target="_blank">http://www.lanostrafamiglia.it/chi_siamo/5xmille.php</a><br>
        (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)<br>
-------------------------------------------------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div>