From: "Slava Semushin" <slava.semushin@gmail.com> To: "ALT Devel discussion list" <devel@lists.altlinux.org> Subject: Re: [devel] [git update] packages/kernel-build-scripts: heads/master Date: Sun, 20 Apr 2008 00:41:49 +0700 Message-ID: <75e139a00804191041h476ba0eag5fc3daa3122cacd2@mail.gmail.com> (raw) In-Reply-To: <20080419154059.6F3D58E8136@ssh.git.local.altlinux.org> 2008/4/19, Denis Smirnov <mithraen / altlinux.org>: > Update of /people/mithraen/packages/kernel-build-scripts.git [...] > +++ b/list-ovz-modules > > @@ -0,0 +1,9 @@ > +#!/bin/sh > > +apt-cache search "^kernel-modules-.*-ovz-smp" \ > + | sed 's/ - .*//' \ > + | sed 's/^kernel-modules-//' \ > + | sed 's/-ovz-smp$//' \ > + | grep -v ^oss$ \ > + | sort -u \ > + > kernel-modules > + Можно чуть короче: apt-cache search '^kernel-modules-.*-ovz-smp' | sed 's|^kernel-modules-\([^ ]\+\)-ovz-smp - .*|\1|;/^oss$/d' | sort -u > kernel-modules :-) -- + Slava Semushin | slava.semushin @ gmail.com + ALT Linux Team | php-coder @ altlinux.ru
next parent reply other threads:[~2008-04-19 17:41 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-04-19 17:41 ` Slava Semushin [this message] 2008-04-19 19:20 ` Денис Смирнов 2008-04-21 14:36 ` Michael Shigorin
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=75e139a00804191041h476ba0eag5fc3daa3122cacd2@mail.gmail.com \ --to=slava.semushin@gmail.com \ --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