From: "Alexey I. Froloff" <raorn@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] про автоматическое и ручное тестирование пакетов
Date: Tue, 16 Jun 2009 04:03:24 +0400
Message-ID: <20090616000323.GM27042@altlinux.org> (raw)
In-Reply-To: <20090615230039.GB28555@wo.int.altlinux.org>
[-- Attachment #1.1: Type: text/plain, Size: 515 bytes --]
On Tue, Jun 16, 2009 at 03:00:40AM +0400, Dmitry V. Levin wrote:
> Если никто не будет приводить новые аргументы, то я своё мнение менять
> не стану. Это общее правило ведения обсуждения.
Мне было бы удобно, если бы build/*/*/rpms/*.rpm были бы
проиндексированы для apt'а:
rpm http://git.altlinux.org/tasks/НОМЕР/build/repo $(ARCH) task
Кривоскрипт в аттаче делает что-то в этом роде (вызывается в
конце gb-task-build-arch).
P.S. А ещё есть rsync://git.altlinux.org/...
--
Regards,
Sir Raorn.
[-- Attachment #1.2: gb-task-build-arch-makerepo --]
[-- Type: text/plain, Size: 602 bytes --]
#!/bin/sh -efu
arch="$1"; shift
. gb-sh-functions
rm -rf "build/repo/$arch"
mkdir -p "build/repo/$arch/base"
mkdir -p "build/repo/$arch/RPMS.task"
mkdir -p "build/repo/$arch/SRPMS.task"
for i in $(src_nums); do
[ -d "build/$i/$arch/rpms" ] || continue
find "build/$i/$arch/rpms" -type f -name "*.rpm" -exec ln -f -t "build/repo/$arch/RPMS.task" '{}' '+'
[ -d "build/$i/$arch/srpm" ] || continue
find "build/$i/$arch/srpm" -type f -name "*.rpm" -exec ln -f -t "build/repo/$arch/SRPMS.task" '{}' '+'
done
genbasedir \
--topdir=build/repo \
--flat --no-oldhashfile --bz2only --mapi "$arch" task
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2009-06-16 0:03 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-15 22:33 Dmitry V. Levin
2009-06-15 22:35 ` Mikhail Gusarov
2009-06-15 23:00 ` Dmitry V. Levin
2009-06-15 23:06 ` Mikhail Gusarov
2009-06-15 23:25 ` Dmitry V. Levin
2009-06-15 23:43 ` Alexey Gladkov
2009-06-16 0:00 ` Dmitry V. Levin
2009-06-16 3:43 ` Денис Смирнов
2009-06-16 6:47 ` Anton Farygin
2009-06-16 5:47 ` Afanasov Dmitry
2009-06-16 0:03 ` Alexey I. Froloff [this message]
2009-06-17 5:14 ` Alexey Tourbin
2009-06-17 5:25 ` Alexey Tourbin
2009-06-17 18:28 ` Michael Shigorin
2009-06-18 7:18 ` Alexey Tourbin
2009-06-18 10:46 ` Dmitry V. Levin
2009-06-18 11:08 ` Mikhail Gusarov
2009-06-18 11:09 ` Dmitry V. Levin
2009-06-18 11:14 ` Mikhail Gusarov
2009-06-18 22:41 ` Michael Shigorin
2009-06-17 9:03 ` Alexey I. Froloff
2009-06-17 18:26 ` Michael Shigorin
2009-06-15 23:30 ` Alexey Gladkov
2009-06-15 23:51 ` Dmitry V. Levin
2009-06-16 0:19 ` Alexey Gladkov
2009-06-16 10:36 ` Michael Shigorin
2009-06-16 18:53 ` Денис Смирнов
2009-06-16 19:24 ` Michael Shigorin
2009-06-16 21:13 ` Afanasov Dmitry
2009-06-17 2:49 ` Денис Смирнов
2009-06-17 18:20 ` Michael Shigorin
2009-06-18 8:00 ` Денис Смирнов
2009-06-18 22:39 ` Michael Shigorin
2009-06-19 7:01 ` Денис Смирнов
2009-06-16 22:29 ` Dmitry V. Levin
2009-06-16 22:52 ` Alexey I. Froloff
2009-06-16 23:14 ` Dmitry V. Levin
2009-06-17 2:58 ` Денис Смирнов
2009-06-16 0:15 ` Evgeny Sinelnikov
2009-06-17 12:32 ` Slava Semushin
2009-06-16 3:29 ` REAL
2009-06-16 3:37 ` Денис Смирнов
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=20090616000323.GM27042@altlinux.org \
--to=raorn@altlinux.org \
--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