On Sat, Jun 28, 2014 at 1:26 AM, Rohit Yadav wrote:
> On Sat, Jun 28, 2014 at 2:43 AM, David Nalley wrote:
>
>> we could always add it to .gitignore
>> That wouldn't stop changes from being made, but it would stop changes
>> from propagating to the repo itself.
>>
>
> But David, one can git add -
On Sat, Jun 28, 2014 at 2:43 AM, David Nalley wrote:
> we could always add it to .gitignore
> That wouldn't stop changes from being made, but it would stop changes
> from propagating to the repo itself.
>
But David, one can git add -f or something. Can we put a git hook (post
commit/push) on the
good call, we'll have to remember to temporarily remove it as we start on 5.0
On Fri, Jun 27, 2014 at 11:13 PM, David Nalley wrote:
> we could always add it to .gitignore
> That wouldn't stop changes from being made, but it would stop changes
> from propagating to the repo itself.
>
> On Fri, Jun
we could always add it to .gitignore
That wouldn't stop changes from being made, but it would stop changes
from propagating to the repo itself.
On Fri, Jun 27, 2014 at 5:05 PM, Daan Hoogland wrote:
> Rohit, sorry for the late reaction. this works for defending yourself
> and maybe we should all d
Rohit, sorry for the late reaction. this works for defending yourself
and maybe we should all do it, it doesn't defend the repo from
checkins. I would prefer that.
On Tue, Jun 24, 2014 at 10:07 PM, Rohit Yadav wrote:
> Hi Daan and others,
>
> Let me share a way to guard files that interest us by
Hi Daan and others,
Let me share a way to guard files that interest us by alerting us using the
following shell script git hook:
Put the following your .git/hooks/post-merge (make sure to chmod +x the
following shell script):
# START OF SCRIPT
#/usr/bin/env bash
changed_files="$(git diff-tree -
Apologizes for my commit to it yesterday.
Was removing erroneous lines brought in by the other commit.
On 24 June 2014 10:27, Rajani Karuturi wrote:
> how about calculating the md5 checksum of the file and a build failure
> incase the checksum changes?
>
> liquibase(http://www.liquibase.org/)
how about calculating the md5 checksum of the file and a build failure incase
the checksum changes?
liquibase(http://www.liquibase.org/) manages its changesets using md5 hash.
~Rajani
On 24-Jun-2014, at 2:48 pm, Daan Hoogland
mailto:daan.hoogl...@gmail.com>> wrote:
including the source rel
including the source release? I don't like:( I do agree that some kind
of guard would help, though
On Tue, Jun 24, 2014 at 10:57 AM, Prasanna Santhanam wrote:
> On Tue, Jun 24, 2014 at 10:51:31AM +0200, Daan Hoogland wrote:
>> It should be included in any release
>>
> so packaging can bring it ba
On Tue, Jun 24, 2014 at 10:51:31AM +0200, Daan Hoogland wrote:
> It should be included in any release
>
so packaging can bring it back i thought. just a thought.
--
Prasanna.,
Powered by BigRock.com
It should be included in any release
On Tue, Jun 24, 2014 at 10:44 AM, Prasanna Santhanam wrote:
> On Tue, Jun 24, 2014 at 10:27:56AM +0200, Hugo Trippaers wrote:
>> Dear committers,
>>
>>
>> When either committing or reviewing, please pay attention to the
>>
On Tue, Jun 24, 2014 at 10:27:56AM +0200, Hugo Trippaers wrote:
> Dear committers,
>
>
> When either committing or reviewing, please pay attention to the
> fact the create_schema.sql should NOT be modified under any
> circumstances. Since release 4.1 this file is considered fr
Dear committers,
When either committing or reviewing, please pay attention to the fact the
create_schema.sql should NOT be modified under any circumstances. Since release
4.1 this file is considered frozen and updates to the schema will be in the
upgrade scripts for the versions.
At the
13 matches
Mail list logo