All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] enna: Remove `recipes/e17/enna/.mtn2git_empty`.
@ 2010-03-15  9:46 Paul Menzel
  2010-03-16 19:54 ` Scott Garman
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2010-03-15  9:46 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

`.mtn2git_empty` is the only file in `recipes/e17/enna/` and seems have originated from the Monotone to Git transition.

Since no useful files are in this directory remove it completely.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 0 files changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 recipes/e17/enna/.mtn2git_empty

diff --git a/recipes/e17/enna/.mtn2git_empty b/recipes/e17/enna/.mtn2git_empty
deleted file mode 100644
index e69de29..0000000
-- 
1.7.0

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] enna: Remove `recipes/e17/enna/.mtn2git_empty`.
  2010-03-15  9:46 [PATCH] enna: Remove `recipes/e17/enna/.mtn2git_empty` Paul Menzel
@ 2010-03-16 19:54 ` Scott Garman
  2010-03-28 15:31   ` Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2010-03-16 19:54 UTC (permalink / raw)
  To: openembedded-devel

On 03/15/2010 02:46 AM, Paul Menzel wrote:
> `.mtn2git_empty` is the only file in `recipes/e17/enna/` and seems have originated from the Monotone to Git transition.
> 
> Since no useful files are in this directory remove it completely.

There seem to be several of these files left in the tree:

find . -name ".mtn*"

./recipes/mono/mono-1.9.1/.mtn2git_empty
./recipes/mamona/bash-noemu-3.2/.mtn2git_empty
./recipes/mamona/gcc-noemu-4.1.1/.mtn2git_empty
./recipes/mamona/gcc-noemu-4.1.2/.mtn2git_empty
./recipes/mamona/binutils-noemu-2.17.50.0.5/.mtn2git_empty
./recipes/twisted/.mtn2git_empty
./recipes/netbase/netbase/if-post-down.d/.mtn2git_empty
./recipes/netbase/netbase/if-down.d/.mtn2git_empty
./recipes/netbase/netbase/if-up.d/.mtn2git_empty
./recipes/netbase/netbase/if-pre-up.d/.mtn2git_empty
./recipes/opensync/libopensync/.mtn2git_empty
./recipes/opensync/libsyncml/.mtn2git_empty
./recipes/efl1/evas/.mtn2git_empty
./recipes/e17/enna/.mtn2git_empty
./recipes/postfix/postfix-2.0.20/.mtn2git_empty
./contrib/site-conf/.mtn-ignore
./docs/usermanual/reference/.mtn2git_empty
./docs/usermanual/chapters/.mtn2git_empty
./conf/machine/nonworking/.mtn2git_empty

Should they all be removed?

Scott

-- 
Scott Garman
sgarman at zenlinux dot com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] enna: Remove `recipes/e17/enna/.mtn2git_empty`.
  2010-03-16 19:54 ` Scott Garman
@ 2010-03-28 15:31   ` Paul Menzel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2010-03-28 15:31 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1776 bytes --]

Am Dienstag, den 16.03.2010, 12:54 -0700 schrieb Scott Garman:
> On 03/15/2010 02:46 AM, Paul Menzel wrote:
> > `.mtn2git_empty` is the only file in `recipes/e17/enna/` and seems have originated from the Monotone to Git transition.
> > 
> > Since no useful files are in this directory remove it completely.
> 
> There seem to be several of these files left in the tree:
> 
> find . -name ".mtn*"
> 
> ./recipes/mono/mono-1.9.1/.mtn2git_empty
> ./recipes/mamona/bash-noemu-3.2/.mtn2git_empty
> ./recipes/mamona/gcc-noemu-4.1.1/.mtn2git_empty
> ./recipes/mamona/gcc-noemu-4.1.2/.mtn2git_empty
> ./recipes/mamona/binutils-noemu-2.17.50.0.5/.mtn2git_empty
> ./recipes/twisted/.mtn2git_empty
> ./recipes/netbase/netbase/if-post-down.d/.mtn2git_empty
> ./recipes/netbase/netbase/if-down.d/.mtn2git_empty
> ./recipes/netbase/netbase/if-up.d/.mtn2git_empty
> ./recipes/netbase/netbase/if-pre-up.d/.mtn2git_empty
> ./recipes/opensync/libopensync/.mtn2git_empty
> ./recipes/opensync/libsyncml/.mtn2git_empty
> ./recipes/efl1/evas/.mtn2git_empty
> ./recipes/e17/enna/.mtn2git_empty
> ./recipes/postfix/postfix-2.0.20/.mtn2git_empty
> ./contrib/site-conf/.mtn-ignore
> ./docs/usermanual/reference/.mtn2git_empty
> ./docs/usermanual/chapters/.mtn2git_empty
> ./conf/machine/nonworking/.mtn2git_empty
> 
> Should they all be removed?

I have no idea. If I understood it correctly Monotone supports empty
directories and Git does not.

If I understood it correctly OE needs some empty directories and
therefore those auxiliary files were created.

Probably those files are not needed in the `recipes/` folder. But
someone experienced should comment.

If that takes longer it would be great if my patch could be applied
anyway.


Thanks,

Paul

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-28 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15  9:46 [PATCH] enna: Remove `recipes/e17/enna/.mtn2git_empty` Paul Menzel
2010-03-16 19:54 ` Scott Garman
2010-03-28 15:31   ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.