* [devel] [devel-announce] I: git.alt task ls: new options
@ 2010-11-13  0:46 Dmitry V. Levin
  2010-11-13  0:58 ` Mikhail Efremov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2010-11-13  0:46 UTC (permalink / raw)
  To: ALT Devel announcement list
[-- Attachment #1.1: Type: text/plain, Size: 978 bytes --]
Hi,
В git.alt task ls появились новые ключи:
$ ssh git.alt task ls --help
task ls - list tasks
Usage: task ls [options]
Options:
  --repo=LIST   comma-separated list of repositories to display;
  --state=LIST  comma-separated list of task states to display;
  --user=NAME   user name whose tasks to display;
  -h, --help    show this text and exit.
Valid repository names are:
  sisyphus p5 5.1 5.0 4.1 4.0, or ALL.
Default list of repositories is ALL.
Valid task state names are:
  awaiting building committing done failed new pending tested, or ALL.
Default list of task states is:
  for single user: awaiting building committing failed new pending tested;
  for --user=ALL: awaiting building committing pending.
Valid user name is
  any git_* account name with "git_" prefix stripped, or ALL.
Default user name is $USER.
Для совместимости старый ключ --all продолжает распознаваться, однако
теперь он означает --user=ALL.
-- 
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 ls: new options
  2010-11-13  0:46 [devel] [devel-announce] I: git.alt task ls: new options Dmitry V. Levin
@ 2010-11-13  0:58 ` Mikhail Efremov
  2010-11-13  1:04   ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Mikhail Efremov @ 2010-11-13  0:58 UTC (permalink / raw)
  To: ALT Linux Team development discussions
On Sat, 13 Nov 2010 03:46:20 +0300 Dmitry V. Levin wrote:
> Valid user name is
>   any git_* account name with "git_" prefix stripped, or ALL.
$ ssh git.alt task ls --user=ALL
task ls: invalid user name
Try `task ls --help' for more information.
$ ssh git.alt task ls --user=all
#30303 BUILDING #7 [locked] ...
-- 
WBR, Mikhail Efremov
^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [devel] [devel-announce] I: git.alt task ls: new options
  2010-11-13  0:58 ` Mikhail Efremov
@ 2010-11-13  1:04   ` Dmitry V. Levin
  2010-11-13  1:10     ` Mikhail Efremov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2010-11-13  1:04 UTC (permalink / raw)
  To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
On Sat, Nov 13, 2010 at 03:58:23AM +0300, Mikhail Efremov wrote:
> On Sat, 13 Nov 2010 03:46:20 +0300 Dmitry V. Levin wrote:
> > Valid user name is
> >   any git_* account name with "git_" prefix stripped, or ALL.
> 
> $ ssh git.alt task ls --user=ALL
> task ls: invalid user name
> Try `task ls --help' for more information.
> 
> $ ssh git.alt task ls --user=all
> #30303 BUILDING #7 [locked] ...
Спасибо, у меня уже не воспроизводится. ;)
Вообще оно case insensitive.
-- 
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [devel] [devel-announce] I: git.alt task ls: new options
  2010-11-13  1:04   ` Dmitry V. Levin
@ 2010-11-13  1:10     ` Mikhail Efremov
  2010-11-13  1:11       ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Mikhail Efremov @ 2010-11-13  1:10 UTC (permalink / raw)
  To: ALT Linux Team development discussions
On Sat, 13 Nov 2010 04:04:02 +0300 Dmitry V. Levin wrote:
> > > Valid user name is
> > >   any git_* account name with "git_" prefix stripped, or ALL.
> > 
> > $ ssh git.alt task ls --user=ALL
> > task ls: invalid user name
> > Try `task ls --help' for more information.
> > 
> > $ ssh git.alt task ls --user=all
> > #30303 BUILDING #7 [locked] ...
> 
> Спасибо, у меня уже не воспроизводится. ;)
Да, больше не воспроизводится.
> Вообще оно case insensitive.
Тогда это запрет на имя пользователя all. Имя, конечно, странное, но
мало ли у кого под инициалы попадет :).
-- 
WBR, Mikhail Efremov
^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [devel] [devel-announce] I: git.alt task ls: new options
  2010-11-13  1:10     ` Mikhail Efremov
@ 2010-11-13  1:11       ` Dmitry V. Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2010-11-13  1:11 UTC (permalink / raw)
  To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 757 bytes --]
On Sat, Nov 13, 2010 at 04:10:08AM +0300, Mikhail Efremov wrote:
> On Sat, 13 Nov 2010 04:04:02 +0300 Dmitry V. Levin wrote:
> > > > Valid user name is
> > > >   any git_* account name with "git_" prefix stripped, or ALL.
> > > 
> > > $ ssh git.alt task ls --user=ALL
> > > task ls: invalid user name
> > > Try `task ls --help' for more information.
> > > 
> > > $ ssh git.alt task ls --user=all
> > > #30303 BUILDING #7 [locked] ...
> > 
> > Спасибо, у меня уже не воспроизводится. ;)
> 
> Да, больше не воспроизводится.
> 
> > Вообще оно case insensitive.
> 
> Тогда это запрет на имя пользователя all. Имя, конечно, странное, но
> мало ли у кого под инициалы попадет :).
Да, такое имя вряд ли пройдёт процедуру join.
-- 
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply	[flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-11-13  1:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-13  0:46 [devel] [devel-announce] I: git.alt task ls: new options Dmitry V. Levin
2010-11-13  0:58 ` Mikhail Efremov
2010-11-13  1:04   ` Dmitry V. Levin
2010-11-13  1:10     ` Mikhail Efremov
2010-11-13  1:11       ` Dmitry V. Levin
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