devel@ where you _can_ ask
 help / color / mirror / Atom feed
* [newbies] tag is not inherited from git
@ 2010-02-16  7:46 anyr
  2010-02-16  8:27 ` Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: anyr @ 2010-02-16  7:46 UTC (permalink / raw)
  To: devel-newbies

При сборке получаю такую ошибку:

error: NAME.git tag `0.1.1-alt0.M51.4' is not inherited from 
/gears/SYMBOL/NAME.git branch `5.1'
gears inheritance check FAILED
task #_____ for 5.1 FAILED

Если я правильно понимаю, то сборка невозможна по причине того, что пакет с 
таким именем от другого человека уже существует. Вот только я её не вижу на 
sisyphus.ru. Или понял результат неверно?
-- 
Andrey Yurkovsky



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

* Re: [newbies] tag is not inherited from git
  2010-02-16  7:46 [newbies] tag is not inherited from git anyr
@ 2010-02-16  8:27 ` Michael Shigorin
  2010-02-16  9:26   ` anyr
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2010-02-16  8:27 UTC (permalink / raw)
  To: devel-newbies

On Tue, Feb 16, 2010 at 09:46:25AM +0200, anyr@tut.by wrote:
> При сборке получаю такую ошибку:
> error: NAME.git tag `0.1.1-alt0.M51.4' is not inherited from 
> /gears/SYMBOL/NAME.git branch `5.1'
> gears inheritance check FAILED
> task #_____ for 5.1 FAILED
> Если я правильно понимаю, то сборка невозможна по причине того,
> что пакет с таким именем от другого человека уже существует.
> Вот только я её не вижу на sisyphus.ru.

Или существовал, но при исчезновении из 5.1/branch не был убран
соответствующий бранч из git.altlinux.org/gears/N/NAME.git

Хорошо бы уточнить NAME -- это xmedcon?  Тогда там действительно
уже есть такой бранч, может иметь смысл его смержить:
http://git.altlinux.org/gears/x/xmedcon.git?p=xmedcon.git;a=commit;h=5d614903d2ec8f3da6429945aea080bff40b13c7

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [newbies] tag is not inherited from git
  2010-02-16  8:27 ` Michael Shigorin
@ 2010-02-16  9:26   ` anyr
  2010-02-16 10:16     ` Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: anyr @ 2010-02-16  9:26 UTC (permalink / raw)
  To: devel-newbies

Michael Shigorin wrote:

> Или существовал, но при исчезновении из 5.1/branch не был убран
> соответствующий бранч из git.altlinux.org/gears/N/NAME.git
> 
> Хорошо бы уточнить NAME -- это xmedcon?  Тогда там действительно
> уже есть такой бранч, может иметь смысл его смержить:
Да, в этот раз это xmedcon :) Но я уже не в первый раз натыкаюсь на такой 
результат.

Т.е. head 5.1 не будет удален вовсе, или это дело времени?

-- 
Andrey Yurkovsky



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

* Re: [newbies] tag is not inherited from git
  2010-02-16  9:26   ` anyr
@ 2010-02-16 10:16     ` Michael Shigorin
  2010-02-16 17:01       ` anyr
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2010-02-16 10:16 UTC (permalink / raw)
  To: devel-newbies

On Tue, Feb 16, 2010 at 11:26:26AM +0200, anyr@tut.by wrote:
> Т.е. head 5.1 не будет удален вовсе, или это дело времени?

В 5.1/branch наблюдается xmedcon-0.10.5-alt0.M51.2.
Если переделали пакет совсем-совсем -- то удалите его
и заливайте по новой.  Если же нет -- fetch'ните себе
бранч 5.1 из gears и merge -s ours его в локальный бранч,
из которого собирается пакет для 5.1/branch.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [newbies] tag is not inherited from git
  2010-02-16 10:16     ` Michael Shigorin
@ 2010-02-16 17:01       ` anyr
  0 siblings, 0 replies; 5+ messages in thread
From: anyr @ 2010-02-16 17:01 UTC (permalink / raw)
  To: devel-newbies

Michael Shigorin wrote:

> В 5.1/branch наблюдается xmedcon-0.10.5-alt0.M51.2.
> Если переделали пакет совсем-совсем -- то удалите его
> и заливайте по новой.  Если же нет -- fetch'ните себе
> бранч 5.1 из gears и merge -s ours его в локальный бранч,
> из которого собирается пакет для 5.1/branch.
Спасибо за ответы.

P.S.: только сейчас до меня дошло, что команда
$ssh git.alt build del NAME
удалила пакет только из сизифа :)
$ssh git.alt build -b 5.1 del NAME
-- 
Andrey Yurkovsky



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

end of thread, other threads:[~2010-02-16 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-16  7:46 [newbies] tag is not inherited from git anyr
2010-02-16  8:27 ` Michael Shigorin
2010-02-16  9:26   ` anyr
2010-02-16 10:16     ` Michael Shigorin
2010-02-16 17:01       ` anyr

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