From f352214055f24a6ee7574c9e7ecbc32abfe6f865 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 22 Mar 2015 03:39:46 +0000 Subject: rm TODOs --- deploy.sh | 6 ------ 1 file changed, 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 -- cgit v1.2.3