All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1224414] [NEW] dtc/.git file included in release tarball
@ 2013-09-12 10:52 Olof Johansson
  2014-03-19 23:23 ` [Qemu-devel] [Bug 1224414] " Cole Robinson
  2016-06-23  7:30 ` T. Huth
  0 siblings, 2 replies; 3+ messages in thread
From: Olof Johansson @ 2013-09-12 10:52 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

The release tarballs include the dtc/.git submodule file, causing when
working git in some circumstances (e.g. doing git clean -fxd in a parent
git repository):

$ mkdir foo && cd foo
$ git init
$ echo yo >bar
$ curl http://wiki.qemu-project.org/download/qemu-1.6.0.tar.bz2
$ tar xjf qemu-1.6.0.tar.bz2
$ git clean -fxd
Removing bar
Removing qemu-1.6.0.tar.bz2
Removing qemu-1.6.0/
fatal: Not a git repository: qemu-1.6.0/pixman/../.git/modules/pixman

Leaving the qemu-1.6.0 directory intact.

So, my suggestion is, would it be possible to filter out the .git file
from the release tarball when building a release? Thanks.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1224414

Title:
  dtc/.git file included in release tarball

Status in QEMU:
  New

Bug description:
  The release tarballs include the dtc/.git submodule file, causing when
  working git in some circumstances (e.g. doing git clean -fxd in a
  parent git repository):

  $ mkdir foo && cd foo
  $ git init
  $ echo yo >bar
  $ curl http://wiki.qemu-project.org/download/qemu-1.6.0.tar.bz2
  $ tar xjf qemu-1.6.0.tar.bz2
  $ git clean -fxd
  Removing bar
  Removing qemu-1.6.0.tar.bz2
  Removing qemu-1.6.0/
  fatal: Not a git repository: qemu-1.6.0/pixman/../.git/modules/pixman

  Leaving the qemu-1.6.0 directory intact.

  So, my suggestion is, would it be possible to filter out the .git file
  from the release tarball when building a release? Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1224414/+subscriptions

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

* [Qemu-devel] [Bug 1224414] Re: dtc/.git file included in release tarball
  2013-09-12 10:52 [Qemu-devel] [Bug 1224414] [NEW] dtc/.git file included in release tarball Olof Johansson
@ 2014-03-19 23:23 ` Cole Robinson
  2016-06-23  7:30 ` T. Huth
  1 sibling, 0 replies; 3+ messages in thread
From: Cole Robinson @ 2014-03-19 23:23 UTC (permalink / raw)
  To: qemu-devel

Fixed upstream:

commit 379e21c258d5faf0cd7c6f9208347726e14ae241
Author: Cole Robinson <crobinso@redhat.com>
Date:   Fri Mar 14 12:49:13 2014 -0400

    scripts/make-release: Don't distribute .git directories


** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1224414

Title:
  dtc/.git file included in release tarball

Status in QEMU:
  Fix Committed

Bug description:
  The release tarballs include the dtc/.git submodule file, causing when
  working git in some circumstances (e.g. doing git clean -fxd in a
  parent git repository):

  $ mkdir foo && cd foo
  $ git init
  $ echo yo >bar
  $ curl http://wiki.qemu-project.org/download/qemu-1.6.0.tar.bz2
  $ tar xjf qemu-1.6.0.tar.bz2
  $ git clean -fxd
  Removing bar
  Removing qemu-1.6.0.tar.bz2
  Removing qemu-1.6.0/
  fatal: Not a git repository: qemu-1.6.0/pixman/../.git/modules/pixman

  Leaving the qemu-1.6.0 directory intact.

  So, my suggestion is, would it be possible to filter out the .git file
  from the release tarball when building a release? Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1224414/+subscriptions

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

* [Qemu-devel] [Bug 1224414] Re: dtc/.git file included in release tarball
  2013-09-12 10:52 [Qemu-devel] [Bug 1224414] [NEW] dtc/.git file included in release tarball Olof Johansson
  2014-03-19 23:23 ` [Qemu-devel] [Bug 1224414] " Cole Robinson
@ 2016-06-23  7:30 ` T. Huth
  1 sibling, 0 replies; 3+ messages in thread
From: T. Huth @ 2016-06-23  7:30 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1224414

Title:
  dtc/.git file included in release tarball

Status in QEMU:
  Fix Released

Bug description:
  The release tarballs include the dtc/.git submodule file, causing when
  working git in some circumstances (e.g. doing git clean -fxd in a
  parent git repository):

  $ mkdir foo && cd foo
  $ git init
  $ echo yo >bar
  $ curl http://wiki.qemu-project.org/download/qemu-1.6.0.tar.bz2
  $ tar xjf qemu-1.6.0.tar.bz2
  $ git clean -fxd
  Removing bar
  Removing qemu-1.6.0.tar.bz2
  Removing qemu-1.6.0/
  fatal: Not a git repository: qemu-1.6.0/pixman/../.git/modules/pixman

  Leaving the qemu-1.6.0 directory intact.

  So, my suggestion is, would it be possible to filter out the .git file
  from the release tarball when building a release? Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1224414/+subscriptions

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

end of thread, other threads:[~2016-06-23  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12 10:52 [Qemu-devel] [Bug 1224414] [NEW] dtc/.git file included in release tarball Olof Johansson
2014-03-19 23:23 ` [Qemu-devel] [Bug 1224414] " Cole Robinson
2016-06-23  7:30 ` T. Huth

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.