On Friday 18 February 2011 23:29:22 Marcelo Lira wrote:
> On 02/04/2011 07:07 PM, Algis Kabaila wrote:
> > For some weeks now the pull_all script on the wiki page
> > http://developer.qt.nokia.com/wiki/Building_PySide_on_Linux
> > has been in an in a strange state:
> > 
> > #!/usr/bin/env bash
> > 
> > alldirs=("apiextractor" "generatorrunner" "shiboken"
> > "pyside" "pyside-mobility")
> > 
> > if [ $# == 0 ] ; then
> > 
> >      dirs=("${alldirs[@]}")
> > 
> > else
> > 
> >      dirs=("$@")
> > 
> > fi
> > 
> > for d in "${dirs[@]}" ; do
> > 
> >      (cd "$d"
> >      git pull origin master
> >      ) # exit from "$d"
> > 
> > done
> > 
> > I do not think that the line
> > ----------------------------
> > git pull origin master
> > ---------------------------
> > does anything useful
> > 
> > Does it matter if the installation script is inoperative? 
> > Not for me for I do it by hand for each of the five
> > packages, but for someone who is to trying for the first
> > time, it sure does matter.
> > 
> > Is it possible to revert the wiki to a more sane state of
> > the script  and fix this? It should be, but I can not see
> > how.
> > 
> > OldAl.
> 
> Algis, the script is not wrong, but it expects that you have
> clone all the repositories to your machine, and this wasn't
> clear in the text. I fixed it with the  needed information
> and added a "clone_all" script.
> 
> Thanks for reporting.
> 
> Marcelo Lira
> _______________________________________________

Marcelo,

Thank you for confirming it - I did look at the script a little 
more and realised that it was a ok - I was not ok  :).  But as 
it is not possible to erase an email once it is written, I left 
it there in lame hope that it will not be noticed...

Thank you for the clone all script - it will come in handy.

Al.
-- 
Algis
http://akabaila.pcug.org.au/StructuralAnalysis.pdf
_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to