summaryrefslogtreecommitdiffstats
path: root/roles/publish/templates/emacsconf-config.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-11-16 08:04:19 -0500
committerSacha Chua <sacha@sachachua.com>2024-11-16 08:04:19 -0500
commitf4083224e1da8a5a5abe7751e2a5df587290c5f7 (patch)
treecd615e63ce3a496d489f8446e2c212db671ae93a /roles/publish/templates/emacsconf-config.el
parent6044d5f92e4c9545218f59c675b87b1803150894 (diff)
downloademacsconf-ansible-f4083224e1da8a5a5abe7751e2a5df587290c5f7.tar.xz
emacsconf-ansible-f4083224e1da8a5a5abe7751e2a5df587290c5f7.zip
update shell scriptsHEADmain
Diffstat (limited to 'roles/publish/templates/emacsconf-config.el')
-rw-r--r--roles/publish/templates/emacsconf-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/publish/templates/emacsconf-config.el b/roles/publish/templates/emacsconf-config.el
index 05f705a..767de85 100644
--- a/roles/publish/templates/emacsconf-config.el
+++ b/roles/publish/templates/emacsconf-config.el
@@ -23,8 +23,8 @@
(setq emacsconf-upload-dir "/ssh:orga@media.emacsconf.org:/srv/upload")
{% if ansible_host == "res.emacsconf.org" %}
-(setq emacsconf-res-dir "/data/{{ emacsconf_id }}/{{ emacsconf_year}}")
-(setq emacsconf-cache-dir "/data/{{ emacsconf_id }}/cache")
+(setq emacsconf-res-dir "/data/{{ emacsconf_id }}/shared/{{ emacsconf_year}}")
+(setq emacsconf-cache-dir "/data/{{ emacsconf_id }}/shared/{{ emacsconf_year}}/cache")
(setq emacsconf-stream-host "localhost")
(setq emacsconf-stream-overlay-dir "{{ emacsconf_caption_dir }}/assets/overlays")
(setq emacsconf-stream-asset-dir "{{ emacsconf_caption_dir }}/assets")