Re: git submodule issues

2014-04-15 Thread Brian Rectanus
With the IronBee project (https://github.com/ironbee/ironbee/ - which has a TS plugin) I ran into similar issues with submodules. They just do not cut it were prone to get out of date and sensitive to git versions as I think you are finding here. I moved to use git-subtree instead. For IronBee I

Re: git submodule issues

2014-04-15 Thread Thomas Jackson
I'd prefer to keep it as a submodule because it will make porting fixes etc significantly easier. Do we have any specifics about the problems in the build systems? I use git submodules for some tooling internally-- so I might be able to give a hand. The submodule stuff has been there for a while so

[GitHub] trafficserver pull request: patch for TS-2720 atscppapi: Request t...

2014-04-15 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/73 patch for TS-2720 atscppapi: Request transformation streaming doesn't work Patch buffers the output till setOutputComplete() is called. You can merge this pull request into a Git reposi

Re: git submodule issues

2014-04-15 Thread Phil Sorber
On Tue, Apr 15, 2014 at 4:44 PM, Leif Hedstrom wrote: > Hi all, > > we added LuaJIT as a submodule, and it seems to be breaking in odd ways on > the build systems. Some of them handles it, others do not. Presumably > different git versions? E.g. it works on CentOS5, but not CentOS6, etc. etc. > >

[GitHub] trafficserver pull request: patch for TS-2719 - atscppapi: Check f...

2014-04-15 Thread manjeshnilange
Github user manjeshnilange closed the pull request at: https://github.com/apache/trafficserver/pull/71 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

git submodule issues

2014-04-15 Thread Leif Hedstrom
Hi all, we added LuaJIT as a submodule, and it seems to be breaking in odd ways on the build systems. Some of them handles it, others do not. Presumably different git versions? E.g. it works on CentOS5, but not CentOS6, etc. etc. How do we feel about simply just “importing” this into the tree,

[GitHub] trafficserver pull request: docs: Fix visible hyperlink target on ...

2014-04-15 Thread jablko
GitHub user jablko opened a pull request: https://github.com/apache/trafficserver/pull/72 docs: Fix visible hyperlink target on Read the Docs (should only show th... ...e link text) e.g. http://trafficserver.readthedocs.org/en/latest/sdk/plugin-management/guide-to-the-logging-ap

[GitHub] trafficserver pull request: patch for TS-2719 - atscppapi: Check f...

2014-04-15 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/71 patch for TS-2719 - atscppapi: Check for error state in intercept You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjeshnilange/tr

Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread Leif Hedstrom
On Apr 15, 2014, at 10:02 AM, Leif Hedstrom wrote: > > darwin) >if test "x${enable_lua_support}" = "xLuaJIT"; then > LUA_LUAJIT_LDFLAGS="-Wl,-pagezero_size,1 -Wl,-image_base,1" >fi >;; > esac > > A Oh duh, that if statement will obviously fail… Sigh. Thanks! —

Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread James Peach
On Apr 15, 2014, at 9:02 AM, Leif Hedstrom wrote: > > On Apr 15, 2014, at 9:41 AM, James Peach wrote: > >> On Apr 15, 2014, at 7:29 AM, zw...@apache.org wrote: >> ... >>> +# These are currently built separate, as part of building the lib/ tree, >>> using >>> +# the normal LuaJIT build system

Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread Leif Hedstrom
On Apr 15, 2014, at 9:41 AM, James Peach wrote: > On Apr 15, 2014, at 7:29 AM, zw...@apache.org wrote: > ... >> +# These are currently built separate, as part of building the lib/ tree, >> using >> +# the normal LuaJIT build system. We are using the .o's directly, instead >> of the >> +# luaji

Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread James Peach
On Apr 15, 2014, at 7:29 AM, zw...@apache.org wrote: ... > +# These are currently built separate, as part of building the lib/ tree, > using > +# the normal LuaJIT build system. We are using the .o's directly, instead of > the > +# luajit.a to avoid the linker from optimizing symbols away. We cou

Re: [VOTE] Release Apache Traffic Server 4.2.1 (RC0)

2014-04-15 Thread Jim Jagielski
+1: RHEL6, Fed20 (x86) On Apr 14, 2014, at 7:23 PM, Brian Geffon wrote: > +1 on RHEL6.4 > > > On Sat, Apr 12, 2014 at 6:14 PM, Phil Sorber wrote: > >> Hello All, >> >> I've prepared a release for v4.2.1 (RC0) which is the latest stable release >> in the 4.2.x series. This is the second relea