summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/.placeholder0
-rw-r--r--cholerab/AGENDA.cccamp117
-rw-r--r--streams/Makefile1
-rw-r--r--util/auto/krebs2
4 files changed, 8 insertions, 2 deletions
diff --git a/bin/.placeholder b/bin/.placeholder
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/bin/.placeholder
diff --git a/cholerab/AGENDA.cccamp11 b/cholerab/AGENDA.cccamp11
index c488ad00..36d2b41f 100644
--- a/cholerab/AGENDA.cccamp11
+++ b/cholerab/AGENDA.cccamp11
@@ -5,7 +5,8 @@
- krebscode/painload/supernode/foo
- overall
- - PATH-able bin/
+ DONE - PATH-able bin/
+ - bin at the end of PATH
- natural voices
- unify with translate.google
@@ -20,7 +21,7 @@
- JSON-RPC [spec and implementation]
- krebs rebootstrapping
- - curl painload.retiolum | sh
+ DONE - curl painload.retiolum | sh
[- git clone https://github.com/kreingbscode/painload /krebs]
[- /krebs/boot]
(makefu)
@@ -30,6 +31,8 @@
- interactive-foo, der am Anfang durchgespielt werden muss
- danach darf er nciht mehr sucken, und muss das richtige tun
- initiale config file via $EDITOR
+ DONE - config am anfang des skriptes oeffnen
+ - config auswerten
- gutartiger Krebs
- retiolum
diff --git a/streams/Makefile b/streams/Makefile
index 0922e38f..209eb656 100644
--- a/streams/Makefile
+++ b/streams/Makefile
@@ -9,3 +9,4 @@ all: $(streams)
$(streams):
@test -L $(INITD)$@ || test ! -e $(INITD)$@ && \
ln -n -s -f $$PWD/stream-starter $(INITD)$@ && echo "writing $@ to $(INITD)"
+ ln -sf $$PWD/streams ../bin/streams
diff --git a/util/auto/krebs b/util/auto/krebs
index 33b33668..eb6c25a8 100644
--- a/util/auto/krebs
+++ b/util/auto/krebs
@@ -50,6 +50,8 @@ function edit_config()
rm $CONF
printf "I hate you by the way..."
bailout
+ fi
+ make -C $1
}
punani -Ei git make
KREBSDIR=${1-/krebs}