noizwaves / pal-tracker-distributed-dotnet-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAL Tracker Distributed Dotnet source code

NOTE: Patches are now updated automatically via QuiltBot running on PAL Concourse

Quick Start

  1. Clone this repo and cd into directory
  2. Create empty working repository via `mkdir repo && cd repo && git init && cd .."
  3. Hydrate patches via cd repo && git am ../patches/* && cd ..
  4. Make changes to code, rebase, etc etc
  5. Sync patch files with repo via rm patches/*.patch && cd repo && git format-patch --root -o ../patches && cd ..
  6. Fix tags via cd repo && java -jar ../git-revisionist-historian-1.5.0.jar --processor cli --config ../grh-config.json --skip-push --remote git@github.com:platform-acceleration-lab/pal-tracker-distributed-dotnet.git && cd ..

Installation

  1. Obtain Revision Historian via curl -O https://s3.amazonaws.com/git-revisionist-historian/com/thewoolleyweb/grh/git-revisionist-historian/1.5.0/git-revisionist-historian-1.5.0.jar

About