Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 286695
Collapse All | Expand All

(-)mercurial-server-1.0.1.ebuild (-2 / +2 lines)
Lines 47-55 Link Here
47
		elog "-Add your public ssh key to root key folder"
47
		elog "-Add your public ssh key to root key folder"
48
		elog "  sudo cp ~/.ssh/id_rsa.pub ${ROOT}etc/mercurial-server/keys/root/\${USER}"
48
		elog "  sudo cp ~/.ssh/id_rsa.pub ${ROOT}etc/mercurial-server/keys/root/\${USER}"
49
		elog "-Create hgadmin repo"
49
		elog "-Create hgadmin repo"
50
		elog "  sudo -u hg ${ROOT}usr/share/mercurial-server/init/hginit ${ROOT}usr/share/mercurial-server"
50
		elog "  sudo -H -u hg ${ROOT}usr/share/mercurial-server/init/hginit ${ROOT}usr/share/mercurial-server"
51
		elog "-Init hg's ssh authorized_keys file"
51
		elog "-Init hg's ssh authorized_keys file"
52
		elog "  sudo -u hg ${ROOT}usr/share/mercurial-server/refresh-auth"
52
		elog "  sudo -H -u hg ${ROOT}usr/share/mercurial-server/refresh-auth"
53
		elog "-Clone hgadmin repo"
53
		elog "-Clone hgadmin repo"
54
		elog "  hg clone ssh://hg@localhost/hgadmin hgadmin"
54
		elog "  hg clone ssh://hg@localhost/hgadmin hgadmin"
55
		elog "-Start administration"
55
		elog "-Start administration"

Return to bug 286695