From 8f5352e8f0ccbb4ba358125ffb76af72580a814e Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 4 Oct 2017 15:24:50 +0100 Subject: README.mdwn: Remove "creating new repos" section We now use GitLab for Git hosting, so it's pretty obvious how to create repos. --- README.mdwn | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/README.mdwn b/README.mdwn index 09191a61..79b43592 100644 --- a/README.mdwn +++ b/README.mdwn @@ -441,39 +441,6 @@ To deploy this system to production: ansible-playbook -i hosts baserock_ostree/instance-config.yml ansible-playbook -i hosts baserock_ostree/ostree-access-config.yml -Creating new repos ------------------- - -This is a quick guide on how to create a new repo to hold Baserock project -stuff. - -The creation of the repo must have been proposed on baserock-dev and had -two +1s. - -Ideally, don't create a new repo. We don't want development to be split across -dozens of different repos, and we don't want Gerrit and the - to become full of clutter. If you're -prototyping something, use a different Git server -([Github](https://www.github.com/), for example). But it is sometimes -necessary. - -1. Create repo on git.baserock.org: - - ssh git@git.baserock.org create baserock/baserock/$NAME - ssh git@git.baserock.org config baserock/baserock/$NAME \ - set project.description "$DESCRIPTION" - - The 'lorry-controller' service on gerrit.baserock.org will automatically - create the corresponding project in Gerrit whenever it next runs. - -2. Add project in Storyboard. First edit `baserock_storyboard/projects.yaml` - add the new project to the list, then: - - scp baserock_storyboard/projects.yaml ubuntu@storyboard.baserock.org: - ssh ubuntu@storyboard.baserock.org storyboard-db-manage load_projects projects.yaml - -3. Submit a patch for infrastructure.git with your changes, and submit to Gerrit. - SSL certificates ================ -- cgit v1.2.1