aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-22 03:39:46 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-03-22 03:39:46 +0000
commitf352214055f24a6ee7574c9e7ecbc32abfe6f865 (patch)
tree6e3eb1f7381f0aa20d5a61a3fbb502598c7e30f8
parentf764d43034af7c715523405cef0e608402bb7dae (diff)
downloadsariulclocks-f352214055f24a6ee7574c9e7ecbc32abfe6f865.tar.gz
rm TODOs
-rwxr-xr-xdeploy.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/deploy.sh b/deploy.sh
index edcdaa2..cfefd24 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -37,8 +37,6 @@ fi
cabal install --only-dependencies
cabal configure
cabal build
-# TODO: make this build actually work on ma! Missing librt. In the
-# meantime, manually copy sariulclocks.cgi into place from demeter.
# 3. copy our software into place
@@ -49,7 +47,6 @@ if [ "$1" = "live" ]; then
mkdir -p $HOME/local/bin
cp dist/build/sariulccron/sariulccron $HOME/local/bin
fi
-# TODO: add to demeter crontab (after devel gets merged to master)
# 4. further permissions & dirs
@@ -62,6 +59,3 @@ if ! [ -e "$dest/password" ]; then
fi
chmod 777 $dest/data
chmod 755 $dest/sariulclocks.cgi
-
-# TODO: also put script that resets clocks and deducts points at the
-# end of the week into ~/local/bin ready to be cronned