public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] New portage git sync behavior
@ 2016-09-21  3:02 Mike Gilbert
  2016-10-12 18:45 ` konsolebox
  2016-11-06 21:20 ` Zac Medico
  0 siblings, 2 replies; 8+ messages in thread
From: Mike Gilbert @ 2016-09-21  3:02 UTC (permalink / raw
  To: Gentoo Dev

Portage 2.3.1 changes the default behavior for git repositories to
sync with a depth of 1. If you are using a development tree with
emerge --sync, you may want to override this in repos.conf by setting
sync-depth = 0.

If you have accidentally converted your development tree into a
shallow repository, you can undo the damage by running git fetch
--unshallow.


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

* Re: [gentoo-dev] New portage git sync behavior
  2016-09-21  3:02 [gentoo-dev] New portage git sync behavior Mike Gilbert
@ 2016-10-12 18:45 ` konsolebox
  2016-10-12 18:51   ` Mike Gilbert
  2016-10-13  1:36   ` Daniel Campbell
  2016-11-06 21:20 ` Zac Medico
  1 sibling, 2 replies; 8+ messages in thread
From: konsolebox @ 2016-10-12 18:45 UTC (permalink / raw
  To: gentoo-dev

On Wed, Sep 21, 2016 at 11:02 AM, Mike Gilbert <floppym@gentoo.org> wrote:
> Portage 2.3.1 changes the default behavior for git repositories to
> sync with a depth of 1. If you are using a development tree with
> emerge --sync, you may want to override this in repos.conf by setting
> sync-depth = 0.
>
> If you have accidentally converted your development tree into a
> shallow repository, you can undo the damage by running git fetch
> --unshallow.
>

I can't find this in the release notes.

-- 
konsolebox


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

* Re: [gentoo-dev] New portage git sync behavior
  2016-10-12 18:45 ` konsolebox
@ 2016-10-12 18:51   ` Mike Gilbert
  2016-10-13  3:15     ` konsolebox
  2016-10-13 13:42     ` Mike Gilbert
  2016-10-13  1:36   ` Daniel Campbell
  1 sibling, 2 replies; 8+ messages in thread
From: Mike Gilbert @ 2016-10-12 18:51 UTC (permalink / raw
  To: Gentoo Dev

On Wed, Oct 12, 2016 at 2:45 PM, konsolebox <konsolebox@gmail.com> wrote:
> On Wed, Sep 21, 2016 at 11:02 AM, Mike Gilbert <floppym@gentoo.org> wrote:
>> Portage 2.3.1 changes the default behavior for git repositories to
>> sync with a depth of 1. If you are using a development tree with
>> emerge --sync, you may want to override this in repos.conf by setting
>> sync-depth = 0.
>>
>> If you have accidentally converted your development tree into a
>> shallow repository, you can undo the damage by running git fetch
>> --unshallow.
>>
>
> I can't find this in the release notes.

Because it isn't there. You may direct any complaints to the Portage dev team.


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

* Re: [gentoo-dev] New portage git sync behavior
  2016-10-12 18:45 ` konsolebox
  2016-10-12 18:51   ` Mike Gilbert
@ 2016-10-13  1:36   ` Daniel Campbell
  2016-10-13  3:14     ` konsolebox
  1 sibling, 1 reply; 8+ messages in thread
From: Daniel Campbell @ 2016-10-13  1:36 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 830 bytes --]

On 10/12/2016 11:45 AM, konsolebox wrote:
> On Wed, Sep 21, 2016 at 11:02 AM, Mike Gilbert <floppym@gentoo.org> wrote:
>> Portage 2.3.1 changes the default behavior for git repositories to
>> sync with a depth of 1. If you are using a development tree with
>> emerge --sync, you may want to override this in repos.conf by setting
>> sync-depth = 0.
>>
>> If you have accidentally converted your development tree into a
>> shallow repository, you can undo the damage by running git fetch
>> --unshallow.
>>
> 
> I can't find this in the release notes.
> 
Wasn't it in a news message? I recall seeing it somewhere, and made the
appropriate changes before upgrading.

-- 
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C  1DE4 6F7A 9091 1EA0 55D6


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: [gentoo-dev] New portage git sync behavior
  2016-10-13  1:36   ` Daniel Campbell
@ 2016-10-13  3:14     ` konsolebox
  0 siblings, 0 replies; 8+ messages in thread
From: konsolebox @ 2016-10-13  3:14 UTC (permalink / raw
  To: gentoo-dev

On Thu, Oct 13, 2016 at 9:36 AM, Daniel Campbell <zlg@gentoo.org> wrote:
> On 10/12/2016 11:45 AM, konsolebox wrote:
>> On Wed, Sep 21, 2016 at 11:02 AM, Mike Gilbert <floppym@gentoo.org> wrote:
>>> Portage 2.3.1 changes the default behavior for git repositories to
>>> sync with a depth of 1. If you are using a development tree with
>>> emerge --sync, you may want to override this in repos.conf by setting
>>> sync-depth = 0.
>>>
>>> If you have accidentally converted your development tree into a
>>> shallow repository, you can undo the damage by running git fetch
>>> --unshallow.
>>>
>>
>> I can't find this in the release notes.
>>
> Wasn't it in a news message? I recall seeing it somewhere, and made the
> appropriate changes before upgrading.
>

I think you saw it here, and so did I but surprised to see that it's
not in the /usr/share/doc/portage-2.3.1 nor in 'eselect news'.

-- 
konsolebox


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

* Re: [gentoo-dev] New portage git sync behavior
  2016-10-12 18:51   ` Mike Gilbert
@ 2016-10-13  3:15     ` konsolebox
  2016-10-13 13:42     ` Mike Gilbert
  1 sibling, 0 replies; 8+ messages in thread
From: konsolebox @ 2016-10-13  3:15 UTC (permalink / raw
  To: gentoo-dev

On Thu, Oct 13, 2016 at 2:51 AM, Mike Gilbert <floppym@gentoo.org> wrote:
> You may direct any complaints to the Portage dev team.

I only intended to notify.

-- 
konsolebox


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

* Re: [gentoo-dev] New portage git sync behavior
  2016-10-12 18:51   ` Mike Gilbert
  2016-10-13  3:15     ` konsolebox
@ 2016-10-13 13:42     ` Mike Gilbert
  1 sibling, 0 replies; 8+ messages in thread
From: Mike Gilbert @ 2016-10-13 13:42 UTC (permalink / raw
  To: Gentoo Dev

On Wed, Oct 12, 2016 at 2:51 PM, Mike Gilbert <floppym@gentoo.org> wrote:
> On Wed, Oct 12, 2016 at 2:45 PM, konsolebox <konsolebox@gmail.com> wrote:
>> On Wed, Sep 21, 2016 at 11:02 AM, Mike Gilbert <floppym@gentoo.org> wrote:
>>> Portage 2.3.1 changes the default behavior for git repositories to
>>> sync with a depth of 1. If you are using a development tree with
>>> emerge --sync, you may want to override this in repos.conf by setting
>>> sync-depth = 0.
>>>
>>> If you have accidentally converted your development tree into a
>>> shallow repository, you can undo the damage by running git fetch
>>> --unshallow.
>>>
>>
>> I can't find this in the release notes.
>
> Because it isn't there. You may direct any complaints to the Portage dev team.

Correction: I do see it mentioned in RELEASE-NOTES, but in a way that
isn't obvious.

I was previously looking at the NEWS files.


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

* Re: [gentoo-dev] New portage git sync behavior
  2016-09-21  3:02 [gentoo-dev] New portage git sync behavior Mike Gilbert
  2016-10-12 18:45 ` konsolebox
@ 2016-11-06 21:20 ` Zac Medico
  1 sibling, 0 replies; 8+ messages in thread
From: Zac Medico @ 2016-11-06 21:20 UTC (permalink / raw
  To: gentoo-dev

On 09/20/2016 08:02 PM, Mike Gilbert wrote:
> Portage 2.3.1 changes the default behavior for git repositories to
> sync with a depth of 1. If you are using a development tree with
> emerge --sync, you may want to override this in repos.conf by setting
> sync-depth = 0.
> 
> If you have accidentally converted your development tree into a
> shallow repository, you can undo the damage by running git fetch
> --unshallow.
> 

I've proposed to revert the change in behavior because we've had too
many problems with it:

https://archives.gentoo.org/gentoo-portage-dev/message/e0314d5c748ec4098605c20d9b42b2a9
-- 
Thanks,
Zac


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

end of thread, other threads:[~2016-11-06 21:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21  3:02 [gentoo-dev] New portage git sync behavior Mike Gilbert
2016-10-12 18:45 ` konsolebox
2016-10-12 18:51   ` Mike Gilbert
2016-10-13  3:15     ` konsolebox
2016-10-13 13:42     ` Mike Gilbert
2016-10-13  1:36   ` Daniel Campbell
2016-10-13  3:14     ` konsolebox
2016-11-06 21:20 ` Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox