26 Apr
2015
26 Apr
'15
10:06 p.m.
ça a l'air de fonctionner par contre j'ai eu une erreur au setup 2015-04-26 12:00 GMT+02:00 <wapt-request@lists.tranquil.it>: > Send WAPT mailing list submissions to > wapt@lists.tranquil.it > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.tranquil.it/listinfo/wapt > or, via email, send a message with subject or body 'help' to > wapt-request@lists.tranquil.it > > You can reach the person managing the list at > wapt-owner@lists.tranquil.it > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of WAPT digest..." > > > Today's Topics: > > 1. Re: WAPT Digest, Vol 25, Issue 13 (Stephane Rivoire) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 25 Apr 2015 12:11:02 +0200 > From: Stephane Rivoire <serviceinfo.pmarie@orange.fr> > To: "wapt@lists.tranquil.it" <wapt@lists.tranquil.it> > Subject: Re: [Wapt] WAPT Digest, Vol 25, Issue 13 > Message-ID: > <CAB_7iRL4Zgc_pGKKU3pt1pPmt= > 1ZcyWbJg2R7XNqBq6GkFwxeg@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > je pousse ?a demain sur le parc :) > > 2015-04-25 12:00 GMT+02:00 <wapt-request@lists.tranquil.it>: > > > Send WAPT mailing list submissions to > > wapt@lists.tranquil.it > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.tranquil.it/listinfo/wapt > > or, via email, send a message with subject or body 'help' to > > wapt-request@lists.tranquil.it > > > > You can reach the person managing the list at > > wapt-owner@lists.tranquil.it > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of WAPT digest..." > > > > > > Today's Topics: > > > > 1. WAPT-1.2.3-rc2 (J?r?mie Courr?ges-Anglas) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Fri, 24 Apr 2015 16:12:23 +0200 > > From: J?r?mie Courr?ges-Anglas <jeremie.courreges-anglas@tranquil.it> > > To: "wapt@lists.tranquil.it" <wapt@lists.tranquil.it> > > Subject: [Wapt] WAPT-1.2.3-rc2 > > Message-ID: <553A4F47.5090309@tranquil.it> > > Content-Type: text/plain; charset=utf-8 > > > > Bonjour, > > > > pour celles et ceux qui s'ennuieraient ce week-end, TIS vous propose une > > s?ance WAPT en avant-premi?re. Merci de nous faire part de vos tests, > > qu'ils soient concluants ou qu'ils r?v?lent des r?gressions. :) > > > > T?l?chargements : http://wapt.tranquil.it/wapt/nightly/1.2.3-rc2/ > > > > Le ChangeLog - monstrueux - compil? par Hubert : > > > > Changelog 1.2.2 -> 1.2.3 > > ------------------------ > > * add uuid parameter for direct requests to hosts from waptserver. > > allow host to refuse request if not right target (if ip has changed > since > > last update_status for example) > > > > * fallback on waptserver usage_statictics if mongodb lacks aggregate > > support > > * register host on server in postconf using waptservice http instead of > > command line wapt-get > > > > > > Changelog 1.2.1 -> 1.2.2 > > ------------------------ > > * added reset-uuid and generate-uuid for > > https://roundup.tranquil.it/wapt/issue421 duplicated UUID issues > > * improved mass hosts delete, added delete hosts package action. server > > >=1.2.2 only : https://roundup.tranquil.it/wapt/issue433 > > * read the docs theme for sphinx setuphelpers API documentation. WIP > > https://roundup.tranquil.it/wapt/issue427 > > * doc updates > > * added api/v1/hosts_delete method > > * added need_install, install_exe_if_needed, install_msi_if_needed > > functions to setuphelpers > > > > * additional parameters for waptdeploy. > > > > Changelog 1.1.1 -> 1.2.2 > > ------------------------ > > > > Waptconsole > > * combobox for filtering on groups in waptconsole. > > * Added "Add ADS Groups as packages" action to WAPT host selection popup > > menu > > * Add cleancache action to clean local waptconsole packages cache > > * notify_server on network reconfiguration if waptserver is available > > * Column "groups" shows only host's direct dependencies with package's > > section == "group" instead of all direct dependencies. > > * optional anonymous statistics (nb of machines, nb of packages, age of > > updates...) sent to Tranquil IT to document the communication around Wapt > > (sent by > > waptconsole at most every 24h) > > > > * improved mass hosts delete, > > * added delete hosts package action. server >=1.2.2 only : > > https://roundup.tranquil.it/wapt/issue433 > > * improved big packages uploads (write uploaded packages by chunk) (but > > still some issues on 32bits servers due to uwsgi) > > * display version of mismatch when editing package > > * fix for host's packages not saved when some dependencies don't exist > > anymore > > * fix: restore working cancel running task button > > * fix for canceling subprocesses not working in freepascal apps (when > > waiting for innosetup compile for example) > > > > > > Wapt-get/Waptservice > > * added reset-uuid and generate-uuid for > > https://roundup.tranquil.it/wapt/issue421 duplicated UUID issues > > * change find_wapt_repo_url processus to avoid waiting for all repos if > > one repo is ok (improved response time in buggy networks) > > * windows DNS resolver in wapt client (python part) instead of pure > python > > resolver. Should reduce issues when multiple network cards or inactive > > network > > connections. > > * changed priority of server discovery using SRV dns records. -> first > > priority ascending and weight descending. -> comply with standards. > > * solved some issues with sqlite and threads in local waptservice > > explicit transaction handling and isolation_level = None for local > > WaptDB (to try to avoid locks) > > teardown handler for waptservice to commit or rollback thread local > > connections > > * fix for waptrepo detection in freepascal parts : same processus as > > python part. > > * fix for edit_package when supplying a wapt filename instead of package > > request > > > > > > Setuphelpers : > > * read the docs theme for sphinx setuphelpers API documentation. WIP > > https://roundup.tranquil.it/wapt/issue427 > > * added a _all_ list to avoid importing unecessary names in setup.py > > modules. Now only function defined in setuphelpers are available when > > importing > > setuphelpers. > > -> can break some wapt packages if names were indirectly imported > > through setuphelpers module. > > * added need_install, install_exe_if_needed, install_msi_if_needed > > functions to setuphelpers > > * added local_desktops function > > * Version class instances accept to be compared to str > > * removed processnames_list which is unused in setuphelpers > > * added add_ads_groups and get_computer_groups to waptdevutils.py > > * fixes on run helper > > fix for on_write callback not working > > fix for TimeoutExpired not formatted properly > > * use closure for registry keys > > > > > > Waptdeploy > > * improved waptdeploy with more command line options (in particular tasks > > to merge to default innosetup selected tasks) > > * fix for waptrepo detection using dns records > > > > > > Install > > * Fix waptagent upload error on windows > > * debian packages should work for Jessie > > * improved copytree2 for waptupgrade > > * trap exception for version check on copy of exe and dll > > * mongodb-server version should be >= 2.4 > > > > > > > > Librement, > > > > -- > > J?r?mie Courr?ges-Anglas - Tranquil IT Systems > > http://www.tranquil-it-systems.fr - http://dev.tranquil.it > > > > > > > > ------------------------------ > > > > Subject: Digest Footer > > > > _______________________________________________ > > WAPT mailing list > > WAPT@lists.tranquil.it > > http://lists.tranquil.it/listinfo/wapt > > > > > > ------------------------------ > > > > End of WAPT Digest, Vol 25, Issue 13 > > ************************************ > > >