devel@ where you _can_ ask
 help / color / mirror / Atom feed
* [newbies] Fwd: [#29133] 5.1 FAILED lxde-settings-altlinux.git=0.1-alt0.M51.2
@ 2010-09-20 13:30 Радик Юсупов
  2010-09-20 13:47 ` Vitaly Kuznetsov
  0 siblings, 1 reply; 4+ messages in thread
From: Радик Юсупов @ 2010-09-20 13:30 UTC (permalink / raw)
  To: devel-newbies

  http://git.altlinux.org/tasks/29133/task/log

кусь
2010-Sep-17 13:18:04 :: install check OK
2010-Sep-17 13:18:05 :: error: lxde-settings-altlinux.git tag `0.1-alt0.M51.2' is not inherited from /gears/l/lxde-settings-abstraction-lite.git branch `5.1'
2010-Sep-17 13:18:05 :: gears inheritance check FAILED
2010-Sep-17 13:18:05 :: task #29133 for 5.1 FAILED

Как это могло произойти?
ssh git.alt find-package lxde-settings-abstraction-lite ничего не дает.

Как-то странно...и что делать?



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

* Re: [newbies] Fwd: [#29133] 5.1 FAILED lxde-settings-altlinux.git=0.1-alt0.M51.2
  2010-09-20 13:30 [newbies] Fwd: [#29133] 5.1 FAILED lxde-settings-altlinux.git=0.1-alt0.M51.2 Радик Юсупов
@ 2010-09-20 13:47 ` Vitaly Kuznetsov
  2010-09-20 14:07   ` Andrey Rahmatullin
  0 siblings, 1 reply; 4+ messages in thread
From: Vitaly Kuznetsov @ 2010-09-20 13:47 UTC (permalink / raw)
  To: devel@ where you _can_ ask

Радик Юсупов <radyus@yandex.ru> writes:

>  http://git.altlinux.org/tasks/29133/task/log
>
> кусь
> 2010-Sep-17 13:18:04 :: install check OK
> 2010-Sep-17 13:18:05 :: error: lxde-settings-altlinux.git tag
> 0.1-alt0.M51.2' is not inherited from
> /gears/l/lxde-settings-abstraction-lite.git branch `5.1'
> 2010-Sep-17 13:18:05 :: gears inheritance check FAILED
> 2010-Sep-17 13:18:05 :: task #29133 for 5.1 FAILED
>
> Как это могло произойти?
> ssh git.alt find-package lxde-settings-abstraction-lite ничего не
> дает.
>
> Как-то странно...и что делать?

Нужно унаследовать ветку 5.1 из
git://git.altlinux.org/gears/l/lxde-settings-abstraction-lite.git

т.е. 
git remote add gears git://git.altlinux.org/gears/l/lxde-settings-abstraction-lite.git
git fetch gears
git merge gears/5.1

ну и т.д.

если мерждиться на самом деле не хочется, то git merge -s ours

-- 
Vitaly Kuznetsov, ALT Linux


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

* Re: [newbies] Fwd: [#29133] 5.1 FAILED lxde-settings-altlinux.git=0.1-alt0.M51.2
  2010-09-20 13:47 ` Vitaly Kuznetsov
@ 2010-09-20 14:07   ` Andrey Rahmatullin
  2010-09-20 14:27     ` Vitaly Kuznetsov
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Rahmatullin @ 2010-09-20 14:07 UTC (permalink / raw)
  To: devel-newbies

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

On Mon, Sep 20, 2010 at 01:47:59PM +0000, Vitaly Kuznetsov wrote:
> > 2010-Sep-17 13:18:05 :: error: lxde-settings-altlinux.git tag
> > 0.1-alt0.M51.2' is not inherited from
> > /gears/l/lxde-settings-abstraction-lite.git branch `5.1'
> Нужно унаследовать ветку 5.1 из
> git://git.altlinux.org/gears/l/lxde-settings-abstraction-lite.git
Вопрос в том, что имена репо разные.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

WOW!
Ядра посыпались :-)
		-- aen in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [newbies] Fwd: [#29133] 5.1 FAILED lxde-settings-altlinux.git=0.1-alt0.M51.2
  2010-09-20 14:07   ` Andrey Rahmatullin
@ 2010-09-20 14:27     ` Vitaly Kuznetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Kuznetsov @ 2010-09-20 14:27 UTC (permalink / raw)
  To: devel@ where you _can_ ask

Andrey Rahmatullin <wrar@altlinux.org> writes:

> On Mon, Sep 20, 2010 at 01:47:59PM +0000, Vitaly Kuznetsov wrote:
>> > 2010-Sep-17 13:18:05 :: error: lxde-settings-altlinux.git tag
>> > 0.1-alt0.M51.2' is not inherited from
>> > /gears/l/lxde-settings-abstraction-lite.git branch `5.1'
>> Нужно унаследовать ветку 5.1 из
>> git://git.altlinux.org/gears/l/lxde-settings-abstraction-lite.git
> Вопрос в том, что имена репо разные.

Из lxde-settings-altlinux.git собирается пакет
lxde-settings-abstraction-lite. Его история, похоже, и была
нарушена. Так?

-- 
Vitaly Kuznetsov, ALT Linux


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

end of thread, other threads:[~2010-09-20 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-20 13:30 [newbies] Fwd: [#29133] 5.1 FAILED lxde-settings-altlinux.git=0.1-alt0.M51.2 Радик Юсупов
2010-09-20 13:47 ` Vitaly Kuznetsov
2010-09-20 14:07   ` Andrey Rahmatullin
2010-09-20 14:27     ` Vitaly Kuznetsov

devel@ where you _can_ ask

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
		devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
	public-inbox-index devel-newbies

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-newbies


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git