aboutsummaryrefslogtreecommitdiffstats
path: root/README.tmp
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-05-20 08:01:45 +0800
committerkremlin <ian@kremlin.cc>2014-05-20 08:01:45 +0800
commit5918aae8a60242e6152a34eff72d67bf97ea606d (patch)
tree31483785b0622ef55a4b8398e953c3f962050299 /README.tmp
parent25b256f03c8017b2766b5510dde01a942d820a05 (diff)
downloadsystembsd-5918aae8a60242e6152a34eff72d67bf97ea606d.tar
systembsd-5918aae8a60242e6152a34eff72d67bf97ea606d.tar.gz
systembsd-5918aae8a60242e6152a34eff72d67bf97ea606d.tar.bz2
systembsd-5918aae8a60242e6152a34eff72d67bf97ea606d.tar.lz
systembsd-5918aae8a60242e6152a34eff72d67bf97ea606d.tar.xz
systembsd-5918aae8a60242e6152a34eff72d67bf97ea606d.tar.zst
systembsd-5918aae8a60242e6152a34eff72d67bf97ea606d.zip
add INSTALL, README.tmp and TODO, start openbsd-specific makefile
Diffstat (limited to 'README.tmp')
-rw-r--r--README.tmp29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.tmp b/README.tmp
new file mode 100644
index 0000000..11d0f64
--- /dev/null
+++ b/README.tmp
@@ -0,0 +1,29 @@
+this file explains my workflow/structuring habits and is meant only to
+save mentor's time. ideally, this file will be deleted before "release"
+and all files will follow standard protocol/KNF.
+------------------------------------------------------------------------
+FILESYSTEM
+
+/src - source files
+ /src/logind - obvious
+ /src/hostnamed - obvious
+ /src/localed - obvious
+ /src/timedated - obvious
+/bin - dir for compiled test binaries, will eventually be build tmp dir
+/build - build dir
+------------------------------------------------------------------------
+TODO
+
+i keep a general informal list of TODO tasks in /TODO, as well as inline
+TODOs in source. TODO tasks must be single line as the are delimited by
+a newline character, this makes it so one can easily grep for TODO: and
+get complete output. before release, /TODO should be deleted and "TODO:"
+should never appear anywhere in any file.
+
+additionally, any questions for mentors are written as comments and end
+in ajacoutot@ or landry@, i use these if i can't catch y'all on IRC :)
+------------------------------------------------------------------------
+ETC
+
+* make sure to end files newlines as their abscence confuses git
+