ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] sandman. теперь инициализация cvs.
@ 2003-01-29 14:21 Alexey V. Lubimov
  2003-01-29 15:15 ` Sergey Bolshakov
  0 siblings, 1 reply; 17+ messages in thread
From: Alexey V. Lubimov @ 2003-01-29 14:21 UTC (permalink / raw)
  To: devel

Извиняюсь, если вопросы непроходимо тупые...

Относительно cvs читаю:

>Должен содержать файлы {users,passwd}

Можно пример этих файлов?

насчет файла passwd нашел вот что: 
================
You will need a utility to create encrypted passwords. You can use the below perl script for that purpose:

#!/usr/bin/perl

srand (time());
my $randletter = "(int (rand (26)) + (int (rand (1) + .5) % 2 ? 65 : 97))";
my $salt = sprintf ("%c%c", eval $randletter, eval $randletter);
my $plaintext = shift;
my $crypttext = crypt ($plaintext, $salt);

print "${crypttext}\n";

#

Create a text file in /usr/local/cvsroot/CVSROOT called passwd and enter the users as shown below (format is: userid:encrypted-password:cvs ):

username1:x$5itFdsw123:cvs
username2:3fgRH4p3443:cvs
====================



про файл users вообще нигде ничего нет!
может cvs -d /mnt/arhiv/bte/gnome2/cvs admin -a username,userbame2 ?
у меня это тоже не проходит.


далее
>Должны быть импортированы модули {release,installer,macros}

Примеры самих модулей есть в /usr/share/sandman-server/*
можно пример команды импортирующей модуль?

cvs -d /mnt/arhiv/bte/cvs import /usr/share/sandman-server/release.example ?

Кому должно принадлежать дерево /mnt/arhiv/bte? пользователю sandman?





-- 
С уважением, Алексей Любимов avl@cad.ru


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2003-01-30 15:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-29 14:21 [devel] sandman. теперь инициализация cvs Alexey V. Lubimov
2003-01-29 15:15 ` Sergey Bolshakov
2003-01-29 17:11   ` Alexey V. Lubimov
2003-01-29 17:34     ` Sergey Bolshakov
2003-01-29 21:52       ` "Алексей Любимов"
2003-01-30  9:46         ` Sergey Bolshakov
2003-01-30 12:35           ` Alexey V. Lubimov
2003-01-30 13:30             ` Sergey Bolshakov
2003-01-30 13:42               ` Alexey V. Lubimov
2003-01-30 13:53                 ` Sergey Bolshakov
2003-01-30 15:03                   ` Alexey V. Lubimov
2003-01-29 17:58   ` Alexey V. Lubimov
2003-01-29 18:04     ` Sergey Bolshakov
2003-01-29 21:33       ` "Алексей Любимов"
2003-01-29 21:46         ` Alexander Bokovoy
2003-01-29 21:48       ` "Алексей Любимов"
2003-01-29 18:09     ` Alexey V. Lubimov

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