Find a file
2013-09-02 16:01:50 +02:00
apt import 2013-09-02 16:01:50 +02:00
default import 2013-09-02 16:01:50 +02:00
fabfile import 2013-09-02 16:01:50 +02:00
global import 2013-09-02 16:01:50 +02:00
addhost import 2013-09-02 16:01:50 +02:00
cosmos-rules.yaml import 2013-09-02 16:01:50 +02:00
cosmos.conf import 2013-09-02 16:01:50 +02:00
README import 2013-09-02 16:01:50 +02:00

Initial setup:
 
  git clone git://github.com/leifj/multiverse.git myproj-cosmos
  cd myproj-cosmos

  - rename the github upstream
  
    git remote rename origin github

  - add a new upstream & ro branch

    git remote add origin git@//yourhost/myproj-cosmos.git
    git remote add ro git://yourhost/myproj-cosmos.git
 
  - add stuff...

    make bump

To add a new host:

  - Make sure you have root access using an SSH key
  - ./addhost <fqdn>