ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] А как включить cheater mode для git.alt build?
@ 2009-03-25 21:54 Pavlov Konstantin
  2009-03-25 22:01 ` Dmitry V. Levin
  2009-03-25 22:04 ` Konstantin Baev
  0 siblings, 2 replies; 5+ messages in thread
From: Pavlov Konstantin @ 2009-03-25 21:54 UTC (permalink / raw)
  To: devel

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

Привет.

Хочется тоже заиметь ручку для реализации вот этого:

#3233 AWAITING sisyphus/force srpm=pound-2.4.4-alt1.src.rpm
#3232 AWAITING sisyphus/inger alterator-l10n.git=2.1-alt9
alterator-net-eth.git=4.3-alt3 alterator-bacula.git=0.1-alt1
#3231 AWAITING sisyphus/thresh vlc.git=1.0.0-alt0.pre1
#3230 DONE sisyphus/zerg phonon.git=4.3.1-alt2
#3229 DONE sisyphus/sin dbus-cxx.git=0.5.0-alt6
...
#3222 DONE sisyphus/zerg kde4base.git=4.2.1-alt3
#3220 DONE 5.0/vitty copy=grun copy=ibamtray
#3219 BUILDING #2 [locked] sisyphus/zerg qt4-settings.git=4.5-alt1
qt4.git=4.5.0-alt1 kde4libs.git=4.2.1-alt3 kde4base-runtime.git=
4.2.1-alt2 kde4base-workspace.git=4.2.1-alt4
#3218 DONE sisyphus/vitty grun.git=0.9.3-alt1
#3217 DONE 5.0/sbolshakov copy=alterator-vm

Как сделать так, чтобы твой таск при провале и попытке пересборки
перезапустился первым, не беря в расчет очередь заданий?

-- 
Кто храбр и воинственен - погибнет; кто храбр и не воинственен - будет 
жить.
		-- Лао цзы

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

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

* Re: [devel] А как включить cheater mode для git.alt build?
  2009-03-25 21:54 [devel] А как включить cheater mode для git.alt build? Pavlov Konstantin
@ 2009-03-25 22:01 ` Dmitry V. Levin
  2009-03-25 22:11   ` Pavlov Konstantin
  2009-03-25 22:04 ` Konstantin Baev
  1 sibling, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2009-03-25 22:01 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Thu, Mar 26, 2009 at 12:54:10AM +0300, Pavlov Konstantin wrote:
> 
> Хочется тоже заиметь ручку для реализации вот этого:
> 
> #3233 AWAITING sisyphus/force srpm=pound-2.4.4-alt1.src.rpm
> #3232 AWAITING sisyphus/inger alterator-l10n.git=2.1-alt9
> alterator-net-eth.git=4.3-alt3 alterator-bacula.git=0.1-alt1
> #3231 AWAITING sisyphus/thresh vlc.git=1.0.0-alt0.pre1
> #3230 DONE sisyphus/zerg phonon.git=4.3.1-alt2
> #3229 DONE sisyphus/sin dbus-cxx.git=0.5.0-alt6
> ...
> #3222 DONE sisyphus/zerg kde4base.git=4.2.1-alt3
> #3220 DONE 5.0/vitty copy=grun copy=ibamtray
> #3219 BUILDING #2 [locked] sisyphus/zerg qt4-settings.git=4.5-alt1
> qt4.git=4.5.0-alt1 kde4libs.git=4.2.1-alt3 kde4base-runtime.git=
> 4.2.1-alt2 kde4base-workspace.git=4.2.1-alt4
> #3218 DONE sisyphus/vitty grun.git=0.9.3-alt1
> #3217 DONE 5.0/sbolshakov copy=alterator-vm
> 
> Как сделать так, чтобы твой таск при провале и попытке пересборки
> перезапустился первым, не беря в расчет очередь заданий?

На данный момент задания на сборку принимаются в порядке нумерации.
Когда это станет неудобно, планировщик можно будет поменять.


-- 
ldv

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

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

* Re: [devel] А как включить cheater mode для git.alt build?
  2009-03-25 21:54 [devel] А как включить cheater mode для git.alt build? Pavlov Konstantin
  2009-03-25 22:01 ` Dmitry V. Levin
@ 2009-03-25 22:04 ` Konstantin Baev
  1 sibling, 0 replies; 5+ messages in thread
From: Konstantin Baev @ 2009-03-25 22:04 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Pavlov Konstantin пишет:
> Привет.
>
> Хочется тоже заиметь ручку ....
>   
Можно сделать задание про запас:

ssh git.alt task new

а потом при случае использовать. И есть вероятность, что задание будет 
первым в очереди.
Не уверен, что это хорошо с этической точки зрения, но вопрос и был про 
cheater mode.

--
Konstantin Baev
kipruss@altlinux.org


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

* Re: [devel] А как включить cheater mode для git.alt build?
  2009-03-25 22:01 ` Dmitry V. Levin
@ 2009-03-25 22:11   ` Pavlov Konstantin
  2009-03-25 22:18     ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Pavlov Konstantin @ 2009-03-25 22:11 UTC (permalink / raw)
  To: devel

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

On Thu, Mar 26, 2009 at 01:01:39AM +0300, Dmitry V. Levin wrote:
> On Thu, Mar 26, 2009 at 12:54:10AM +0300, Pavlov Konstantin wrote:
> > 
> > Хочется тоже заиметь ручку для реализации вот этого:
> > 
> > #3233 AWAITING sisyphus/force srpm=pound-2.4.4-alt1.src.rpm
> > #3232 AWAITING sisyphus/inger alterator-l10n.git=2.1-alt9
> > alterator-net-eth.git=4.3-alt3 alterator-bacula.git=0.1-alt1
> > #3231 AWAITING sisyphus/thresh vlc.git=1.0.0-alt0.pre1
> > #3230 DONE sisyphus/zerg phonon.git=4.3.1-alt2
> > #3229 DONE sisyphus/sin dbus-cxx.git=0.5.0-alt6
> > ...
> > #3222 DONE sisyphus/zerg kde4base.git=4.2.1-alt3
> > #3220 DONE 5.0/vitty copy=grun copy=ibamtray
> > #3219 BUILDING #2 [locked] sisyphus/zerg qt4-settings.git=4.5-alt1
> > qt4.git=4.5.0-alt1 kde4libs.git=4.2.1-alt3 kde4base-runtime.git=
> > 4.2.1-alt2 kde4base-workspace.git=4.2.1-alt4
> > #3218 DONE sisyphus/vitty grun.git=0.9.3-alt1
> > #3217 DONE 5.0/sbolshakov copy=alterator-vm
> > 
> > Как сделать так, чтобы твой таск при провале и попытке пересборки
> > перезапустился первым, не беря в расчет очередь заданий?
> 
> На данный момент задания на сборку принимаются в порядке нумерации.
> Когда это станет неудобно, планировщик можно будет поменять.

А как перезапустить неудачно собравшийся task?

-- 
Человеку, прошедшему через сборку и обжарку кофе, на потуги
пых-пыха настучать по мозгам как-то уже без разницы.             
Не пробивает.
		-- alb in devel@

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

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

* Re: [devel] А как включить cheater mode для git.alt build?
  2009-03-25 22:11   ` Pavlov Konstantin
@ 2009-03-25 22:18     ` Dmitry V. Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2009-03-25 22:18 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Thu, Mar 26, 2009 at 01:11:13AM +0300, Pavlov Konstantin wrote:
[...]
> А как перезапустить неудачно собравшийся task?

Так же, как ещё не собиравшийся: task run.


-- 
ldv

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

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

end of thread, other threads:[~2009-03-25 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-25 21:54 [devel] А как включить cheater mode для git.alt build? Pavlov Konstantin
2009-03-25 22:01 ` Dmitry V. Levin
2009-03-25 22:11   ` Pavlov Konstantin
2009-03-25 22:18     ` Dmitry V. Levin
2009-03-25 22:04 ` Konstantin Baev

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