aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-24 15:12:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-24 15:12:17 -0300
commitcbc1885cf22182952d0a1b31779c89cff26decd4 (patch)
treea41659187dfb60643e157a36bbb189ea6c6d36cd /lib
parent30529ff43974ce04ddbe6cc801564b79e75bcc1d (diff)
downloadhydra-cbc1885cf22182952d0a1b31779c89cff26decd4.tar.gz
hydra-cbc1885cf22182952d0a1b31779c89cff26decd4.tar.bz2
Support networks both with and without superprojects
Diffstat (limited to 'lib')
-rw-r--r--lib/hydra/misc1
1 files changed, 1 insertions, 0 deletions
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"