From: Michael Shigorin <mike@osdn.org.ua>
To: Genix <genix@list.ru>
Cc: devel@lists.altlinux.org
Subject: Re: [devel] граф Сизиф
Date: Fri, 20 Jan 2006 11:16:11 +0200
Message-ID: <20060120091611.GU20937@osdn.org.ua> (raw)
In-Reply-To: <43D07904.8030803@list.ru>
[-- Attachment #1: Type: text/plain, Size: 253 bytes --]
On Fri, Jan 20, 2006 at 08:45:40AM +0300, Genix wrote:
> >Скриптик для построения по установленным прилагаю,
> где? :)
Ты знал, ты знал :) Исправляюсь.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: rpmdot --]
[-- Type: text/plain, Size: 619 bytes --]
#!/bin/sh
echo "digraph RPM {
size=\"40,22\"
page=\"8,12\"
ratio=fill
"
rpmlist=$(rpm -qa --qf='[%{name}\n]')
for i in $rpmlist ; do
rpmdeplist=`(rpm -q --qf='[%{requirename}\n]' "$i"|
grep -ve 'rpmlib\(.*\)'|
xargs rpm -q --whatprovides |sort -u |
xargs rpm -q --qf='%{name}\n'|
while read package ; do
if test "$i" != "$package" ; then
rpm -q --qf='%{name}\n' "$package"
fi
done| sed -e 's/, $//') 2>/dev/null`
iescape=$(echo "$i"|tr '/-' '__')
echo "$iescape [fontsize=12, label=\"$i\"]"
for j in $rpmdeplist ; do
jescape=$(echo "$j"|tr '/-' '__')
echo "$iescape -> $jescape;"
done
done
echo "}"
next prev parent reply other threads:[~2006-01-20 9:16 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-07 13:15 [devel] I: kdedesktop2mdkmenu.pl breaks build Dmitry V. Levin
2006-01-10 13:10 ` Sergey V Turchin
2006-01-10 13:19 ` Valery V. Inozemtsev
2006-01-10 15:10 ` Sergey V Turchin
2006-01-10 15:11 ` Valery V. Inozemtsev
2006-01-10 16:00 ` Sergey V Turchin
2006-01-14 7:17 ` [devel] не стреляй! Michael Shigorin
2006-01-14 7:53 ` Valery V. Inozemtsev
2006-01-14 22:08 ` [devel] " Michael Shigorin
2006-01-14 10:35 ` [devel] " Денис Смирнов
2006-01-14 14:15 ` Dmitry V. Levin
2006-01-14 22:06 ` [devel] [wiki] " Michael Shigorin
2006-01-16 9:34 ` [devel] " Денис Смирнов
2006-01-19 18:54 ` [devel] граф Сизиф Michael Shigorin
2006-01-20 9:16 ` Michael Shigorin [this message]
2006-01-21 12:43 ` Денис Смирнов
2006-01-21 12:44 ` Денис Смирнов
2006-01-21 13:07 ` Igor Zubkov
2006-01-21 15:30 ` Денис Смирнов
2006-01-21 16:34 ` Igor Zubkov
2006-01-22 11:34 ` Денис Смирнов
2006-01-10 13:24 ` [devel] I: kdedesktop2mdkmenu.pl breaks build Igor Zubkov
2006-01-10 16:03 ` Dmitry Marochko
2006-01-10 16:08 ` Ivan Fedorov
2006-01-10 16:25 ` Valery V. Inozemtsev
2006-01-10 16:34 ` Ivan Fedorov
2006-01-10 16:38 ` Valery V. Inozemtsev
2006-01-10 16:42 ` Ivan Fedorov
2006-01-10 16:41 ` Sergey V Turchin
2006-01-10 18:34 ` так что надо сделать? (was: Re: [devel] I: kdedesktop2mdkmenu.pl breaks build) Igor Zubkov
2006-01-10 18:54 ` Led
2006-01-11 12:46 ` Sergey V Turchin
2006-01-14 7:22 ` [devel] спасибо; и просьба Michael Shigorin
2006-01-14 10:36 ` Денис Смирнов
2006-01-16 12:53 ` Sergey V Turchin
2006-01-16 16:49 ` Денис Смирнов
2006-01-16 17:11 ` [devel][JT] " Sergey V Turchin
2006-01-16 18:54 ` Денис Смирнов
2006-01-17 11:53 ` Sergey V Turchin
2006-01-17 15:21 ` Денис Смирнов
2006-01-17 15:36 ` Sergey V Turchin
2006-01-17 17:02 ` Grigory Batalov
2006-01-16 12:51 ` [devel] " Sergey V Turchin
2006-01-10 18:24 ` [devel] I: kdedesktop2mdkmenu.pl breaks build Dmitry V. Levin
2006-01-10 18:28 ` Stanislav Yadykin
2006-01-11 12:47 ` Sergey V Turchin
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=20060120091611.GU20937@osdn.org.ua \
--to=mike@osdn.org.ua \
--cc=devel@lists.altlinux.org \
--cc=genix@list.ru \
/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