ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] [devel-announce] I: git.alt task add: insert support
@ 2010-11-08 23:36 Dmitry V. Levin
  2010-11-09  6:17 ` Anton Farygin
  2010-11-09  8:47 ` Alexey I. Froloff
  0 siblings, 2 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2010-11-08 23:36 UTC (permalink / raw)
  To: ALT Devel announcement list


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

Hi,

В git.alt task add теперь появилась возможность добавлять подзадания
перед другими подзаданиями:

$ ssh git.alt task add --help
Usage: girar-task add [<task_id> [<before_subtask_id>]] repo <gear_repo> <gear_tag>
   or: girar-task add [<task_id> [<before_subtask_id>]] srpm <srpm file>
   or: girar-task add [<task_id> [<before_subtask_id>]] del <package>
   or: girar-task add [<task_id> [<before_subtask_id>]] copy <package> [<binary_repository_name>]

По умолчанию новые подзадания, как и прежде, добавляются в конец списка
подзаданий, с шагом 0100 (восьмеричное 100).

Новое подзадание, добавляемое перед подзаданием номер N, получает
восьмеричный номер (K+N)/2, где K - это номер подзадания, идущего
непосредственно перед подзаданием номер N.

Уточнить номера подзаданий существующего задания можно с помощью
git.alt task show.


-- 
ldv

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
devel-announce mailing list
devel-announce@lists.altlinux.org
https://lists.altlinux.org/mailman/listinfo/devel-announce

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

* Re: [devel] [devel-announce] I: git.alt task add: insert support
  2010-11-08 23:36 [devel] [devel-announce] I: git.alt task add: insert support Dmitry V. Levin
@ 2010-11-09  6:17 ` Anton Farygin
  2010-11-09  6:24   ` Kirill A. Shutemov
  2010-11-09  8:47 ` Alexey I. Froloff
  1 sibling, 1 reply; 5+ messages in thread
From: Anton Farygin @ 2010-11-09  6:17 UTC (permalink / raw)
  To: devel

09.11.2010 02:36, Dmitry V. Levin пишет:
> Hi,
>
> В git.alt task add теперь появилась возможность добавлять подзадания
> перед другими подзаданиями:

Класс.

Дима, а replace у нас уже есть, я не помню ?

Когда нужно одно подзадание заменить другим


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

* Re: [devel] [devel-announce] I: git.alt task add: insert support
  2010-11-09  6:17 ` Anton Farygin
@ 2010-11-09  6:24   ` Kirill A. Shutemov
  2010-11-09  6:58     ` Anton Farygin
  0 siblings, 1 reply; 5+ messages in thread
From: Kirill A. Shutemov @ 2010-11-09  6:24 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, Nov 09, 2010 at 09:17:07AM +0300, Anton Farygin wrote:
> 09.11.2010 02:36, Dmitry V. Levin пишет:
> > Hi,
> >
> > В git.alt task add теперь появилась возможность добавлять подзадания
> > перед другими подзаданиями:
> 
> Класс.
> 
> Дима, а replace у нас уже есть, я не помню ?
> 
> Когда нужно одно подзадание заменить другим

del + add.

-- 
 Kirill A. Shutemov


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

* Re: [devel] [devel-announce] I: git.alt task add: insert support
  2010-11-09  6:24   ` Kirill A. Shutemov
@ 2010-11-09  6:58     ` Anton Farygin
  0 siblings, 0 replies; 5+ messages in thread
From: Anton Farygin @ 2010-11-09  6:58 UTC (permalink / raw)
  To: devel

09.11.2010 09:24, Kirill A. Shutemov пишет:
> On Tue, Nov 09, 2010 at 09:17:07AM +0300, Anton Farygin wrote:
>> 09.11.2010 02:36, Dmitry V. Levin пишет:
>>> Hi,
>>>
>>> В git.alt task add теперь появилась возможность добавлять подзадания
>>> перед другими подзаданиями:
>>
>> Класс.
>>
>> Дима, а replace у нас уже есть, я не помню ?
>>
>> Когда нужно одно подзадание заменить другим
>
> del + add.

Без изменения порядка, хотя сейчас это стало чуть проще, но всё-таки 
одной командой было бы удобнее.



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

* Re: [devel] [devel-announce] I: git.alt task add: insert support
  2010-11-08 23:36 [devel] [devel-announce] I: git.alt task add: insert support Dmitry V. Levin
  2010-11-09  6:17 ` Anton Farygin
@ 2010-11-09  8:47 ` Alexey I. Froloff
  1 sibling, 0 replies; 5+ messages in thread
From: Alexey I. Froloff @ 2010-11-09  8:47 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: ALT Devel announce list

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

On Tue, Nov 09, 2010 at 02:36:08AM +0300, Dmitry V. Levin wrote:
> Usage: girar-task add [<task_id> [<before_subtask_id>]] repo <gear_repo> <gear_tag>
>    or: girar-task add [<task_id> [<before_subtask_id>]] srpm <srpm file>
>    or: girar-task add [<task_id> [<before_subtask_id>]] del <package>
>    or: girar-task add [<task_id> [<before_subtask_id>]] copy <package> [<binary_repository_name>]
Чорт, как же это теперь комплитить? ;-)

-- 
Regards,    --
Sir Raorn.   --- http://thousandsofhate.blogspot.com/

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

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

end of thread, other threads:[~2010-11-09  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-08 23:36 [devel] [devel-announce] I: git.alt task add: insert support Dmitry V. Levin
2010-11-09  6:17 ` Anton Farygin
2010-11-09  6:24   ` Kirill A. Shutemov
2010-11-09  6:58     ` Anton Farygin
2010-11-09  8:47 ` Alexey I. Froloff

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