summaryrefslogtreecommitdiffstats
path: root/roles/caption/templates/update-task-status.sh
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-05 08:02:44 -0400
committerSacha Chua <sacha@sachachua.com>2022-11-05 08:02:44 -0400
commit5bf4ab50e13a9be2923ddebe69525b40df8ab3bc (patch)
treec06ff0086d94135871e30981fa80a9112f990cf4 /roles/caption/templates/update-task-status.sh
parent5f83a3fbeb91dea9c77925e83b09b27427435cb9 (diff)
downloademacsconf-ansible-5bf4ab50e13a9be2923ddebe69525b40df8ab3bc.tar.xz
emacsconf-ansible-5bf4ab50e13a9be2923ddebe69525b40df8ab3bc.zip
Separate caption and prerec roles
Diffstat (limited to 'roles/caption/templates/update-task-status.sh')
-rwxr-xr-xroles/caption/templates/update-task-status.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/caption/templates/update-task-status.sh b/roles/caption/templates/update-task-status.sh
deleted file mode 100755
index 18b7c1b..0000000
--- a/roles/caption/templates/update-task-status.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-# {{ ansible_managed }}
-SLUG="$1"
-FROM_STATUS="$2"
-TO_STATUS="$3"
-cd ~/emacsconf-2022-private
-git pull
-emacsclient --eval "(progn (emacsconf-update-talk-status \"$SLUG\" \"$FROM_STATUS\" \"$TO_STATUS\") (emacsconf-with-talk-heading \"$SLUG\" (emacsconf-cache-video-data (emacsconf-get-talk-info-for-subtree)) (save-buffer)))"
-git commit -m "Update task status for $SLUG" conf.org
-git push