You can use devs git repositories for this kind of things :)
http://git.enlightenment.org/ -> check devs repositories.
We don't use admin/devs for personall use as far as I know.
Thanks.

Daniel Juyung Seo (SeoZ)


On Mon, Jul 1, 2013 at 1:04 AM, David Walter Seikel - Enlightenment Git <
no-re...@enlightenment.org> wrote:

> onefang pushed a commit to branch master.
>
> commit db813620bf8d4ed9eeeb450942322e99019bf6cf
> Author: David Walter Seikel <won_f...@yahoo.com.au>
> Date:   Mon Jul 1 02:03:19 2013 +1000
>
>     Some E modules moved to GIT.
> ---
>  onefang/build_efl.lua | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/onefang/build_efl.lua b/onefang/build_efl.lua
> index b3f5726..0eb60a9 100755
> --- a/onefang/build_efl.lua
> +++ b/onefang/build_efl.lua
> @@ -265,7 +265,8 @@ else
>      printf('Building %d basic binaries.\n', #binBasic)
>      for i, package in ipairs(binBasic) do build(i, package) end
>
> -    os.execute('find SVN/trunk/E-MODULES-EXTRA -maxdepth 1 -type d !
> -name .svn ! -name .git ! -name E-MODULES-EXTRA -printf "%f\n" | sort >
> /tmp/eflBuild/modules.txt')
> +    os.execute('find GIT/enlightenment/modules -maxdepth 1 -type d !
> -name .svn ! -name .git ! -name modules -printf "%f\n" | sort >
> /tmp/eflBuild/modules.txt')
> +    os.execute('find SVN/trunk/E-MODULES-EXTRA -maxdepth 1 -type d !
> -name .svn ! -name .git ! -name E-MODULES-EXTRA -printf "%f\n" | sort >>
> /tmp/eflBuild/modules.txt')
>      for package in io.lines('/tmp/eflBuild/modules.txt') do
> table.insert(eModulesExtra, package) end
>      printf('Building %d E17 extra modules.\n', #eModulesExtra)
>      for i, package in ipairs(eModulesExtra) do build(i, package) end
>
> --
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to