Thanks Jakub,

You can submit you changes via JIRA and I'll commit them. (You will be able to 
check it out via SVN once I create the folder so it will make it easier for 
anyone wanting to work on it)

The clear command I used to make it easier to follow on screen for the end 
user, we can write this information (minus the clear) to a log file for them to 
access any errors instead of trying to copy and paste from screen.

If you don’t have time to merge I can do this later today from your other 
script, either way let me know.


Best Regards



Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

Disclaimer added by CodeTwo Exchange Rules      
http://www.codetwo.com  

-----Original Message-----
From: Jakub Skory [mailto:k...@ukw.edu.pl] 
Sent: 03 August 2012 08:50
To: openmeetings-user@incubator.apache.org
Subject: Re: Latest Installer - Debian & Ubuntu (For Testing and Comments)

On Fri, Aug 03, 2012 at 03:28:34AM +1000, Stephen Cottham wrote:
>    I'll incorporate Jakubs improvements once I get his latest
>    contribution, from his last script looks like he will be adding error
>    detection and detection of number of cores to speed up compilation and
>    general clean-up etc.. - and anything else he adds (or anyone else
>    wants to add) in the mean-time.
Well - detection of number of cores is done. It just count them by
        cpu_count=$((`grep processor /proc/cpuinfo | wc -l`+1)); and then pass 
argum
        -j $cpu_count
to 'make'. It has huge performance impact on multicores machines.

My error detection was only adding 
        foobar || exit 1
anywhere where it is possible. It just stops script after, for example, apt-get 
failure, so you can see what went wrong. For the same reason I advise against 
using 'clear' between install steps - it makes scrolling and copy&paste 
difficult.

My major change was putting 'checkinstall' everywhere where script writes 
outsite of /usr/adm. 'checkinstall' makes DEB packages automagiclly and then 
installs it through standard Debian packaging  system. So - you can remove it 
by running 'dpkg --remove foobar'. 

Now I merging Stephen's changes with my version of script and I'll post it here 
ASAP.
I'm sorry for such a delay, but we have shitload of work here, in university IT 
center. Tomorrow I'm going to holidays. I'll be back on 13th august.
 
>    I'll add the SVN folder "scripts" tomorrow as suggested by Sebastian to
>    keep this stuff in one location.
How can I get access to this folder to commit patches? I have to register 
somewhere or it is for trusted developers only? :D It would make live easier - 
because now I have local fork of old version of script - and I have to merge it 
with newest changes by Stephen.
--
Jakub Skory, <kuba(at)ukw(dot)edu(dot)pl> System Operator IT Center:
_______________________________________________________________________
tel:             +48 52 3257 649,  +48 52 3257 647
fax:             +48 52 3257 646,  +48 52 3257 647
working hours:    08a.m. - 04p.m.
mail:             di(at)ukw(dot)edu(dot)pl
web:              http://di.ukw.edu.pl/
postal address:   M. Kopernika 1 (room 8/9), 85-074, Bydgoszcz.
_______________________________________________________________________
Kazimierz Wielki University,
J. K. Chodkiewicza 30,
85-064, Bydgoszcz, Poland.
_______________________________________________________________________

Reply via email to