onefang pushed a commit to branch master.

commit 00cbd691527dd8dd2e5ffeab9d3cb303877f0d9a
Author: David Walter Seikel <[email protected]>
Date:   Wed May 8 23:16:52 2013 +1000

    Tickle the sudo a couple of times, so it wont forget.
---
 onefang/build_efl.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/onefang/build_efl.lua b/onefang/build_efl.lua
index 769ccb6..4ba2f8c 100755
--- a/onefang/build_efl.lua
+++ b/onefang/build_efl.lua
@@ -234,6 +234,7 @@ else
     -- TODO - Should do a check out if it does not exist, like git does below.
     os.execute(saEnvVars .. 'cd SVN && svn update --accept theirs-conflict 
2>&1 | tee /tmp/eflBuild/subversion.log')
 
+    os.execute('sudo echo " "')                -- Just tickle the sudo so it 
remembers, in case the SVN took too long.
     printf("Updating git, this might take a while.\n")
     for line in io.lines('/tmp/eflBuild/repos_sorted.txt') do
        local path = string.sub(line, 1, -5)
@@ -247,6 +248,7 @@ else
        end
     end
 
+    os.execute('sudo echo " "')                -- Just tickle the sudo so it 
remembers, in case the git took too long.
     printf('Building %d core EFL libraries.\n', #eflCore)
     for i, package in ipairs(eflCore) do build(i, package); os.execute('sudo 
ldconfig') end
 

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to