ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Код завершения ssh git build
@ 2009-02-20 16:00 Slava Semushin
  2009-02-20 16:04 ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Slava Semushin @ 2009-02-20 16:00 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Здравствуйте!

[c0der@rock ~/git/geany/geany.git]$ ssh git build packages/geany.git 0.16-alt1
RSA host key for IP address '194.107.17.12' not in list of known hosts.
Enter passphrase for key '/home/coder/.ssh/id_dsa':
new task #1347: owner=php_coder repo=sisyphus
task #1347: added #1: build tag 0.16-alt1 from
/people/php_coder/packages/geany.git
removing task #1347 ... done
[c1der@rock ~/git/geany/geany.git]$ echo $?
1

Это нормально, что код возврата не нулевой? Если да, то почему?

Спасибо за внимание.

-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [devel] Код завершения ssh git build
  2009-02-20 16:00 [devel] Код завершения ssh git build Slava Semushin
@ 2009-02-20 16:04 ` Dmitry V. Levin
  2009-02-20 16:08   ` Slava Semushin
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2009-02-20 16:04 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Fri, Feb 20, 2009 at 10:00:52PM +0600, Slava Semushin wrote:
> Здравствуйте!
> 
> [c0der@rock ~/git/geany/geany.git]$ ssh git build packages/geany.git 0.16-alt1
> RSA host key for IP address '194.107.17.12' not in list of known hosts.
> Enter passphrase for key '/home/coder/.ssh/id_dsa':
> new task #1347: owner=php_coder repo=sisyphus
> task #1347: added #1: build tag 0.16-alt1 from
> /people/php_coder/packages/geany.git
> removing task #1347 ... done
> [c1der@rock ~/git/geany/geany.git]$ echo $?
> 1
> 
> Это нормально, что код возврата не нулевой? Если да, то почему?

task run не прошёл из-за ошибки.  Try again.


-- 
ldv

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

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

* Re: [devel] Код завершения ssh git build
  2009-02-20 16:04 ` Dmitry V. Levin
@ 2009-02-20 16:08   ` Slava Semushin
  2009-02-21  1:17     ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Slava Semushin @ 2009-02-20 16:08 UTC (permalink / raw)
  To: ALT Linux Team development discussions

20 февраля 2009 г. 22:04 пользователь Dmitry V. Levin <ldv@altlinux> написал:
[...]
>> Это нормально, что код возврата не нулевой? Если да, то почему?
>
> task run не прошёл из-за ошибки.  Try again.

ОК

[c0der@rock ~]$ ssh git build packages/geany.git 0.16-alt1
RSA host key for IP address '194.107.17.12' not in list of known hosts.
Enter passphrase for key '/home/coder/.ssh/id_dsa':
new task #1349: owner=php_coder repo=sisyphus
task #1349: added #1: build tag 0.16-alt1 from
/people/php_coder/packages/geany.git
task #1349: try=1 queued, result will be emailed to php_coder@altlinux.org

Оно действительно будет отправлять на php_coder@ или только тут так пишет?


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [devel] Код завершения ssh git build
  2009-02-20 16:08   ` Slava Semushin
@ 2009-02-21  1:17     ` Dmitry V. Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2009-02-21  1:17 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Fri, Feb 20, 2009 at 10:08:42PM +0600, Slava Semushin wrote:
> 20 февраля 2009 г. 22:04 пользователь Dmitry V. Levin <ldv@altlinux> написал:
> [...]
> >> Это нормально, что код возврата не нулевой? Если да, то почему?
> >
> > task run не прошёл из-за ошибки.  Try again.
> 
> ОК
> 
> [c0der@rock ~]$ ssh git build packages/geany.git 0.16-alt1
> RSA host key for IP address '194.107.17.12' not in list of known hosts.
> Enter passphrase for key '/home/coder/.ssh/id_dsa':
> new task #1349: owner=php_coder repo=sisyphus
> task #1349: added #1: build tag 0.16-alt1 from
> /people/php_coder/packages/geany.git
> task #1349: try=1 queued, result will be emailed to php_coder@altlinux.org
> 
> Оно действительно будет отправлять на php_coder@ или только тут так пишет?

На git_php_coder@localhost оно будет отправлять.


-- 
ldv

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

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

end of thread, other threads:[~2009-02-21  1:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-20 16:00 [devel] Код завершения ssh git build Slava Semushin
2009-02-20 16:04 ` Dmitry V. Levin
2009-02-20 16:08   ` Slava Semushin
2009-02-21  1:17     ` 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