Nico Kadel-Garcia wrote on Sun, Jun 30, 2013 at 19:53:59 -0400:
> On Tue, Jun 25, 2013 at 9:40 AM, Daniel Shahaf wrote:
> > On Mon, Jun 24, 2013 at 03:40:44PM -0400, Nico Kadel-Garcia wrote:
> >> The normal way to handle changing deployment environments is with an
> >> actual configuration or depl
On Tue, Jun 25, 2013 at 9:40 AM, Daniel Shahaf wrote:
> On Mon, Jun 24, 2013 at 03:40:44PM -0400, Nico Kadel-Garcia wrote:
>> The normal way to handle changing deployment environments is with an
>> actual configuration or deployment tool, such as autoconf, that sets
>> the path to the locally dete
On Mon, Jun 24, 2013 at 03:40:44PM -0400, Nico Kadel-Garcia wrote:
> The normal way to handle changing deployment environments is with an
> actual configuration or deployment tool, such as autoconf, that sets
> the path to the locally detected python and uses *that*.
The detected Python (if any)
On Mon, Jun 24, 2013 at 12:00 PM, Daniel Shahaf wrote:
> Branko Čibej wrote on Mon, Jun 24, 2013 at 16:32:56 +0200:
>> On 24.06.2013 11:46, Daniel Shahaf wrote:
>> > Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200:
>> >> On 22.06.2013 17:46, Nico Kadel-Garcia wrote:
>> >>> # Canonicalize
Branko Čibej wrote on Mon, Jun 24, 2013 at 16:32:56 +0200:
> On 24.06.2013 11:46, Daniel Shahaf wrote:
> > Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200:
> >> On 22.06.2013 17:46, Nico Kadel-Garcia wrote:
> >>> # Canonicalize path to python, correctly
> >>> for name in tools/server-side
On 24.06.2013 11:46, Daniel Shahaf wrote:
> Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200:
>> On 22.06.2013 17:46, Nico Kadel-Garcia wrote:
>>> # Canonicalize path to python, correctly
>>> for name in tools/server-side/svnpubsub/*.py; do
>>> sed -i 's|#!/usr/local/bin/python|#!/usr/
Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200:
> On 22.06.2013 17:46, Nico Kadel-Garcia wrote:
> > # Canonicalize path to python, correctly
> > for name in tools/server-side/svnpubsub/*.py; do
> > sed -i 's|#!/usr/local/bin/python|#!/usr/bin/env python|g' $name
> > done
>
> The abo
On 22.06.2013 20:09, Nico Kadel-Garcia wrote:
> On Sat, Jun 22, 2013 at 12:02 PM, Branko Čibej wrote:
>> On 22.06.2013 17:46, Nico Kadel-Garcia wrote:
>>> There's also an issue with inconsistent use of ;/usr/local/bin/pyton,
>>> or "/usr/bin/env python", fo the svnpubsub *.py scripts:
>> That inco
On 22.06.2013 17:46, Nico Kadel-Garcia wrote:
> There's also an issue with inconsistent use of ;/usr/local/bin/pyton,
> or "/usr/bin/env python", fo the svnpubsub *.py scripts:
That inconsistency is very intentional: some of the python files are
hook scripts, and those use the absolute path of the