Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
/ public-ops-tools Public archive

Rundeck scripts, etc. that are publicly accessible.

Notifications You must be signed in to change notification settings

Nextdoor/public-ops-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Public Ops Tools

A bunch of operational scripts.

Set up gerrit code review

Step 1

Place the following lines into ~/.ssh/config:

Host review
    Hostname review.yourcompany.com
    Port 29418
    User <YOUR LDAP USERNAME>

Then verify that you can connect to Gerrit:

$ ssh review.yourcompany.com
    ****    Welcome to Gerrit Code Review    ****

Hi YOURNAME, you have successfully connected over SSH.

Unfortunately, interactive shells are disabled.
    To clone a hosted Git repository, use:

git clone ssh://yourname@review.yourcompany.com:29418/REPOSITORY_NAME.git

Connection to review.yourcompany.com closed.

Step 2

Install and configure git-change:

$ sudo easy_install pip
$ sudo pip install git-change

Step 3

Clone and configure the repo:

$ git clone review:public-ops-tools
$ cd public-ops-tools
$ etc/configure-repository.sh

About

Rundeck scripts, etc. that are publicly accessible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published