Skip to content

Instantly share code, notes, and snippets.

@hamstar
hamstar / build.sh
Created September 9, 2012 07:18
autodeb builder for Braincase
#!/bin/bash
# Some vars
REPO="https://github.com/hamstar/Braincase.git";
LREPO="/var/www/test/repo";
BRANCH="sprint2"; # this could be replaced with ref
BUILDDIR="$LREPO/packages/debian";
WEBDIR="/var/www/test";
# Refresh the repo