summaryrefslogtreecommitdiffstats
path: root/modules/retiolum/Makefile
diff options
context:
space:
mode:
authorroot <root@krebs>2011-05-25 22:05:02 +0200
committerroot <root@krebs>2011-05-25 22:05:02 +0200
commit22f3b8ed47870ca653f44c1347ede0a152ffb457 (patch)
tree7172ae8bfb7b9b265ca5097c4681f2159633fd1e /modules/retiolum/Makefile
parentddd37810eefa8c4fab4d15d67e815e7425d5b9f3 (diff)
replaced whole retiolum module
with enterprise install script. does the right thing by calling the bootstrap file from retiolum
Diffstat (limited to 'modules/retiolum/Makefile')
-rw-r--r--modules/retiolum/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile
deleted file mode 100644
index 9bda5dfc..00000000
--- a/modules/retiolum/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all:
- mkdir -p /etc/tinc/retiolum
- git clone git://github.com/miefda/retiolum.git /etc/tinc/retiolum/hosts
- echo cd /etc/tinc/retiolum/hosts/.scripts
- echo "choose the right build script from here"
-update:
- cd /etc/tinc/retiolum/hosts
- git pull origin master