Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Remove gitolite dependency #15

Open
peterkeen opened this issue Jun 5, 2012 · 4 comments
Open

Remove gitolite dependency #15

peterkeen opened this issue Jun 5, 2012 · 4 comments

Comments

@peterkeen
Copy link
Owner

Gitolite doesn't add anything dokuen can't do itself. The only thing it does is manage the repos and the hooks and it kind of gets in the way, since we already have a create command.

This needs to do the following:

  • Manage SSH public keys and access to repos (owners/collaborators)
  • Rebuild authorized_keys when changes to ssh keys happen
  • Manage repositories. Within the dokuen directory, there will be a repositories directory.
  • Act as the git server
peterkeen added a commit that referenced this issue Jun 18, 2012
This adds some initial tests for dokuen-shell, which will soon be
replacing gitolite.
peterkeen added a commit that referenced this issue Oct 26, 2012
peterkeen added a commit that referenced this issue Oct 26, 2012
@jgarber
Copy link

jgarber commented Feb 21, 2013

+1

@jgarber
Copy link

jgarber commented Feb 21, 2013

Does this look like it might work or is it too gitlab-specific? https://github.com/gitlabhq/gitlab-shell

@peterkeen
Copy link
Owner Author

Some of that looks general enough but most of it is very gitlab specific.

On Thu, Feb 21, 2013 at 2:24 PM, Jason Garber notifications@github.comwrote:

Does this look like it might work or is it too gitlab-specific?
https://github.com/gitlabhq/gitlab-shell


Reply to this email directly or view it on GitHubhttps://github.com//issues/15#issuecomment-13916849.

@jgarber
Copy link

jgarber commented Feb 22, 2013

Actually, it works great without gitlab! I just tried it out in a VM. All you have to do is make validate_access true in lib/gitlab_shell.rb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants