summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-04 15:24:50 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-04 15:24:50 +0100
commit8f5352e8f0ccbb4ba358125ffb76af72580a814e (patch)
tree0a560a8d3f43f9500a683c978d8f4921c94653de
parent49a825c46cf128fa1f4cdef983224a629ea1f45c (diff)
downloadinfrastructure-kill-obsolete.tar.gz
README.mdwn: Remove "creating new repos" sectionkill-obsolete
We now use GitLab for Git hosting, so it's pretty obvious how to create repos.
-rw-r--r--README.mdwn33
1 files changed, 0 insertions, 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
-<git.baserock.org/baserock/baserock> 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
================