From cbc1885cf22182952d0a1b31779c89cff26decd4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 24 Jun 2016 15:12:17 -0300 Subject: Support networks both with and without superprojects --- lib/hydra/misc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/hydra/misc b/lib/hydra/misc index 09fb3d7..894502d 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -2,6 +2,7 @@ # Set needed environment variables and do basic checks function hydra_set_env { + export BASEREPOS="config doc bootless dns git/public git/private puppet" export OSVERSION="`cut -d . -f 1 /etc/debian_version`" export COMMIT="`( cd $APP_BASE && git log -n 1 --pretty=oneline 2> /dev/null | cut -d " " -f 1 )`" export CONFIG="$HOME/.hydra/config" -- cgit v1.2.3