On Mon, Jul 1, 2013 at 5:20 PM, David Seikel <onef...@gmail.com> wrote:

> On Mon, 1 Jul 2013 17:01:37 +0900 Daniel Juyung Seo
> <seojuyu...@gmail.com> wrote:
>
> > 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.
>
> This was discussed before.  Lots of "personal" stuff got into admin/devs
> from SVN, have a look.  Mostly build scripts.  I think Tasn said he was
> going to migrate that stuff to devs with full commit history.  I
> certainly want my commit history.
>

Oops I missed that discussion.
So we need to just wait for tasn's migration job.
I am already migrated to devs so it's ok to me.

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
>
>
> --
> A big old stinking pile of genius that no one wants
> coz there are too many silver coated monkeys in the world.
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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