ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <ab@altlinux.ru>
To: devel@linux.iplabs.ru
Subject: Re: [devel] Addenda to /etc/profile.d
Date: Fri, 1 Jun 2001 09:45:27 +0300
Message-ID: <20010601094527.A1787@boids.avilink.net> (raw)
In-Reply-To: <20010601104222.A2454@localhost.localdomain>; from mhz@alt-linux.org on Fri, Jun 01, 2001 at 10:42:22AM +0400

On Fri, Jun 01, 2001 at 10:42:22AM +0400, Mikhail Zabaluev wrote:
> Hello Alexander,
> 
> On Fri, Jun 01, 2001 at 03:19:07AM +0300, Alexander Bokovoy wrote:
> >
> > Подумалось тут, а не добавить ли следующие BASH-ориентированные функции в
> > /etc/profile.d:
> > 1. В /etc/profile.d/cvs.sh можно было бы добавить функции для быстрого
> > доступа в уже имеющиеся на диске репозитарии:
> > 
> > # Обновление репозитария
> > # Использование: cvsgetx имя_репозитария (в текущем каталоге)
> > function cvsgetx {
> >     cvs -d `cat $1/CVS/Root ` -z6 get $@
> > }
> > 
> > # Обновление из конкретной ветки репозитария
> > # Использование: cvsbranch НАЗВАНИЕ_ВЕТКИ имя_репозитария
> > function cvsbranch {
> >     cvs -d `cat $2/CVS/Root ` -z6 get -r $@
> > }
> > 
> > # Отправка данных в репозитарий
> > # Использование: cvscommit
> > function cvscommit {
> >     cvs -d `cat ./CVS/Root ` -z6 commit
> > }
> > 
> > Удобство этих функций в том, что не надо устанавливать CVSROOT и помнить
> > его для разных репозитариев.
> 
> Действительно, удобно. 'cvs get' - это алиас 'cvs update'? Что-то не
> нашел информации об этом в info, хотя раньше она там была.
Да, это алиас для update, его же можно использовать и для замены checkout.
Универсальная команда.

 
> > 2. Добавить /etc/profile.d/bugreport.sh:
> > 
> > # Выдать список пакетов, от которых зависит требуемый пакет
> > # Использование: pkgdepend имя_пакета
> > function pkgdepend() {
> >   DATA=
> >   for i in `rpm -q --requires $1|cut -d ' ' -f 1` ; do
> >     DATA="$DATA `rpm -q --whatprovides $i`"
> >   done
> >   echo $DATA | tr ' ' '\n' | sort -u | uniq -u
> > }
> > 
> > В дальнейшем в этот файл можно добавлять и другие функции.
> 
> Почему bugreport?
Потому что основной посыл -- обеспечить пользователя инструментарием для
квалифицированного ответа на дополнительные вопросы при возникновении у
него проблем. Полный список зависимостей в данном случае будет как раз
нелишним. Сюда же можно будет добавить функции для работы с GNATS,
например.
-- 
С уважением,
    Александр Боковой.

ALT Linux Team // www.altlinux.ru
-- You won't skid if you stay in a rut.
		-- Frank Hubbard
_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


  reply	other threads:[~2001-06-01  6:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-01  0:19 Alexander Bokovoy
2001-06-01  6:42 ` Mikhail Zabaluev
2001-06-01  6:45   ` Alexander Bokovoy [this message]
2001-06-01  8:10 ` Dmitry V. Levin
2001-06-01 18:53 ` Sergey Vlasov
2001-06-01 19:03   ` Alexander Bokovoy
2001-06-01 19:18     ` Sergey Vlasov
2001-06-02  7:26       ` Alexander Bokovoy

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=20010601094527.A1787@boids.avilink.net \
    --to=ab@altlinux.ru \
    --cc=devel@linux.iplabs.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