aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/functions
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-25 23:37:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-25 23:37:23 -0300
commit3346311096bee29b81190ceb377ef5648aee1380 (patch)
tree84f99fb82853416b2e2cd1c3b0f09ae86eff1d8d /lib/hydra/functions
parentc36794e899731be16f1045a9ae19878813fd9896 (diff)
downloadhydra-3346311096bee29b81190ceb377ef5648aee1380.tar.gz
hydra-3346311096bee29b81190ceb377ef5648aee1380.tar.bz2
New/renamed actions
Diffstat (limited to 'lib/hydra/functions')
-rw-r--r--lib/hydra/functions10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/hydra/functions b/lib/hydra/functions
new file mode 100644
index 0000000..ad5861e
--- /dev/null
+++ b/lib/hydra/functions
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# Common functions.
+#
+
+# Setup environment
+hydra_set_env $*
+source $APP_BASE/lib/hydra/git
+source $APP_BASE/lib/hydra/misc
+source $APP_BASE/lib/hydra/tmpfile