Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1324867
  • 博文数量: 281
  • 博客积分: 8800
  • 博客等级: 中将
  • 技术积分: 3345
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-17 22:31
文章分类

全部博文(281)

文章存档

2013年(1)

2012年(18)

2011年(16)

2010年(44)

2009年(86)

2008年(41)

2007年(10)

2006年(65)

我的朋友

分类: LINUX

2009-08-20 18:06:40

For the permissions of the branches, you can add a field in vobs.config in the main category about hg_user = r10eng
On your machine, to do those same tests (with the unit test too), you should setup a r10eng also... this is described in tools_db/docs/server_setup :
create r10eng non-sudoer
$ sudo adduser r10reng

to enable r10eng without any password :
sudo vim /etc/pam.d/common-auth
change :
'nullok_secure' into 'nullok'
for ssh :
sudo vim /etc/ssh/sshd_config
change :
PermitEmptyPasswords yes
then :
sudo /etc/init.d/ssh restart
to delete the password :
sudo passwd -d r10eng

阅读(822) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~