ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] repocop NMU request
Date: Sun, 24 Jan 2010 23:07:09 +0300
Message-ID: <20100124200709.GC5816@atlas.home> (raw)
In-Reply-To: <20100123110145.GA15707@dad.imath.kiev.ua>

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

On Sat, Jan 23, 2010 at 01:01:45PM +0200, Igor Vlasenko wrote:
> при этом сборка пакета из персонального incoming
> не запустится автоматически, как раньше, а ее 
> надо будет запустить руками.
> $ for i in *src.rpm; do ssh git.alt build srpm $i; done

Это годится только для случая, когда заливаемые пакеты не зависят
друг от друга.  Если же пакеты используют при сборке результаты сборки
других заливаемых пакетов, следует явным образом создавать задачу
сборки и добавлять в неё пакеты в том порядке, в котором они должны
собираться:

  ssh git.alt task new
  ssh git.alt task add srpm libfoo-1.0-alt1.src.rpm
  ssh git.alt task add srpm libbar-1.0-alt1.src.rpm
  ssh git.alt task add srpm fooapp-1.0-alt1.src.rpm
  ssh git.alt task run

При этом, если хотя бы один пакет в задаче не соберётся,
дальнейшая её обработка будет прервана, и в Сизиф не попадёт ни один
пакет (даже если он на предыдущем шаге успешно собрался).

http://www.altlinux.org/Git.alt

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

  reply	other threads:[~2010-01-24 20:07 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-18 20:33 [devel] [repocop@altlinux.org: repocop patches for raorn] Alexey I. Froloff
2010-01-17 14:15 ` Igor Vlasenko
2010-01-18 21:27   ` Alexey I. Froloff
2010-01-17 14:57     ` Igor Vlasenko
2010-01-21 19:34     ` Michael Shigorin
2010-01-18 21:55 ` Alexey Gladkov
2010-01-17 15:29   ` [devel] repocop NMU request Igor Vlasenko
2010-01-19  8:01     ` Valery V. Inozemtsev
2010-01-18  2:51       ` Igor Vlasenko
2010-01-19 11:17     ` Kirill Maslinsky
2010-01-18 12:03       ` Igor Vlasenko
2010-01-19 19:13         ` Yuri N. Sedunov
2010-01-18 12:39           ` Igor Vlasenko
2010-01-19 19:37             ` Yuri N. Sedunov
2010-01-18 13:05               ` Igor Vlasenko
2010-01-19 20:18                 ` Yuri N. Sedunov
2010-01-18 13:47                   ` Igor Vlasenko
2010-01-19 20:41                     ` Yuri N. Sedunov
2010-01-18 14:02                       ` Igor Vlasenko
2010-01-19 19:16         ` Afanasov Dmitry
2010-01-23 10:23         ` Igor Vlasenko
2010-01-24 17:34           ` Vyacheslav Dikonov
2010-01-23 11:01             ` Igor Vlasenko
2010-01-24 20:07               ` Sergey Vlasov [this message]
2010-01-25  9:30           ` Kirill Maslinsky
2010-01-25 10:37             ` Vladimir Lettiev
2010-01-24  6:48               ` Igor Vlasenko
2010-02-01 10:01           ` Igor Vlasenko
2010-02-01 11:03             ` Sergey Bolshakov
2010-02-01 11:37               ` Igor Vlasenko
2010-02-01 11:50                 ` Sergey Bolshakov
2010-02-01 12:15                   ` Igor Vlasenko
2010-02-01 12:12             ` Александр Гвоздев
2010-02-01 12:24               ` Igor Vlasenko
2010-02-01 12:36                 ` Александр Гвоздев
2010-02-01 23:46             ` Dmitry V. Levin
2010-01-19  9:47   ` [devel] [repocop@altlinux.org: repocop patches for raorn] Alexander Bokovoy
2010-01-18 12:01     ` Igor Vlasenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100124200709.GC5816@atlas.home \
    --to=vsu@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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