* [devel] tag is not inherited from branch
@ 2012-04-27 8:29 Bergman Andrey
2012-04-27 8:47 ` Denis Klimov
2012-04-27 9:31 ` Vitaly Kuznetsov
0 siblings, 2 replies; 5+ messages in thread
From: Bergman Andrey @ 2012-04-27 8:29 UTC (permalink / raw)
To: ALT Linux Team development discussions
Добрый день!
При заливке пакета в Sisyphus получаю ошибку
error: i3.git tag `i3-4.2-alt1.1' is not inherited from /gears/i/i3.git branch `sisyphus'
2012-Apr-27 11:56:12 :: gears inheritance check FAILED
2012-Apr-27 11:56:12 :: task #70408 for sisyphus FAILED
Что делать? Пакет целиком и полностью мой.
Заранее спасибо,
Андрей.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] tag is not inherited from branch
2012-04-27 8:29 [devel] tag is not inherited from branch Bergman Andrey
@ 2012-04-27 8:47 ` Denis Klimov
2012-04-27 9:31 ` Vitaly Kuznetsov
1 sibling, 0 replies; 5+ messages in thread
From: Denis Klimov @ 2012-04-27 8:47 UTC (permalink / raw)
To: devel
Смержить с тем что есть в центральном gear-репозитарии.
Видимо какой-то скрипт пересобирал ваш пакет с некоторыми изменениями.
В Fri, 27 Apr 2012 12:29:36 +0400
Bergman Andrey <vkni@yandex.ru> пишет:
> Добрый день!
>
> При заливке пакета в Sisyphus получаю ошибку
>
> error: i3.git tag `i3-4.2-alt1.1' is not inherited
> from /gears/i/i3.git branch `sisyphus' 2012-Apr-27 11:56:12 :: gears
> inheritance check FAILED 2012-Apr-27 11:56:12 :: task #70408 for
> sisyphus FAILED
>
> Что делать? Пакет целиком и полностью мой.
>
> Заранее спасибо,
> Андрей.
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] tag is not inherited from branch
2012-04-27 8:29 [devel] tag is not inherited from branch Bergman Andrey
2012-04-27 8:47 ` Denis Klimov
@ 2012-04-27 9:31 ` Vitaly Kuznetsov
2012-04-27 9:55 ` Bergman Andrey
1 sibling, 1 reply; 5+ messages in thread
From: Vitaly Kuznetsov @ 2012-04-27 9:31 UTC (permalink / raw)
To: devel
On Fri, 27 Apr 2012 12:29:36 +0400, Bergman Andrey wrote:
> Добрый день!
>
> При заливке пакета в Sisyphus получаю ошибку
>
> error: i3.git tag `i3-4.2-alt1.1' is not inherited from
> /gears/i/i3.git branch `sisyphus'
> 2012-Apr-27 11:56:12 :: gears inheritance check FAILED
> 2012-Apr-27 11:56:12 :: task #70408 for sisyphus FAILED
>
> Что делать? Пакет целиком и полностью мой.
>
Коммиты с тегом 4.1.2-alt1.1 у вас и в /gears различаются, сравните:
http://git.altlinux.org/people/vkni/packages/?p=i3.git;a=commit;h=10e7435807beeeb1c54f4cc3cba22ab3644692d5
http://git.altlinux.org/gears/i/i3.git?p=i3.git;a=commit;h=8f4e4511af8fc2edea18ad6d25857423ce7ff478
Если вы уверены, что ничего не потеряли, то:
git remote add gears git://git.altlinux.org/gears/i/i3.git
git fetch gears
git merge -s ours gears/sisyphus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] tag is not inherited from branch
2012-04-27 9:31 ` Vitaly Kuznetsov
@ 2012-04-27 9:55 ` Bergman Andrey
2012-04-27 11:34 ` Vitaly Kuznetsov
0 siblings, 1 reply; 5+ messages in thread
From: Bergman Andrey @ 2012-04-27 9:55 UTC (permalink / raw)
To: ALT Linux Team development discussions
Спасибо. А можно этот gears каким-нибудь образом удалить?
27.04.2012, 13:31, "Vitaly Kuznetsov" <vitty@altlinux.ru>:
> On Fri, 27 Apr 2012 12:29:36 +0400, Bergman Andrey wrote:
>
>> Добрый день!
>>
>> При заливке пакета в Sisyphus получаю ошибку
>>
>> error: i3.git tag `i3-4.2-alt1.1' is not inherited from
>> /gears/i/i3.git branch `sisyphus'
>> 2012-Apr-27 11:56:12 :: gears inheritance check FAILED
>> 2012-Apr-27 11:56:12 :: task #70408 for sisyphus FAILED
>>
>> Что делать? Пакет целиком и полностью мой.
>
> Коммиты с тегом 4.1.2-alt1.1 у вас и в /gears различаются, сравните:
> http://git.altlinux.org/people/vkni/packages/?p=i3.git;a=commit;h=10e7435807beeeb1c54f4cc3cba22ab3644692d5
> http://git.altlinux.org/gears/i/i3.git?p=i3.git;a=commit;h=8f4e4511af8fc2edea18ad6d25857423ce7ff478
>
> Если вы уверены, что ничего не потеряли, то:
> git remote add gears git://git.altlinux.org/gears/i/i3.git
> git fetch gears
> git merge -s ours gears/sisyphus
>
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] tag is not inherited from branch
2012-04-27 9:55 ` Bergman Andrey
@ 2012-04-27 11:34 ` Vitaly Kuznetsov
0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Kuznetsov @ 2012-04-27 11:34 UTC (permalink / raw)
To: devel
On Fri, 27 Apr 2012 13:55:57 +0400, Bergman Andrey wrote:
> Спасибо. А можно этот gears каким-нибудь образом удалить?
>
Можно преодолевать проблему с наследованием с помощью ssh git.alt task
check-git-inheritance ...
Но это нужно только в крайних случаях, проще унаследоваться (тем более,
что это всё -- ваши коммиты).
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-27 11:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27 8:29 [devel] tag is not inherited from branch Bergman Andrey
2012-04-27 8:47 ` Denis Klimov
2012-04-27 9:31 ` Vitaly Kuznetsov
2012-04-27 9:55 ` Bergman Andrey
2012-04-27 11:34 ` Vitaly Kuznetsov
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git