ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Mykola S. Grechukh" <gns@altlinux.org>
To: "ALT Linux sysadmins' discussion" <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Привидение сервера к эталонному список пакетов
Date: Thu, 5 Apr 2012 00:22:12 +0300
Message-ID: <CAOZKmc_7+XsMo=q1RDyTEtzJ354vQ68SdBhi=2V5_-w9cEwYRA@mail.gmail.com> (raw)
In-Reply-To: <4F7B3348.70309@tangramltd.com>

3 апреля 2012 г. 20:28 пользователь Dubrovskiy Viacheslav <> написал:
> Есть эталонный сервер где установлены все пакеты какие нужно.
> Подскажите пожалуйста, может у кого-то есть скрипт, который берет на вход
> список пакетов, и сравнивает с теми которые установлены сейчас и тех которых
> нет в списке удаляет, а которые нет на сервере  - устанавливает. В
> результате получается на сервере такая же пакетная база как и в списке, т.е.
> на эталонном сервере.

#rpm -qa --qf "%{NAME}\n" | sort -n > list.etalon

# rpm -qa --qf "%{NAME}\n" | sort -n list.local

diff -Naur list.etalon list.local  | egrep "^[+-][^+-]"  | sed -r
's,^-(.*)$,\1-,;s,^\+,,' | xargs apt-get install

Где-то так.

-- 
Mykola Grechukh

CTO, Satelliz-Ukraine

  parent reply	other threads:[~2012-04-04 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-03 17:28 Dubrovskiy Viacheslav
2012-04-03 20:39 ` Konstantin Pavlov
2012-04-04 21:22 ` Mykola S. Grechukh [this message]
2012-04-04 22:39   ` Anton Gorlov

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='CAOZKmc_7+XsMo=q1RDyTEtzJ354vQ68SdBhi=2V5_-w9cEwYRA@mail.gmail.com' \
    --to=gns@altlinux.org \
    --cc=sysadmins@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 sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git