On Sun, 4 Dec 2011 22:52:59 -0500 mh <mhe...@member.fsf.org> said:

> I started using the easy_e17 script some months ago. I try to stay within 50
> - 100 updates of the current SVN revision, and using easy_e17.sh -u
> --packagelist=full makes it very easy. I may have dropped a package along the
> way because I was having a problem, which may have caused this recent problem.
> 
> Is there a more reliable way to stay up to date? This seems fine most of the
> time.

i actually just have my own scripts. 1 to update (cd ~/C/SVN; svn update) -
thats it, and 2. to rebuild the world. (thats a combo of a master makefile
with correct dependencies so it parallel builds everything it can and a small
script to do the build per lib). i update from svn normally at least 2x per day
- probably much more often (some days dozens of times). a rebuild of all of efl
and e (that matter to me - core efl + e17 + enjoy + ephoto + elm + emotion and
some others) takes about 7 mins. i don't wait for it - it just goes in the
background while i get on with other things. i do nothing else special. my
build script isnt amazing - its "make clean distclean; ./autogen.sh && make &&
sudo make install" basically. all i have done is choose which libs (via
makefile) and which dependencies they have (via deps inside the makefile).

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to