Re: [Wireshark-dev] Petri Dish update

2014-11-25 Thread Alexis La Goutte
For information, I have add the check of last commit the Ubuntu Petri Dish buildbot launch a ./tools/pre-commit HEAD^1 (launch check[APIs|hf|filenames] on tested commit) It is possible to have same false postive warnings errors Regards On Wed, Nov 19, 2014 at 9:33 PM, Alexis La Goutte

Re: [Wireshark-dev] Petri Dish update

2014-11-25 Thread Pascal Quantin
2014-11-25 18:59 GMT+01:00 Alexis La Goutte alexis.lagou...@gmail.com: For information, I have add the check of last commit the Ubuntu Petri Dish buildbot launch a ./tools/pre-commit HEAD^1 (launch check[APIs|hf|filenames] on tested commit) It is possible to have same false postive warnings

Re: [Wireshark-dev] Petri Dish update

2014-11-25 Thread Peter Wu
On Tuesday 25 November 2014 23:37:26 Pascal Quantin wrote: 2014-11-25 18:59 GMT+01:00 Alexis La Goutte alexis.lagou...@gmail.com: For information, I have add the check of last commit the Ubuntu Petri Dish buildbot launch a ./tools/pre-commit HEAD^1 (launch check[APIs|hf|filenames] on

Re: [Wireshark-dev] Petri Dish update

2014-11-20 Thread Graham Bloice
On 19 November 2014 21:40, mman...@netscape.net wrote: So for the Windows build is there nmake + cmake or cmake only? I thought I saw some Petri-Dish runs with failed (cmake) Windows builds, but then some others with successful (cmake?) builds. So is cmake fully functional for Windows now?

Re: [Wireshark-dev] Petri Dish update

2014-11-20 Thread Alexis La Goutte
] Petri Dish update Hi, Some news about last update on Petri Dish ! Linux/Ubuntu * devscript is now installed on AMI and i have add licencecheck step :-) Windows : * Add CMake build (in cmbuild folder) TODO : * Fix testsuite test (Linux and Windows) * Switch to x64 (Windows) * Add a check

[Wireshark-dev] Petri Dish update

2014-11-19 Thread Alexis La Goutte
Hi, Some news about last update on Petri Dish ! Linux/Ubuntu * devscript is now installed on AMI and i have add licencecheck step :-) Windows : * Add CMake build (in cmbuild folder) TODO : * Fix testsuite test (Linux and Windows) * Switch to x64 (Windows) * Add a check of last commit for tools

Re: [Wireshark-dev] Petri Dish update

2014-11-19 Thread mmann78
alexis.lagou...@gmail.com To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Wed, Nov 19, 2014 3:35 pm Subject: [Wireshark-dev] Petri Dish update Hi, Some news about last update on Petri Dish ! Linux/Ubuntu * devscript is now installed on AMI and i have add licencecheck

Re: [Wireshark-dev] Petri Dish update

2014-11-19 Thread Evan Huus
: Wed, Nov 19, 2014 3:35 pm Subject: [Wireshark-dev] Petri Dish update Hi, Some news about last update on Petri Dish ! Linux/Ubuntu * devscript is now installed on AMI and i have add licencecheck step :-) Windows : * Add CMake build (in cmbuild folder) TODO : * Fix testsuite test (Linux

Re: [Wireshark-dev] Petri Dish update

2014-11-19 Thread Michal Labedzki
Thank you Alexis. On 19 November 2014 21:33, Alexis La Goutte alexis.lagou...@gmail.com wrote: For check of last commit, i need some help (if there is some body with bash skill, i think add a arg to pre-commit to launch git command like git diff --name-only HEAD~1..HEAD) Do you have some